Class TestSuiteReport

  • All Implemented Interfaces:
    io.vertx.lang.rx.RxDelegate, ReadStream<TestCaseReport>, StreamBase

    public class TestSuiteReport
    extends Object
    implements io.vertx.lang.rx.RxDelegate, ReadStream<TestCaseReport>
    The test suite reports is basically a stream of events reporting the test suite execution.

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