public class io.vertx.ext.unit.impl.TestResultImpl implements io.vertx.ext.unit.report.TestResult
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.unit.impl.TestResultImpl
  super_class: java.lang.Object
{
  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long beginTime;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long durationTime;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.ext.unit.report.Failure failure;
    descriptor: Lio/vertx/ext/unit/report/Failure;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String, long, long, io.vertx.ext.unit.report.Failure);
    descriptor: (Ljava/lang/String;JJLio/vertx/ext/unit/report/Failure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=5
        start local 0 // io.vertx.ext.unit.impl.TestResultImpl this
        start local 1 // java.lang.String name
        start local 2 // long beginTime
        start local 4 // long durationTime
        start local 6 // io.vertx.ext.unit.report.Failure failure
         0: .line 16
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 17
            aload 0 /* this */
            aload 1 /* name */
            putfield io.vertx.ext.unit.impl.TestResultImpl.name:Ljava/lang/String;
         2: .line 18
            aload 0 /* this */
            lload 2 /* beginTime */
            putfield io.vertx.ext.unit.impl.TestResultImpl.beginTime:J
         3: .line 19
            aload 0 /* this */
            lload 4 /* durationTime */
            putfield io.vertx.ext.unit.impl.TestResultImpl.durationTime:J
         4: .line 20
            aload 0 /* this */
            aload 6 /* failure */
            putfield io.vertx.ext.unit.impl.TestResultImpl.failure:Lio/vertx/ext/unit/report/Failure;
         5: .line 21
            return
        end local 6 // io.vertx.ext.unit.report.Failure failure
        end local 4 // long durationTime
        end local 2 // long beginTime
        end local 1 // java.lang.String name
        end local 0 // io.vertx.ext.unit.impl.TestResultImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lio/vertx/ext/unit/impl/TestResultImpl;
            0    6     1          name  Ljava/lang/String;
            0    6     2     beginTime  J
            0    6     4  durationTime  J
            0    6     6       failure  Lio/vertx/ext/unit/report/Failure;
    MethodParameters:
              Name  Flags
      name          
      beginTime     
      durationTime  
      failure       

  public void <init>(java.lang.String, long, long, java.lang.Throwable);
    descriptor: (Ljava/lang/String;JJLjava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=7, args_size=5
        start local 0 // io.vertx.ext.unit.impl.TestResultImpl this
        start local 1 // java.lang.String name
        start local 2 // long beginTime
        start local 4 // long durationTime
        start local 6 // java.lang.Throwable failure
         0: .line 24
            aload 0 /* this */
            aload 1 /* name */
            lload 2 /* beginTime */
            lload 4 /* durationTime */
            aload 6 /* failure */
            ifnull 1
            new io.vertx.ext.unit.impl.FailureImpl
            dup
            aload 6 /* failure */
            invokespecial io.vertx.ext.unit.impl.FailureImpl.<init>:(Ljava/lang/Throwable;)V
            goto 2
      StackMap locals: uninitialized-this java.lang.String long long java.lang.Throwable
      StackMap stack: uninitialized-this java.lang.String long long
         1: aconst_null
      StackMap locals: uninitialized-this java.lang.String long long java.lang.Throwable
      StackMap stack: uninitialized-this java.lang.String long long io.vertx.ext.unit.impl.FailureImpl
         2: invokespecial io.vertx.ext.unit.impl.TestResultImpl.<init>:(Ljava/lang/String;JJLio/vertx/ext/unit/report/Failure;)V
         3: .line 25
            return
        end local 6 // java.lang.Throwable failure
        end local 4 // long durationTime
        end local 2 // long beginTime
        end local 1 // java.lang.String name
        end local 0 // io.vertx.ext.unit.impl.TestResultImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lio/vertx/ext/unit/impl/TestResultImpl;
            0    4     1          name  Ljava/lang/String;
            0    4     2     beginTime  J
            0    4     4  durationTime  J
            0    4     6       failure  Ljava/lang/Throwable;
    MethodParameters:
              Name  Flags
      name          
      beginTime     
      durationTime  
      failure       

  public java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.unit.impl.TestResultImpl this
         0: .line 29
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestResultImpl.name:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.ext.unit.impl.TestResultImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/unit/impl/TestResultImpl;

  public long beginTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.unit.impl.TestResultImpl this
         0: .line 34
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestResultImpl.beginTime:J
            lreturn
        end local 0 // io.vertx.ext.unit.impl.TestResultImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/unit/impl/TestResultImpl;

  public long durationTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.ext.unit.impl.TestResultImpl this
         0: .line 39
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestResultImpl.durationTime:J
            lreturn
        end local 0 // io.vertx.ext.unit.impl.TestResultImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/unit/impl/TestResultImpl;

  public io.vertx.ext.unit.report.Failure failure();
    descriptor: ()Lio/vertx/ext/unit/report/Failure;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.unit.impl.TestResultImpl this
         0: .line 44
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestResultImpl.failure:Lio/vertx/ext/unit/report/Failure;
            areturn
        end local 0 // io.vertx.ext.unit.impl.TestResultImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/unit/impl/TestResultImpl;

  public boolean succeeded();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.unit.impl.TestResultImpl this
         0: .line 49
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestResultImpl.failure:Lio/vertx/ext/unit/report/Failure;
            ifnonnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.ext.unit.impl.TestResultImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/unit/impl/TestResultImpl;

  public boolean failed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.unit.impl.TestResultImpl this
         0: .line 54
            aload 0 /* this */
            getfield io.vertx.ext.unit.impl.TestResultImpl.failure:Lio/vertx/ext/unit/report/Failure;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.ext.unit.impl.TestResultImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/unit/impl/TestResultImpl;
}
SourceFile: "TestResultImpl.java"