Class ServerPropertiesTest


  • @SpringJUnitConfig(locations="classpath:cc-config.xml")
    @DirtiesContext
    @TestExecutionListeners(listeners={org.springframework.test.context.support.DependencyInjectionTestExecutionListener.class,org.springframework.test.context.support.DirtiesContextTestExecutionListener.class})
    public class ServerPropertiesTest
    extends Object
    Author:
    jcollins
    • Constructor Detail

      • ServerPropertiesTest

        public ServerPropertiesTest()
    • Method Detail

      • testGetPropertyString

        @Test
        public void testGetPropertyString()
        Test method for ServerPropertiesService.getProperty(java.lang.String).
      • testGetPropertyStringString

        @Test
        public void testGetPropertyStringString()
        Test method for ServerPropertiesService.getProperty(java.lang.String, java.lang.String).
      • testSetUserConfigLast

        @Test
        public void testSetUserConfigLast()
        Test method for ServerPropertiesService.setUserConfig(java.net.URL).
      • testSetUserConfigFirst

        @Test
        public void testSetUserConfigFirst()
      • testIntegerProperty

        @Test
        public void testIntegerProperty()
        Test Integer property
      • testGencoConfig

        @Test
        public void testGencoConfig()