| Modifier and Type | Method and Description |
|---|---|
List<Property> |
ClientAppConfig.getProperties()
Returns a list of arguments in the form of
Property objects
to be passed to the client during run time. |
List<Property> |
ServerAppConfig.getProperties()
Returns a list of arguments in the form of
Property objects
to be passed to the server during run time. |
SortedSet<Property> |
TestExecutionResultClientLog.getProperties() |
SortedSet<Property> |
TestExecutionResultServerLog.getProperties() |
SortedSet<Property> |
TestSpec.getProperties()
Returns a list of arguments in the form of
Property objects
to be passed to the TestRunner during run time. |
List<Property> |
SystemProbe.getProperties()
Returns a list of arguments in the form of
Property objects
to be passed to the system probe during run time. |
SortedSet<Property> |
TestExecutionResult.getProperties()
Returns a list of arguments in the form of
Property objects
to be passed to the TestRunner during run time. |
SortedSet<Property> |
TestExecutionResultProbeLog.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientAppConfig.setProperties(List<Property> properties) |
void |
ServerAppConfig.setProperties(List<Property> properties) |
void |
SystemProbe.setProperties(List<Property> properties) |
void |
TestExecutionResultClientLog.setProperties(SortedSet<Property> properties) |
void |
TestExecutionResultServerLog.setProperties(SortedSet<Property> properties) |
void |
TestSpec.setProperties(SortedSet<Property> properties) |
void |
TestExecutionResult.setProperties(SortedSet<Property> properties) |
void |
TestExecutionResultProbeLog.setProperties(SortedSet<Property> properties) |
Copyright © 2013. All Rights Reserved.