Class TestSuiteReport

java.lang.Object
io.vertx.rxjava3.ext.unit.report.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.

  • Field Details

    • __TYPE_ARG

      public static final io.vertx.lang.rx.TypeArg<TestSuiteReport> __TYPE_ARG
  • Constructor Details

    • TestSuiteReport

      public TestSuiteReport(TestSuiteReport delegate)
    • TestSuiteReport

      public TestSuiteReport(Object delegate)
  • Method Details