Package com.consol.citrus
Interface Completable
-
public interface CompletableInterface indicates that test action is aware of its completed state. This is used when test case needs to wait for nested actions to finish working before closing the test case. Asynchronous test action execution may implement this interface in order to publish the completed state of forked processes.- Since:
- 2.7.4
- Author:
- Christoph Deppisch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisDone(TestContext context)Checks for test action to be finished.
-
-
-
Method Detail
-
isDone
boolean isDone(TestContext context)
Checks for test action to be finished.- Returns:
-
-