Package de.hybris.platform.util.config
Class RuntimeConfigUpdateListenerTest
- java.lang.Object
-
- de.hybris.platform.util.config.RuntimeConfigUpdateListenerTest
-
@UnitTest public class RuntimeConfigUpdateListenerTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RuntimeConfigUpdateListenerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldInstantiateProperConfigLoaderClass()voidshouldNotInstantiateConfigLoaderClassWhenConfigObjectReturnsNull()voidshouldNotInstantiateConfigLoaderClassWhenItsConfiguredAsBlankString()voidshouldNotInstantiateConfigLoaderClassWhenItsConfiguredAsEmptyString()voidshouldThrowTheSystemExceptionWhenConfiguredConfigLoaderClassDoesntExist()
-
-
-
Method Detail
-
shouldNotInstantiateConfigLoaderClassWhenItsConfiguredAsEmptyString
public void shouldNotInstantiateConfigLoaderClassWhenItsConfiguredAsEmptyString()
-
shouldNotInstantiateConfigLoaderClassWhenItsConfiguredAsBlankString
public void shouldNotInstantiateConfigLoaderClassWhenItsConfiguredAsBlankString()
-
shouldNotInstantiateConfigLoaderClassWhenConfigObjectReturnsNull
public void shouldNotInstantiateConfigLoaderClassWhenConfigObjectReturnsNull()
-
shouldThrowTheSystemExceptionWhenConfiguredConfigLoaderClassDoesntExist
public void shouldThrowTheSystemExceptionWhenConfiguredConfigLoaderClassDoesntExist()
-
shouldInstantiateProperConfigLoaderClass
public void shouldInstantiateProperConfigLoaderClass()
-
-