Class 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 Detail

      • RandomSeedRepoTests

        public RandomSeedRepoTests()
    • 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()