| Interface | Description |
|---|---|
| IMessageSenderFactory |
Factory for
MessageSender |
| Class | Description |
|---|---|
| MessageIds |
Message identifiers for messages sent by the RemoteTestRunner.
|
| MessageSender |
Abstract class used to send test messages
Generally, the sequence of methods called will be :
testRunStarted : runId is optional, must be unique for the build
testTree (1..n) : creates the tree of tests
testStarted
(testFailed/testAssumptionFailed/testError)
testEnded
testRunEnded
|
| NullMessageSender |
MessageSender that do not send messages |
| NullWriter |
An Writer than eats its input.
|
| SimpleMessageSenderFactory |
Creates
MessageSender that send test message to a PrintWriter |
| SocketMessageSender |
Send test messages using socket
|
| SocketMessageSenderFactory |
Factory that creates a test messages sender that send messages using TCP.
|
Copyright © 2015. All rights reserved.