Class ConfigGetString
- java.lang.Object
-
- de.hybris.platform.hac.performance.impl.AbstractPerformanceTest
-
- de.hybris.platform.hac.performance.impl.ConfigGetString
-
- All Implemented Interfaces:
PerformanceTest
public class ConfigGetString extends AbstractPerformanceTest
-
-
Constructor Summary
Constructors Constructor Description ConfigGetString()
-
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.-
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
-
-