Package de.hybris.platform.task.impl
Class DefaultTaskServiceQueryProviderTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.task.impl.DefaultTaskServiceQueryProviderTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class DefaultTaskServiceQueryProviderTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description DefaultTaskServiceQueryProviderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
shouldProvideFullQueryForTasksWithExclusiveMode()
void
shouldProvideFullQueryForTasksWithoutExclusiveMode()
void
shouldProvideQueryForExpiredTasksWithExclusiveMode()
void
shouldProvideQueryForExpiredTasksWithoutExclusiveMode()
void
shouldProvideSimpleQueryForTasksWithExclusiveMode()
void
shouldProvideSimpleQueryForTasksWithoutExclusiveMode()
void
tearDown()
-
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()
-
shouldProvideQueryForExpiredTasksWithoutExclusiveMode
public void shouldProvideQueryForExpiredTasksWithoutExclusiveMode() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldProvideQueryForExpiredTasksWithExclusiveMode
public void shouldProvideQueryForExpiredTasksWithExclusiveMode() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldProvideSimpleQueryForTasksWithoutExclusiveMode
public void shouldProvideSimpleQueryForTasksWithoutExclusiveMode() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldProvideSimpleQueryForTasksWithExclusiveMode
public void shouldProvideSimpleQueryForTasksWithExclusiveMode() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldProvideFullQueryForTasksWithoutExclusiveMode
public void shouldProvideFullQueryForTasksWithoutExclusiveMode() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldProvideFullQueryForTasksWithExclusiveMode
public void shouldProvideFullQueryForTasksWithExclusiveMode() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-