Package org.powertac.common
Class RegulationCapacityTest
- java.lang.Object
- 
- org.powertac.common.RegulationCapacityTest
 
- 
 public class RegulationCapacityTest extends Object - Author:
- John Collins
 
- 
- 
Constructor SummaryConstructors Constructor Description RegulationCapacityTest()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbogusAddDownRegulation()voidbogusRegulationCapacity()voidbugusAddUpRegulation()voidsetUp()voidtestAdd()voidtestAddDownRegulation()voidtestAddUpRegulation()voidtestRegulationCapacity()voidtestSetDown()voidtestSetUp()
 
- 
- 
- 
Method Detail- 
testRegulationCapacity@Test public void testRegulationCapacity() 
 - 
bogusRegulationCapacity@Test public void bogusRegulationCapacity() 
 - 
testSetUp@Test public void testSetUp() 
 - 
testSetDown@Test public void testSetDown() 
 - 
testAdd@Test public void testAdd() 
 - 
testAddUpRegulation@Test public void testAddUpRegulation() 
 - 
bugusAddUpRegulation@Test public void bugusAddUpRegulation() 
 - 
testAddDownRegulation@Test public void testAddDownRegulation() 
 - 
bogusAddDownRegulation@Test public void bogusAddDownRegulation() 
 
- 
 
-