| Modifier and Type | Method and Description |
|---|---|
ClientAppConfig |
TestExecutionResultClientDataTuple.getClient() |
ClientAppConfig |
TestExecutionResultClientLog.getOriginalClientAppConfig() |
| Modifier and Type | Method and Description |
|---|---|
List<ClientAppConfig> |
TestSpec.getClientAppConfigs()
Returns the list of client application simulator configurations
to be used to stress the server during the test.
|
List<ClientAppConfig> |
ClientApp.getConfigs()
Returns a list of client application configurations that can be used
to run this client application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestExecutionResultClientDataTuple.setClient(ClientAppConfig client) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestSpec.setClientAppConfigs(List<ClientAppConfig> clientAppConfigs) |
void |
ClientApp.setConfigs(List<ClientAppConfig> configs) |
| Constructor and Description |
|---|
TestExecutionResultClientDataTuple(ClientAppConfig client,
String originalClientName,
Long numClients) |
TestExecutionResultClientLog(ClientAppConfig originalClientAppConfig) |
Copyright © 2013. All Rights Reserved.