Class PerformanceListener
java.lang.Object
de.hybris.platform.testframework.performance.PerformanceListener
- All Implemented Interfaces:
junit.framework.TestListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddFailure(junit.framework.Test test, junit.framework.AssertionFailedError t) voidendTest(junit.framework.Test test) voidstartTest(junit.framework.Test test)
-
Constructor Details
-
PerformanceListener
public PerformanceListener() -
PerformanceListener
-
-
Method Details
-
startTest
public void startTest(junit.framework.Test test) - Specified by:
startTestin interfacejunit.framework.TestListener
-
addFailure
public void addFailure(junit.framework.Test test, junit.framework.AssertionFailedError t) - Specified by:
addFailurein interfacejunit.framework.TestListener
-
addError
- Specified by:
addErrorin interfacejunit.framework.TestListener
-
endTest
public void endTest(junit.framework.Test test) - Specified by:
endTestin interfacejunit.framework.TestListener
-