Class SimpleProcessCreationContextTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.processing.distributed.simple.SimpleProcessCreationContextTest
-
- All Implemented Interfaces:
JaloSessionHolder
public class SimpleProcessCreationContextTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description SimpleProcessCreationContextTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldCreate_0_batchesFor_nonResultingQueryWithBatchSize_100()voidshouldCreate_1_batchFor_exact_100_ItemsQueryWithBatchSize_100()voidshouldCreate_1_batchFor_lessThan_100_ItemsQueryWithBatchSize_100()voidshouldCreate_10_batchesFor_1000_ItemsQueryWithBatchSize_100()-
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
-
shouldCreate_0_batchesFor_nonResultingQueryWithBatchSize_100
public void shouldCreate_0_batchesFor_nonResultingQueryWithBatchSize_100() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldCreate_1_batchFor_exact_100_ItemsQueryWithBatchSize_100
public void shouldCreate_1_batchFor_exact_100_ItemsQueryWithBatchSize_100() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldCreate_1_batchFor_lessThan_100_ItemsQueryWithBatchSize_100
public void shouldCreate_1_batchFor_lessThan_100_ItemsQueryWithBatchSize_100() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldCreate_10_batchesFor_1000_ItemsQueryWithBatchSize_100
public void shouldCreate_10_batchesFor_1000_ItemsQueryWithBatchSize_100() throws java.lang.Exception- Throws:
java.lang.Exception
-
-