Package de.hybris.platform.util.config
Class RuntimeConfigUpdateListenerTest
java.lang.Object
de.hybris.platform.util.config.RuntimeConfigUpdateListenerTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoid
-
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()
-