public interface Runnable
| Modifier and Type | Method and Description |
|---|---|
void |
hasCanceled(String activityId)
Callback method which is called during the scenario
run when an activity instance of the given activity
id has been (unsuccessfully) cancelled.
|
void |
hasCompleted(String activityId)
Callback method which is called during the scenario
run when an activity instance of the given activity
id has been (successfully) completed.
|
void |
hasFinished(String activityId)
Callback method which is called during the scenario
run when an activity instance of the given activity
id has been finished (in other words has been either
completed or canceled).
|
void |
hasStarted(String activityId)
Callback method which is called during the scenario
run when an activity instance of the given activity
id has been started.
|
void hasStarted(String activityId)
void hasFinished(String activityId)
void hasCompleted(String activityId)
void hasCanceled(String activityId)
Copyright © 2016 plexiti GmbH. All rights reserved.