| Interface | Description |
|---|---|
| CompletionEstimator |
Interface for classes that are able to estimate the progress of a test
|
| Class | Description |
|---|---|
| AbstractCompletionEstimator |
General support and controls for a
CompletionEstimator implementation. |
| CompoundCompletionEstimator |
Uses the highest estimate from a list of
estimations. |
| ElapsedTimeCompletionEstimator |
Measure the completion ratio based on the length of time the test has been running.
|
| EventCountCompletionEstimator |
Measure the completion ratio based on the number of a specific type of event.
|
| SessionCountCompletionEstimator |
Measure the completion ratio based on the number of completed sessions.
|
| Test |
Implementation of service managing and querying the server instances
|
| TestDefaults |
Class that stores and is able to answer questions about the test configuration
i.e.
|
| TestRun |
Manages the actual execution of a test run.
|
| TestRunService |
Test run services for logging and result report
|
| UnknownCompletionEstimator |
Only able to know if the test has started and assumes the test has finished
when there are no more events available.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.