| Class | Description |
|---|---|
| ClientApp |
Represents a client application simulator
package to be run against a
ServerApp in a DTC test. |
| ClientAppConfig |
Represents a runtime configuration for a
ClientApp. |
| HardwareResource |
Represents a physical hardware resource that can be used during
a DTC test.
|
| HardwareResourceFamily |
Represents a family of resources.
|
| LogFile |
Represents a log file
|
| PkgLibrary |
Represents a binary package library which is required for either
a
ClientApp, ServerApp, or SystemProbe to
execute. |
| PkgLibraryTag |
Represents a tag entity used to categorize
PkgLibrary
objects. |
| Property |
Represents a property by mapping a property name to a value.
|
| ServerApp |
Represents a server application that can be run as the central
process in a DTC test.
|
| ServerAppConfig |
Represents a runtime configuration for a
ServerApp |
| SystemProbe |
Represents a system probe application used to monitor and collect
statistics during a DTC test.
|
| SystemProbeTag |
Represents a tag entity used to categorize
SystemProbe
objects. |
| TestExecution |
Represents an instance of an execution of a
TestSuite. |
| TestExecutionResult |
Represents the results for a specific instance of a
TestSpec. |
| TestExecutionResultClientData |
Represents a snapshot of the number of clients in the system at runtime
at a specific point in time during the execution.
|
| TestExecutionResultClientDataTuple |
Represents a snapshot of the number of clients in the system at runtime
at a specific point in time during the execution for a specific type
of
ClientAppConfig. |
| TestExecutionResultClientLog |
Captures complete runtime configuration, hardware resource executed on,
and result log file for the execution of a
ClientAppConfig
client application simulator. |
| TestExecutionResultProbeData |
Represents a snapshot of the data collected by a specific
SystemProbe
at a specific point in time. |
| TestExecutionResultProbeLog |
Captures complete runtime configuration, hardware resource executed on,
and result log file for the execution of a
SystemProbe
during the test. |
| TestExecutionResultServerLog |
Captures complete runtime configuration and result log file for the
execution of the server application on a specific resource during
execution of the test.
|
| TestExecutionTag |
Represents a tag entity used to categorize
TestExecution
objects. |
| TestQueue |
Wrapper object for a
TestExecution that is currently running, or is
waiting to be run. |
| TestSpec |
Represents a complete test specification that pulls together all of the
details and parameters necessary to run a DTC test.
|
| TestSuite |
Represents a collection of tests in the form of @link{TestSpec} objects
that are to be run in succession as a suite.
|
| Enum | Description |
|---|---|
| ClientAppConfigType |
Enumeration type representing each of the possible mechanisms allowed
to pass arguments to a client executable.
|
| TestExecutionResultValue |
Enumeration type representing each of the possible results
of a specific test.
|
| TestQueueStatus |
Enumeration type representing each of the possible states
that a test in the queue can be in.
|
Copyright © 2013. All Rights Reserved.