public interface io.vertx.ext.unit.report.TestCaseReport
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.unit.report.TestCaseReport
  super_class: java.lang.Object
{
  public abstract java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.CacheReturn()

  public abstract io.vertx.ext.unit.report.TestCaseReport endHandler(io.vertx.core.Handler<io.vertx.ext.unit.report.TestResult>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/unit/report/TestCaseReport;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/unit/report/TestResult;>;)Lio/vertx/ext/unit/report/TestCaseReport;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  
}
SourceFile: "TestCaseReport.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()