| Package | Description |
|---|---|
| org.alfresco.bm.driver.test |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCompletionEstimator
General support and controls for a
CompletionEstimator implementation. |
class |
CompoundCompletionEstimator
Uses the highest estimate from a list of
estimations. |
class |
ElapsedTimeCompletionEstimator
Measure the completion ratio based on the length of time the test has been running.
|
class |
EventCountCompletionEstimator
Measure the completion ratio based on the number of a specific type of event.
|
class |
SessionCountCompletionEstimator
Measure the completion ratio based on the number of completed sessions.
|
class |
UnknownCompletionEstimator
Only able to know if the test has started and assumes the test has finished
when there are no more events available.
|
| Constructor and Description |
|---|
CompoundCompletionEstimator(EventService eventService,
ResultService resultService,
List<CompletionEstimator> estimators)
Constructor with required dependencies
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.