public abstract class MessageSender extends Object
| Constructor and Description |
|---|
MessageSender() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
flush() |
void |
init() |
protected void |
println(String str) |
void |
shutdown() |
void |
testAssumptionFailed(String testId,
String testName,
String trace) |
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(int testCount) |
void |
testStarted(String testId,
String testName,
boolean ignored) |
void |
testTree(String testId,
String testName,
boolean isSuite,
int testCount) |
void |
testTree(String testId,
String testName,
String parentId,
String parentName,
boolean isSuite,
int testCount) |
protected Writer writer
public void testRunStarted(int testCount)
public void testRunEnded(long elapsedTime)
public void testTree(String testId, String testName, String parentId, String parentName, boolean isSuite, int testCount)
public void testFailed(String testId, String testName, String expected, String actual, String trace)
protected void println(String str)
protected void flush()
public void init()
throws IOException
IOExceptionpublic void shutdown()
throws IOException
IOExceptionCopyright © 2004-2014. All Rights Reserved.