public abstract class MessageSender extends Object
| Modifier and Type | Field and Description |
|---|---|
protected PrintWriter |
writer |
| Constructor and Description |
|---|
MessageSender() |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
void |
shutdown() |
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) |
protected PrintWriter writer
public void testRunStarted(int testCount)
public void testRunEnded(long elapsedTime)
public void testFailed(String testId, String testName, String expected, String actual, String trace)
public void init()
throws IOException
IOExceptionpublic void shutdown()
throws IOException
IOExceptionCopyright © 2004-2013. All Rights Reserved.