class io.dropwizard.testing.DropwizardTestSupport$1 extends io.dropwizard.testing.DropwizardTestSupport$ServiceListener<C>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.dropwizard.testing.DropwizardTestSupport$1
  super_class: io.dropwizard.testing.DropwizardTestSupport$ServiceListener
{
  final io.dropwizard.testing.DropwizardTestSupport this$0;
    descriptor: Lio/dropwizard/testing/DropwizardTestSupport;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final io.dropwizard.lifecycle.Managed val$managed;
    descriptor: Lio/dropwizard/lifecycle/Managed;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.dropwizard.testing.DropwizardTestSupport, io.dropwizard.lifecycle.Managed);
    descriptor: (Lio/dropwizard/testing/DropwizardTestSupport;Lio/dropwizard/lifecycle/Managed;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.dropwizard.testing.DropwizardTestSupport$1 this
         0: .line 141
            aload 0 /* this */
            aload 1
            putfield io.dropwizard.testing.DropwizardTestSupport$1.this$0:Lio/dropwizard/testing/DropwizardTestSupport;
            aload 0 /* this */
            aload 2
            putfield io.dropwizard.testing.DropwizardTestSupport$1.val$managed:Lio/dropwizard/lifecycle/Managed;
            aload 0 /* this */
            invokespecial io.dropwizard.testing.DropwizardTestSupport$ServiceListener.<init>:()V
            return
        end local 0 // io.dropwizard.testing.DropwizardTestSupport$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/testing/DropwizardTestSupport$1;
    MethodParameters:
             Name  Flags
      this$0       final
      val$managed  final

  public void onRun(C, io.dropwizard.setup.Environment, io.dropwizard.testing.DropwizardTestSupport<C>);
    descriptor: (Lio/dropwizard/Configuration;Lio/dropwizard/setup/Environment;Lio/dropwizard/testing/DropwizardTestSupport;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.dropwizard.testing.DropwizardTestSupport$1 this
        start local 1 // io.dropwizard.Configuration configuration
        start local 2 // io.dropwizard.setup.Environment environment
        start local 3 // io.dropwizard.testing.DropwizardTestSupport rule
         0: .line 144
            aload 2 /* environment */
            invokevirtual io.dropwizard.setup.Environment.lifecycle:()Lio/dropwizard/lifecycle/setup/LifecycleEnvironment;
            aload 0 /* this */
            getfield io.dropwizard.testing.DropwizardTestSupport$1.val$managed:Lio/dropwizard/lifecycle/Managed;
            invokevirtual io.dropwizard.lifecycle.setup.LifecycleEnvironment.manage:(Lio/dropwizard/lifecycle/Managed;)V
         1: .line 145
            return
        end local 3 // io.dropwizard.testing.DropwizardTestSupport rule
        end local 2 // io.dropwizard.setup.Environment environment
        end local 1 // io.dropwizard.Configuration configuration
        end local 0 // io.dropwizard.testing.DropwizardTestSupport$1 this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/dropwizard/testing/DropwizardTestSupport$1;
            0    2     1  configuration  TC;
            0    2     2    environment  Lio/dropwizard/setup/Environment;
            0    2     3           rule  Lio/dropwizard/testing/DropwizardTestSupport<TC;>;
    Exceptions:
      throws java.lang.Exception
    Signature: (TC;Lio/dropwizard/setup/Environment;Lio/dropwizard/testing/DropwizardTestSupport<TC;>;)V
    MethodParameters:
               Name  Flags
      configuration  
      environment    
      rule           
}
Signature: Lio/dropwizard/testing/DropwizardTestSupport$ServiceListener<TC;>;
SourceFile: "DropwizardTestSupport.java"
EnclosingMethod: io.dropwizard.testing.DropwizardTestSupport.manage:(Lio/dropwizard/lifecycle/Managed;)Lio/dropwizard/testing/DropwizardTestSupport;
NestHost: io.dropwizard.testing.DropwizardTestSupport
InnerClasses:
  io.dropwizard.testing.DropwizardTestSupport$1
  public abstract ServiceListener = io.dropwizard.testing.DropwizardTestSupport$ServiceListener of io.dropwizard.testing.DropwizardTestSupport