com.atlassian.performance.junit
Class PerformanceListener
java.lang.Object
com.atlassian.performance.junit.PerformanceListener
- All Implemented Interfaces:
- junit.framework.TestListener
public class PerformanceListener
- extends Object
- implements junit.framework.TestListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PerformanceListener
public PerformanceListener(PerformanceReporter reporter)
addError
public void addError(junit.framework.Test test,
Throwable t)
- Specified by:
addError in interface junit.framework.TestListener
addFailure
public void addFailure(junit.framework.Test test,
junit.framework.AssertionFailedError t)
- Specified by:
addFailure in interface junit.framework.TestListener
endTest
public void endTest(junit.framework.Test test)
- Specified by:
endTest in interface junit.framework.TestListener
startTest
public void startTest(junit.framework.Test test)
- Specified by:
startTest in interface junit.framework.TestListener
getReporter
public PerformanceReporter getReporter()
Copyright © 2014 Atlassian. All rights reserved.