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 SummaryConstructors Constructor Description RandomSeedRepoTests()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckLogfile()voidsetUp()voidtestAutowiredRepo()voidtestGetRandomSeed1()voidtestGetRandomSeed2()voidtestLoadRepo()voidtestRandomSeedRepo()voidtestRecycle()
 
- 
- 
- 
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() 
 
- 
 
-