Class TestCompletion

java.lang.Object
io.vertx.reactivex.ext.unit.Completion<Void>
io.vertx.reactivex.ext.unit.TestCompletion
All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate

public class TestCompletion extends Completion<Void> implements io.vertx.lang.rx.RxDelegate
This object provides callback-ability for the end of a test suite, the completion succeeds when all tests pass otherwise it fails.

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.