public class JUnitTestListener
extends org.junit.runner.notification.RunListener
| Constructor and Description |
|---|
JUnitTestListener(java.lang.String suiteId,
java.lang.String utid,
java.lang.Class clazz,
JUnitTestRunner.JFilter filter,
TestRealTimeClientRemote trtc,
java.lang.String ownerName,
java.lang.String ownerEmail) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getResults() |
void |
testFailure(org.junit.runner.notification.Failure f) |
void |
testFinished(org.junit.runner.Description desc) |
void |
testStarted(org.junit.runner.Description desc) |
public JUnitTestListener(java.lang.String suiteId,
java.lang.String utid,
java.lang.Class clazz,
JUnitTestRunner.JFilter filter,
TestRealTimeClientRemote trtc,
java.lang.String ownerName,
java.lang.String ownerEmail)
utid - the unit test case idclazz - the junit class namefilter - trtc - public void testStarted(org.junit.runner.Description desc)
throws java.lang.Exception
testStarted in class org.junit.runner.notification.RunListenerjava.lang.Exceptionpublic void testFinished(org.junit.runner.Description desc)
testFinished in class org.junit.runner.notification.RunListenerpublic void testFailure(org.junit.runner.notification.Failure f)
testFailure in class org.junit.runner.notification.RunListenerpublic java.util.List getResults()