public class PerformanceListener extends Object implements junit.framework.TestListener
| Constructor and Description |
|---|
PerformanceListener(PerformanceReporter reporter) |
| Modifier and Type | Method and Description |
|---|---|
void |
addError(junit.framework.Test test,
Throwable t) |
void |
addFailure(junit.framework.Test test,
junit.framework.AssertionFailedError t) |
void |
endTest(junit.framework.Test test) |
PerformanceReporter |
getReporter() |
void |
startTest(junit.framework.Test test) |
public PerformanceListener(PerformanceReporter reporter)
public void addError(junit.framework.Test test,
Throwable t)
addError in interface junit.framework.TestListenerpublic void addFailure(junit.framework.Test test,
junit.framework.AssertionFailedError t)
addFailure in interface junit.framework.TestListenerpublic void endTest(junit.framework.Test test)
endTest in interface junit.framework.TestListenerpublic void startTest(junit.framework.Test test)
startTest in interface junit.framework.TestListenerpublic PerformanceReporter getReporter()
Copyright © 2015 Atlassian. All rights reserved.