Class ConfigGetString
java.lang.Object
de.hybris.platform.hac.performance.impl.AbstractPerformanceTest
de.hybris.platform.hac.performance.impl.ConfigGetString
- All Implemented Interfaces:
PerformanceTest
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.hac.performance.impl.AbstractPerformanceTest
computeScores
-
Constructor Details
-
ConfigGetString
public ConfigGetString()
-
-
Method Details
-
executeBlock
public void executeBlock()Description copied from interface:PerformanceTestExecutes block of code to be tested.- Specified by:
executeBlockin interfacePerformanceTest- Specified by:
executeBlockin classAbstractPerformanceTest
-
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
-