com.atlassian.jira.functest.framework
Class JUnit3WebTestListener
java.lang.Object
com.atlassian.jira.functest.framework.JUnit3WebTestListener
- All Implemented Interfaces:
- junit.framework.TestListener
public class JUnit3WebTestListener
- extends Object
- implements junit.framework.TestListener
JUnit3 test listener wrapping the web test listener.
- Since:
- v4.4
Method Summary |
void |
addError(junit.framework.Test test,
Throwable t)
|
void |
addFailure(junit.framework.Test test,
junit.framework.AssertionFailedError t)
|
void |
endTest(junit.framework.Test test)
|
void |
startTest(junit.framework.Test test)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JUnit3WebTestListener
public JUnit3WebTestListener(WebTestListener listener)
startTest
public void startTest(junit.framework.Test test)
- Specified by:
startTest
in interface junit.framework.TestListener
endTest
public void endTest(junit.framework.Test test)
- Specified by:
endTest
in interface junit.framework.TestListener
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
Copyright © 2002-2012 Atlassian. All Rights Reserved.