Package | Description |
---|---|
org.astrogrid.samp.test |
Classes for testing.
|
Class and Description |
---|
Calculator
Test client.
|
Calculator.CalcRequest
Represents a request which may be sent to a Calculator object.
|
Calculator.SendMode
Represents a delivery pattern.
|
HubTester.ClientWatcher
CallableClient implementation which watches hub.event messages
concerning the registration and attributes of other clients.
|
HubTester.WatchedClient
Struct-type utility class which aggregates mutable information about
a client, to be updated in response to hub event messages.
|
MessageSender
Sends a message to one or more other SAMP clients.
|
MessageSender.BlockingMap
Map implementation which dispenses its contents via an iterator
which will block until all the results are in.
|
MessageSender.BlockingSet
Set implementation which dispenses its contents via an iterator
which will block until all results are in.
|
ReplyCollector
Partial implementation of
CallableClient which handles the
receiveReply method. |
Tester
No-frills test case superclass.
|
TestException
Exception thrown by a failed test.
|