Package de.hybris.platform.task.impl
Class ConfigurableTasksProviderTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.task.impl.ConfigurableTasksProviderTest
- All Implemented Interfaces:
JaloSessionHolder
-
Field Summary
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
ConfigurableTasksProviderTest
public ConfigurableTasksProviderTest()
-
-
Method Details
-
setup
public void setup() -
tearDown
- Throws:
Exception
-
shouldThrowExceptionWhenDefaultProviderIsNull
public void shouldThrowExceptionWhenDefaultProviderIsNull() -
shouldThrowExceptionWhenProvidersMapIsNull
public void shouldThrowExceptionWhenProvidersMapIsNull() -
shouldUseDefaultProviderIfPropertyIsNotSet
public void shouldUseDefaultProviderIfPropertyIsNotSet() -
shouldUseDefaultProviderIfPropertyIsEmpty
public void shouldUseDefaultProviderIfPropertyIsEmpty() -
shouldUseDefaultProviderIfPropertyIsInvalid
public void shouldUseDefaultProviderIfPropertyIsInvalid() -
shouldUseDefaultProviderIfPropertyHasInvalidCase
public void shouldUseDefaultProviderIfPropertyHasInvalidCase() -
shouldUseProvider1FromMapIfPropertyIsSet
public void shouldUseProvider1FromMapIfPropertyIsSet() -
shouldUseProvider2FromMapIfPropertyIsSet
public void shouldUseProvider2FromMapIfPropertyIsSet()
-