Class ModelGetPk
- java.lang.Object
-
- de.hybris.platform.hac.performance.impl.AbstractPerformanceTest
-
- de.hybris.platform.hac.performance.impl.ModelGetPk
-
- All Implemented Interfaces:
PerformanceTest
public class ModelGetPk extends AbstractPerformanceTest
-
-
Constructor Summary
Constructors Constructor Description ModelGetPk()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcleanup()Cleanup after test if needed.voidexecuteBlock()Executes block of code to be tested.java.lang.StringgetTestName()Gets the test name.voidprepare()Prepare test if needed.voidsetModelService(ModelService modelService)-
Methods inherited from class de.hybris.platform.hac.performance.impl.AbstractPerformanceTest
computeScores
-
-
-
-
Method Detail
-
executeBlock
public void executeBlock()
Description copied from interface:PerformanceTestExecutes block of code to be tested.- Specified by:
executeBlockin interfacePerformanceTest- Specified by:
executeBlockin classAbstractPerformanceTest
-
getTestName
public java.lang.String getTestName()
Description copied from interface:PerformanceTestGets the test name.- Specified by:
getTestNamein interfacePerformanceTest- Specified by:
getTestNamein classAbstractPerformanceTest- Returns:
- the test name
-
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()
Description copied from interface:PerformanceTestPrepare test if needed.- Specified by:
preparein interfacePerformanceTest- Specified by:
preparein classAbstractPerformanceTest
-
setModelService
public void setModelService(ModelService modelService)
-
-