Class NewSyncPerformanceTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.catalog.jalo.synchronization.NewSyncPerformanceTest
-
- All Implemented Interfaces:
JaloSessionHolder
@PerformanceTest public class NewSyncPerformanceTest extends HybrisJUnit4Test
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CATEGORY_1
static java.lang.String
CATEGORY_2
static java.lang.String
CATEGORY_3
static java.lang.String
CATEGORY_4
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description NewSyncPerformanceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
fillCatalog()
void
testFullSync()
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Field Detail
-
CATEGORY_1
public static final java.lang.String CATEGORY_1
- See Also:
- Constant Field Values
-
CATEGORY_2
public static final java.lang.String CATEGORY_2
- See Also:
- Constant Field Values
-
CATEGORY_3
public static final java.lang.String CATEGORY_3
- See Also:
- Constant Field Values
-
CATEGORY_4
public static final java.lang.String CATEGORY_4
- See Also:
- Constant Field Values
-
-
Method Detail
-
fillCatalog
protected void fillCatalog() throws JaloGenericCreationException, JaloAbstractTypeException
-
testFullSync
public void testFullSync() throws java.lang.InterruptedException, JaloGenericCreationException, JaloAbstractTypeException
- Throws:
java.lang.InterruptedException
JaloGenericCreationException
JaloAbstractTypeException
-
-