Class AbstractJaloItemTest
- java.lang.Object
-
- de.hybris.platform.hac.performance.impl.AbstractPerformanceTest
-
- de.hybris.platform.hac.performance.impl.AbstractJaloItemTest
-
- All Implemented Interfaces:
PerformanceTest
- Direct Known Subclasses:
JaloGetNonExistingProperty,JaloGetPk,JaloItemSetNonExistingProperty,JaloTenTimesSetNonExistingProperty,JaloTenTimesSetNonExistingPropertyInTx
public abstract class AbstractJaloItemTest extends AbstractPerformanceTest
-
-
Constructor Summary
Constructors Constructor Description AbstractJaloItemTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcleanup()Cleanup after test if needed.voidprepare()Prepare test if needed.-
Methods inherited from class de.hybris.platform.hac.performance.impl.AbstractPerformanceTest
computeScores, executeBlock, getTestName
-
-
-
-
Field Detail
-
country
protected Country country
-
-
Method Detail
-
cleanup
public void cleanup()
Description copied from interface:PerformanceTestCleanup after test if needed.- Specified by:
cleanupin interfacePerformanceTest- Specified by:
cleanupin classAbstractPerformanceTest
-
prepare
public void prepare() throws java.lang.ExceptionDescription copied from interface:PerformanceTestPrepare test if needed.- Specified by:
preparein interfacePerformanceTest- Specified by:
preparein classAbstractPerformanceTest- Throws:
java.lang.Exception- the exception
-
-