Class ColdStorageTest
- java.lang.Object
-
- org.powertac.customer.coldstorage.ColdStorageTest
-
public class ColdStorageTest extends Object
- Author:
- John Collins
-
-
Constructor Summary
Constructors Constructor Description ColdStorageTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testConfig()
void
testCoolingLoss()
void
testDailyPriceProfile()
void
testEvaluateTariffs()
Test method forColdStorage.evaluateTariffs(java.util.List)
.void
testInitialize()
void
testStepAbove()
void
testStepBelow()
void
testStepSetpoint()
void
testTouHeuristicProfile()
void
testWeeklyPriceProfile()
-
-
-
Method Detail
-
testInitialize
@Test public void testInitialize()
-
testConfig
@Test public void testConfig()
-
testCoolingLoss
@Test public void testCoolingLoss()
-
testStepSetpoint
@Test public void testStepSetpoint()
-
testStepAbove
@Test public void testStepAbove()
-
testStepBelow
@Test public void testStepBelow()
-
testEvaluateTariffs
@Test public void testEvaluateTariffs()
Test method forColdStorage.evaluateTariffs(java.util.List)
.
-
testDailyPriceProfile
@Test public void testDailyPriceProfile()
-
testWeeklyPriceProfile
@Test public void testWeeklyPriceProfile()
-
testTouHeuristicProfile
@Test public void testTouHeuristicProfile()
-
-