Interface | Description |
---|---|
IAService |
Dummy test interface.
|
IBService | |
ICService |
Test if parameter call-by-copy and call-by-reference work (in local case).
|
IDService | |
NoServiceAgent.INoService |
Test service interface.
|
Class | Description |
---|---|
AAgent |
Simple test agent with one service.
|
BAgent |
Simple test agent with one service.
|
BaseAgent |
Base class agent.
|
BodyExceptionAgent |
Test what happens if an exception is thrown in body.
|
BrokenInitAgent |
Agent that produces an exception during init.
|
BrokenInitTestAgent |
Testing broken init.
|
BrokenTestAgent |
Testing broken components.
|
CAgent |
Simple test agent with one service for testing parameter and result copying.
|
ComponentResultTest2Agent |
Testing results declared in component configurations.
|
ComponentResultTestStep |
Behavior of the component result test.
|
DependendServicesAgent |
Starts two agents a and b
a has service sa
b has service sb
init of service sb searches for sa and uses the service
(problem is that component a has finished its init but must execute the service call for sb)
|
DestroyStep |
Behavior of the component result test.
|
DFTestAgent |
Test DF usage from micro agent.
|
EndStepTestStep |
Behavior of the component result test.
|
ExtendedBaseAgent |
Base class agent.
|
InjectedResultsAgent | |
InterceptorAgent |
Testing if required services can be equipped with interceptors.
|
KillAgent | |
LoggerAgent |
A minimal test case agent serving as a demonstrator.
|
LoggerAgent.TestLogHandler | |
MultiServiceAgent |
Test implementation of multiple services in a single agent.
|
NoServiceAgent |
Test searching for services that don't exist.
|
PojoBodyExceptionAgent |
Test what happens if an exception is thrown in body.
|
PojoBrokenInitAgent |
Agent that produces an exception during init.
|
PojoDService | |
PojoInjectionAgent |
Test if a pojo can be injected into a service.
|
ProtectedBodyAgent |
Agent with protected body method.
|
ProvidedServiceConfigurationsAgent |
Test if in configurations provided service implementations can be overridden.
|
ProvidedServiceConfigurationsAgent.MyAService | |
RemovedServiceAgent |
A test case for testing access to services of already terminated components.
|
RequiredServiceConfigurationsAgent |
Test if binding of required service info can be overridden in configuration.
|
ServiceParameterAgent |
Test if pojo services can be passed as local parameters.
|
SimpleTestAgent |
A minimal test case agent serving as a demonstrator.
|
TestAgent | |
TestInjectedResultsAgent |
Test if result back transfer from injected fields works.
|