| Package | Description |
|---|---|
| org.maestro.tests.support |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTestEndpoint |
| Modifier and Type | Method and Description |
|---|---|
TestEndpoint |
RoleBasedEndpointResolver.resolve(PeerEndpoint peerEndpoint) |
TestEndpoint |
OneToOneEndpointResolver.resolve(PeerEndpoint peerEndpoint) |
TestEndpoint |
TestEndpointResolver.resolve(PeerEndpoint peerEndpoint)
Get the test endpoint for the given peer endpoint
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoleBasedEndpointResolver.register(Role role,
TestEndpoint testEndpoint) |
void |
OneToOneEndpointResolver.register(Role role,
TestEndpoint testEndpoint) |
void |
TestEndpointResolver.register(Role role,
TestEndpoint testEndpoint)
Register a test endpoint for the given role
|
This documentation was released into the public domain.