Class TestCaseReport


  • public class TestCaseReport
    extends Object
    Report the execution of a test case.

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

    • Constructor Detail

      • TestCaseReport

        public TestCaseReport​(Object delegate)
    • Method Detail

      • hashCode

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

        public String name()
        Returns:
        the test case name
      • endHandler

        public TestCaseReport endHandler​(Handler<TestResult> handler)
        Set a callback for completion, the specified handler is invoked when the test exec has completed.
        Parameters:
        handler - the completion handler
        Returns:
        a reference to this, so the API can be used fluently