Package de.hybris.platform.task
Class AbstractTaskTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.task.AbstractTaskTest
-
- All Implemented Interfaces:
JaloSessionHolder
- Direct Known Subclasses:
DefaultTaskServiceIntegrationTest,TaskActionTest,TaskEngineSessionTest,TaskRetryTest,TaskServiceErrorHandlingOnStartupTest,TaskServiceTest
public abstract class AbstractTaskTest extends HybrisJUnit4Test
Base test class providing application context adjustments.
-
-
Field Summary
Fields Modifier and Type Field Description protected org.springframework.context.ApplicationContextapplicationContextprotected ModelServicemodelServiceprotected TaskServicetaskService-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description AbstractTaskTest()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract java.util.Map<java.lang.String,java.lang.Object>createCustomSingletons()voidsetUp()voidtearDown()-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Field Detail
-
applicationContext
protected org.springframework.context.ApplicationContext applicationContext
-
taskService
protected TaskService taskService
-
modelService
protected ModelService modelService
-
-