public abstract class MessageSender extends Object
| Constructor and Description |
|---|
MessageSender() |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
protected void |
println(String str) |
void |
shutdown() |
void |
testAssumptionFailed(String testId,
String testName,
String trace) |
void |
testAssumptionFailed(String testId,
String testName,
String trace,
String runId) |
void |
testEnded(String testId,
String testName,
boolean ignored) |
void |
testError(String testId,
String testName,
String trace) |
void |
testFailed(String testId,
String testName,
String expected,
String actual,
String trace) |
void |
testRunEnded(long elapsedTime) |
void |
testRunStarted() |
void |
testRunStarted(String runId) |
void |
testStarted(String testId,
String testName,
boolean ignored) |
void |
testTree(String testId,
String testName,
String parentId,
boolean isSuite) |
protected Writer writer
public void testRunStarted(String runId) throws IOException
IOExceptionpublic void testRunStarted()
throws IOException
IOExceptionpublic void testRunEnded(long elapsedTime)
throws IOException
IOExceptionpublic void testTree(String testId, String testName, String parentId, boolean isSuite) throws IOException
IOExceptionpublic void testStarted(String testId, String testName, boolean ignored) throws IOException
IOExceptionpublic void testEnded(String testId, String testName, boolean ignored) throws IOException
IOExceptionpublic void testFailed(String testId, String testName, String expected, String actual, String trace) throws IOException
IOExceptionpublic void testAssumptionFailed(String testId, String testName, String trace, String runId) throws IOException
IOExceptionpublic void testAssumptionFailed(String testId, String testName, String trace) throws IOException
IOExceptionpublic void testError(String testId, String testName, String trace) throws IOException
IOExceptionprotected void println(String str) throws IOException
IOExceptionpublic void init()
throws IOException
IOExceptionpublic void shutdown()
throws IOException
IOExceptionCopyright © 2015. All rights reserved.