Class 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.