Class Summary |
AbstractProtocol |
A protocol framework to be used with ProtocolServer . |
AutoClose |
Test utility to manage automatic close () of resources. |
DummyPropertyListener |
Dummy test property change listener for unit tests. |
LogChecker |
JUnit utility class that listens to DFC log events and logs any
errors/warnings and can be used to fail a test if any are logged. |
ProtocolServer |
Runs a server on a socket that accepts messages and responds appropriately
with the use of an AbstractProtocol instance. |
Stringifier |
Used to generate a canonical textual representation of an object graph. |
TestFrame |
Base class for test frames. |