Class RuntimeConfigUpdateListenerTest


  • @UnitTest
    public class RuntimeConfigUpdateListenerTest
    extends java.lang.Object
    • Constructor Detail

      • RuntimeConfigUpdateListenerTest

        public RuntimeConfigUpdateListenerTest()
    • Method Detail

      • shouldNotInstantiateConfigLoaderClassWhenItsConfiguredAsEmptyString

        public void shouldNotInstantiateConfigLoaderClassWhenItsConfiguredAsEmptyString()
      • shouldNotInstantiateConfigLoaderClassWhenItsConfiguredAsBlankString

        public void shouldNotInstantiateConfigLoaderClassWhenItsConfiguredAsBlankString()
      • shouldNotInstantiateConfigLoaderClassWhenConfigObjectReturnsNull

        public void shouldNotInstantiateConfigLoaderClassWhenConfigObjectReturnsNull()
      • shouldThrowTheSystemExceptionWhenConfiguredConfigLoaderClassDoesntExist

        public void shouldThrowTheSystemExceptionWhenConfiguredConfigLoaderClassDoesntExist()
      • shouldInstantiateProperConfigLoaderClass

        public void shouldInstantiateProperConfigLoaderClass()