Package org.powertac.genco
Class CpGencoTest
- java.lang.Object
-
- org.powertac.genco.CpGencoTest
-
public class CpGencoTest extends Object
- Author:
- jcollins
-
-
Constructor Summary
Constructors Constructor Description CpGencoTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
bogusCoefficients2()
void
bogusCoefficients4()
void
configTest()
void
generateFixedOrders()
Test method forCpGenco.generateOrders(org.joda.time.Instant, java.util.List)
.void
generateVarOrders()
void
setUp()
void
testCpGenco()
Test method forCpGenco(java.lang.String)
.void
testInit()
Test method forCpGenco.init(org.powertac.common.interfaces.BrokerProxy, int, org.powertac.common.repo.RandomSeedRepo, org.powertac.common.repo.TimeslotRepo)
.void
testWithCoefficients()
Test method forCpGenco.withCoefficients(List)
.void
testWithMinQuantity()
Test method forCpGenco.withMinQuantity(double)
.void
testWithPriceInterval()
Test method forCpGenco.withPriceInterval(double)
.void
testWithPSigma()
Test method forCpGenco.withPSigma(double)
.void
testWithQSigma()
Test method forCpGenco.withQSigma(double)
.
-
-
-
Method Detail
-
testCpGenco
@Test public void testCpGenco()
Test method forCpGenco(java.lang.String)
.
-
testInit
@Test public void testInit()
Test method forCpGenco.init(org.powertac.common.interfaces.BrokerProxy, int, org.powertac.common.repo.RandomSeedRepo, org.powertac.common.repo.TimeslotRepo)
.
-
testWithCoefficients
@Test public void testWithCoefficients()
Test method forCpGenco.withCoefficients(List)
.
-
bogusCoefficients2
@Test public void bogusCoefficients2()
-
bogusCoefficients4
@Test public void bogusCoefficients4()
-
testWithPSigma
@Test public void testWithPSigma()
Test method forCpGenco.withPSigma(double)
.
-
testWithQSigma
@Test public void testWithQSigma()
Test method forCpGenco.withQSigma(double)
.
-
testWithPriceInterval
@Test public void testWithPriceInterval()
Test method forCpGenco.withPriceInterval(double)
.
-
testWithMinQuantity
@Test public void testWithMinQuantity()
Test method forCpGenco.withMinQuantity(double)
.
-
configTest
@Test public void configTest()
-
generateFixedOrders
@Test public void generateFixedOrders()
Test method forCpGenco.generateOrders(org.joda.time.Instant, java.util.List)
.
-
generateVarOrders
@Test public void generateVarOrders()
-
-