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
@IntegrationTest public class ConfigurableTasksProviderTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ConfigurableTasksProviderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldThrowExceptionWhenDefaultProviderIsNull()voidshouldThrowExceptionWhenProvidersMapIsNull()voidshouldUseDefaultProviderIfPropertyHasInvalidCase()voidshouldUseDefaultProviderIfPropertyIsEmpty()voidshouldUseDefaultProviderIfPropertyIsInvalid()voidshouldUseDefaultProviderIfPropertyIsNotSet()voidshouldUseProvider1FromMapIfPropertyIsSet()voidshouldUseProvider2FromMapIfPropertyIsSet()voidtearDown()-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
tearDown
public void tearDown() throws java.lang.Exception- Throws:
java.lang.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()
-
-