Package org.powertac.genco
Class MisoBuyerTest
- java.lang.Object
-
- org.powertac.genco.MisoBuyerTest
-
public class MisoBuyerTest extends Object
- Author:
- John Collins
-
-
Constructor Summary
Constructors Constructor Description MisoBuyerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testForecastSmooth()
void
testInitBoot()
Test method forCpGenco.init(org.powertac.common.interfaces.BrokerProxy, int, org.powertac.common.repo.RandomSeedRepo, org.powertac.common.repo.TimeslotRepo)
.void
testInitSim()
void
testInitSim_360()
void
testMisoBuyer()
Test method forCpGenco(java.lang.String)
.void
testTS_nr()
void
testTS_nr_360()
void
testWeatherCorrection_heat()
void
testWeatherCorrection_z()
-
-
-
Method Detail
-
testMisoBuyer
@Test public void testMisoBuyer()
Test method forCpGenco(java.lang.String)
.
-
testInitBoot
@Test public void testInitBoot()
Test method forCpGenco.init(org.powertac.common.interfaces.BrokerProxy, int, org.powertac.common.repo.RandomSeedRepo, org.powertac.common.repo.TimeslotRepo)
.
-
testInitSim
@Test public void testInitSim()
-
testInitSim_360
@Test public void testInitSim_360()
-
testTS_nr
@Test public void testTS_nr()
-
testTS_nr_360
@Test public void testTS_nr_360()
-
testWeatherCorrection_z
@Test public void testWeatherCorrection_z()
-
testForecastSmooth
@Test public void testForecastSmooth()
-
testWeatherCorrection_heat
@Test public void testWeatherCorrection_heat()
-
-