Class TestCase


  • public class TestCase
    extends Object
    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.

    • Constructor Detail

      • TestCase

        public TestCase​(io.vertx.ext.unit.TestCase delegate)
      • TestCase

        public TestCase​(Object delegate)
    • Method Detail

      • hashCode

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

        public io.vertx.ext.unit.TestCase getDelegate()
      • create

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

        public static TestCase newInstance​(io.vertx.ext.unit.TestCase arg)