Package io.vertx.ext.unit
Interface TestCompletion
-
- All Superinterfaces:
Completion<Void>
public interface TestCompletion extends Completion<Void>
This object provides callback-ability for the end of a test suite, the completion succeeds when all tests pass otherwise it fails.- Author:
- Julien Viet
-
-
Method Summary
-
Methods inherited from interface io.vertx.ext.unit.Completion
await, await, awaitSuccess, awaitSuccess, handler, isCompleted, isFailed, isSucceeded, resolve
-
-