Package org.powertac.common.repo
Class RandomSeedRepoTests
- java.lang.Object
-
- org.powertac.common.repo.RandomSeedRepoTests
-
@SpringJUnitConfig(locations="classpath:test-config.xml") @DirtiesContext @TestExecutionListeners(listeners={org.springframework.test.context.support.DependencyInjectionTestExecutionListener.class,org.springframework.test.context.support.DirtiesContextTestExecutionListener.class}) public class RandomSeedRepoTests extends Object
-
-
Constructor Summary
Constructors Constructor Description RandomSeedRepoTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkLogfile()
void
setUp()
void
testAutowiredRepo()
void
testGetRandomSeed1()
void
testGetRandomSeed2()
void
testLoadRepo()
void
testRandomSeedRepo()
void
testRecycle()
-
-
-
Method Detail
-
testRandomSeedRepo
@Test public void testRandomSeedRepo()
-
testAutowiredRepo
@Test public void testAutowiredRepo()
-
testGetRandomSeed1
@Test public void testGetRandomSeed1()
-
testGetRandomSeed2
@Test public void testGetRandomSeed2()
-
checkLogfile
@Test public void checkLogfile()
-
testRecycle
@Test public void testRecycle()
-
testLoadRepo
@Test public void testLoadRepo()
-
-