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<UnitTestResult> |
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.RunListener
java.lang.Exception
public void testFinished(org.junit.runner.Description desc)
testFinished
in class org.junit.runner.notification.RunListener
public void testFailure(org.junit.runner.notification.Failure f)
testFailure
in class org.junit.runner.notification.RunListener
public java.util.List<UnitTestResult> getResults()