| Interface | Description |
|---|---|
| IMasterAdapter |
This interface should be implemented by the Master-Slave transport adapter.
|
| IWorkerAdapter |
This interface should be implemented by the Master-Slave transport adapter.
|
| Class | Description |
|---|---|
| DefaultMastertAdapter |
Default Master adapter, provides an adapter based on hosts file.
|
| DefaultWorkerAdapter |
Default Slave adapter, provides an adapter based on static port.
|
| RemoteResultListener |
This listener is called by the
IWorkerAdapter implementation when a remote test result is ready. |