Interface | Description |
---|---|
IBlockService |
A test service that blocks for a given amount of time.
|
IStepService |
Test service executing some blocking steps.
|
Class | Description |
---|---|
BlockAgent |
An agent that provides the blocking service.
|
BlockingTimeoutTestAgent |
Test timeouts in threaded component execution.
|
ComplexBlockingTestAgent |
Calls the step service twice, which in turn calls the block service.
|
IntermediateBlockingTestAgent |
Calls the step service and waits for the intermediate results twice.
|
RawBlockingTestAgent |
Test threaded access to raw services.
|
RemoteBlockingTestAgent |
Test threaded access to raw services.
|
ReqServiceBlockAgent |
Test threaded component execution.
|
ShutdownAgent | |
SimpleBlockingTestAgent |
Test threaded component execution.
|
StepAgent |
An agent that provides the stepped service.
|
SubscriptionBlockingTestAgent |
Calls the step service and waits for the intermediate results twice.
|