Class RuntimeConfigUpdateListenerTest

java.lang.Object
de.hybris.platform.util.config.RuntimeConfigUpdateListenerTest

@UnitTest public class RuntimeConfigUpdateListenerTest extends Object
  • Constructor Details

    • RuntimeConfigUpdateListenerTest

      public RuntimeConfigUpdateListenerTest()
  • Method Details

    • shouldNotInstantiateConfigLoaderClassWhenItsConfiguredAsEmptyString

      public void shouldNotInstantiateConfigLoaderClassWhenItsConfiguredAsEmptyString()
    • shouldNotInstantiateConfigLoaderClassWhenItsConfiguredAsBlankString

      public void shouldNotInstantiateConfigLoaderClassWhenItsConfiguredAsBlankString()
    • shouldNotInstantiateConfigLoaderClassWhenConfigObjectReturnsNull

      public void shouldNotInstantiateConfigLoaderClassWhenConfigObjectReturnsNull()
    • shouldThrowTheSystemExceptionWhenConfiguredConfigLoaderClassDoesntExist

      public void shouldThrowTheSystemExceptionWhenConfiguredConfigLoaderClassDoesntExist()
    • shouldInstantiateProperConfigLoaderClass

      public void shouldInstantiateProperConfigLoaderClass()