Class TestCase

  • All Implemented Interfaces:
    io.vertx.lang.rx.RxDelegate

    public class TestCase
    extends Object
    implements io.vertx.lang.rx.RxDelegate
    A test case object can be used to create a single test.

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

    • Field Detail

      • __TYPE_ARG

        public static final io.vertx.lang.rx.TypeArg<TestCase> __TYPE_ARG
    • Constructor Detail

      • TestCase

        public TestCase​(TestCase delegate)
      • TestCase

        public TestCase​(Object delegate)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getDelegate

        public TestCase getDelegate()
        Specified by:
        getDelegate in interface io.vertx.lang.rx.RxDelegate
      • create

        public static TestCase create​(String name,
                                      Handler<TestContext> testCase)
        Create a test case.
        Parameters:
        name - the test case name
        testCase - the test case
        Returns:
        the created test case