Package org.powertac.factoredcustomer
Class ConfigTest
- java.lang.Object
-
- org.powertac.factoredcustomer.ConfigTest
-
public class ConfigTest extends Object
- Author:
- Govert Buijs
-
-
Constructor Summary
Constructors Constructor Description ConfigTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testGetInstance()
void
testPropertyConfig()
Test property configvoid
testStructureConfig()
void
testStructureKeys()
Test retrieval by key
-
-
-
Method Detail
-
setUp
@BeforeEach public void setUp()
-
testGetInstance
@Test public void testGetInstance()
-
testPropertyConfig
@Test public void testPropertyConfig()
Test property config
-
testStructureKeys
@Test public void testStructureKeys()
Test retrieval by key
-
testStructureConfig
@Test public void testStructureConfig()
-
-