public abstract class org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor extends org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor
  super_class: org.junit.jupiter.engine.descriptor.JupiterTestDescriptor
{
  private static final org.junit.platform.commons.logging.Logger logger;
    descriptor: Lorg/junit/platform/commons/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final java.lang.Class<?> testClass;
    descriptor: Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Class<*>;

  private final java.lang.reflect.Method testMethod;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Set<org.junit.platform.engine.TestTag> tags;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Set<Lorg/junit/platform/engine/TestTag;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 49
            ldc Lorg/junit/jupiter/engine/descriptor/MethodBasedTestDescriptor;
            invokestatic org.junit.platform.commons.logging.LoggerFactory.getLogger:(Ljava/lang/Class;)Lorg/junit/platform/commons/logging/Logger;
            putstatic org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor.logger:Lorg/junit/platform/commons/logging/Logger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(org.junit.platform.engine.UniqueId, java.lang.Class<?>, java.lang.reflect.Method, org.junit.jupiter.engine.config.JupiterConfiguration);
    descriptor: (Lorg/junit/platform/engine/UniqueId;Ljava/lang/Class;Ljava/lang/reflect/Method;Lorg/junit/jupiter/engine/config/JupiterConfiguration;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor this
        start local 1 // org.junit.platform.engine.UniqueId uniqueId
        start local 2 // java.lang.Class testClass
        start local 3 // java.lang.reflect.Method testMethod
        start local 4 // org.junit.jupiter.engine.config.JupiterConfiguration configuration
         0: .line 61
            aload 0 /* this */
            aload 1 /* uniqueId */
            aload 2 /* testClass */
            aload 3 /* testMethod */
            aload 4 /* configuration */
            invokestatic org.junit.jupiter.engine.descriptor.DisplayNameUtils.determineDisplayNameForMethod:(Ljava/lang/Class;Ljava/lang/reflect/Method;Lorg/junit/jupiter/engine/config/JupiterConfiguration;)Ljava/lang/String;
            aload 2 /* testClass */
            aload 3 /* testMethod */
         1: .line 62
            aload 4 /* configuration */
            invokespecial org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor.<init>:(Lorg/junit/platform/engine/UniqueId;Ljava/lang/String;Ljava/lang/Class;Ljava/lang/reflect/Method;Lorg/junit/jupiter/engine/config/JupiterConfiguration;)V
         2: .line 63
            return
        end local 4 // org.junit.jupiter.engine.config.JupiterConfiguration configuration
        end local 3 // java.lang.reflect.Method testMethod
        end local 2 // java.lang.Class testClass
        end local 1 // org.junit.platform.engine.UniqueId uniqueId
        end local 0 // org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/junit/jupiter/engine/descriptor/MethodBasedTestDescriptor;
            0    3     1       uniqueId  Lorg/junit/platform/engine/UniqueId;
            0    3     2      testClass  Ljava/lang/Class<*>;
            0    3     3     testMethod  Ljava/lang/reflect/Method;
            0    3     4  configuration  Lorg/junit/jupiter/engine/config/JupiterConfiguration;
    Signature: (Lorg/junit/platform/engine/UniqueId;Ljava/lang/Class<*>;Ljava/lang/reflect/Method;Lorg/junit/jupiter/engine/config/JupiterConfiguration;)V
    MethodParameters:
               Name  Flags
      uniqueId       
      testClass      
      testMethod     
      configuration  

  void <init>(org.junit.platform.engine.UniqueId, java.lang.String, java.lang.Class<?>, java.lang.reflect.Method, org.junit.jupiter.engine.config.JupiterConfiguration);
    descriptor: (Lorg/junit/platform/engine/UniqueId;Ljava/lang/String;Ljava/lang/Class;Ljava/lang/reflect/Method;Lorg/junit/jupiter/engine/config/JupiterConfiguration;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor this
        start local 1 // org.junit.platform.engine.UniqueId uniqueId
        start local 2 // java.lang.String displayName
        start local 3 // java.lang.Class testClass
        start local 4 // java.lang.reflect.Method testMethod
        start local 5 // org.junit.jupiter.engine.config.JupiterConfiguration configuration
         0: .line 67
            aload 0 /* this */
            aload 1 /* uniqueId */
            aload 2 /* displayName */
            aload 3 /* testClass */
            aload 4 /* testMethod */
            invokestatic org.junit.platform.engine.support.descriptor.MethodSource.from:(Ljava/lang/Class;Ljava/lang/reflect/Method;)Lorg/junit/platform/engine/support/descriptor/MethodSource;
            aload 5 /* configuration */
            invokespecial org.junit.jupiter.engine.descriptor.JupiterTestDescriptor.<init>:(Lorg/junit/platform/engine/UniqueId;Ljava/lang/String;Lorg/junit/platform/engine/TestSource;Lorg/junit/jupiter/engine/config/JupiterConfiguration;)V
         1: .line 69
            aload 0 /* this */
            aload 3 /* testClass */
            ldc "Class must not be null"
            invokestatic org.junit.platform.commons.util.Preconditions.notNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.Class
            putfield org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor.testClass:Ljava/lang/Class;
         2: .line 70
            aload 0 /* this */
            aload 4 /* testMethod */
            putfield org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor.testMethod:Ljava/lang/reflect/Method;
         3: .line 71
            aload 0 /* this */
            aload 4 /* testMethod */
            invokestatic org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor.getTags:(Ljava/lang/reflect/AnnotatedElement;)Ljava/util/Set;
            putfield org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor.tags:Ljava/util/Set;
         4: .line 72
            return
        end local 5 // org.junit.jupiter.engine.config.JupiterConfiguration configuration
        end local 4 // java.lang.reflect.Method testMethod
        end local 3 // java.lang.Class testClass
        end local 2 // java.lang.String displayName
        end local 1 // org.junit.platform.engine.UniqueId uniqueId
        end local 0 // org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lorg/junit/jupiter/engine/descriptor/MethodBasedTestDescriptor;
            0    5     1       uniqueId  Lorg/junit/platform/engine/UniqueId;
            0    5     2    displayName  Ljava/lang/String;
            0    5     3      testClass  Ljava/lang/Class<*>;
            0    5     4     testMethod  Ljava/lang/reflect/Method;
            0    5     5  configuration  Lorg/junit/jupiter/engine/config/JupiterConfiguration;
    Signature: (Lorg/junit/platform/engine/UniqueId;Ljava/lang/String;Ljava/lang/Class<*>;Ljava/lang/reflect/Method;Lorg/junit/jupiter/engine/config/JupiterConfiguration;)V
    MethodParameters:
               Name  Flags
      uniqueId       
      displayName    
      testClass      
      testMethod     
      configuration  

  public final java.util.Set<org.junit.platform.engine.TestTag> getTags();
    descriptor: ()Ljava/util/Set;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor this
         0: .line 77
            new java.util.LinkedHashSet
            dup
            aload 0 /* this */
            getfield org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor.tags:Ljava/util/Set;
            invokespecial java.util.LinkedHashSet.<init>:(Ljava/util/Collection;)V
            astore 1 /* allTags */
        start local 1 // java.util.Set allTags
         1: .line 78
            aload 0 /* this */
            invokevirtual org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor.getParent:()Ljava/util/Optional;
            aload 1 /* allTags */
            invokedynamic accept(Ljava/util/Set;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  org/junit/jupiter/engine/descriptor/MethodBasedTestDescriptor.lambda$0(Ljava/util/Set;Lorg/junit/platform/engine/TestDescriptor;)V (6)
                  (Lorg/junit/platform/engine/TestDescriptor;)V
            invokevirtual java.util.Optional.ifPresent:(Ljava/util/function/Consumer;)V
         2: .line 79
            aload 1 /* allTags */
            areturn
        end local 1 // java.util.Set allTags
        end local 0 // org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/junit/jupiter/engine/descriptor/MethodBasedTestDescriptor;
            1    3     1  allTags  Ljava/util/Set<Lorg/junit/platform/engine/TestTag;>;
    Signature: ()Ljava/util/Set<Lorg/junit/platform/engine/TestTag;>;

  public java.util.Set<org.junit.platform.engine.support.hierarchical.ExclusiveResource> getExclusiveResources();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor this
         0: .line 84
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor.getTestMethod:()Ljava/lang/reflect/Method;
            invokevirtual org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor.getExclusiveResourcesFromAnnotation:(Ljava/lang/reflect/AnnotatedElement;)Ljava/util/Set;
            areturn
        end local 0 // org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/junit/jupiter/engine/descriptor/MethodBasedTestDescriptor;
    Signature: ()Ljava/util/Set<Lorg/junit/platform/engine/support/hierarchical/ExclusiveResource;>;

  protected java.util.Optional<org.junit.platform.engine.support.hierarchical.Node$ExecutionMode> getExplicitExecutionMode();
    descriptor: ()Ljava/util/Optional;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor this
         0: .line 89
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor.getTestMethod:()Ljava/lang/reflect/Method;
            invokevirtual org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor.getExecutionModeFromAnnotation:(Ljava/lang/reflect/AnnotatedElement;)Ljava/util/Optional;
            areturn
        end local 0 // org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/junit/jupiter/engine/descriptor/MethodBasedTestDescriptor;
    Signature: ()Ljava/util/Optional<Lorg/junit/platform/engine/support/hierarchical/Node$ExecutionMode;>;

  public final java.lang.Class<?> getTestClass();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor this
         0: .line 93
            aload 0 /* this */
            getfield org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor.testClass:Ljava/lang/Class;
            areturn
        end local 0 // org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/junit/jupiter/engine/descriptor/MethodBasedTestDescriptor;
    Signature: ()Ljava/lang/Class<*>;

  public final java.lang.reflect.Method getTestMethod();
    descriptor: ()Ljava/lang/reflect/Method;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor this
         0: .line 97
            aload 0 /* this */
            getfield org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor.testMethod:Ljava/lang/reflect/Method;
            areturn
        end local 0 // org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/junit/jupiter/engine/descriptor/MethodBasedTestDescriptor;

  public java.lang.String getLegacyReportingName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor this
         0: .line 102
            ldc "%s(%s)"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor.testMethod:Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
         1: .line 103
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  java/lang/Class.getSimpleName()Ljava/lang/String; (5)
                  (Ljava/lang/Class;)Ljava/lang/String;
            aload 0 /* this */
            getfield org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor.testMethod:Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getParameterTypes:()[Ljava/lang/Class;
            invokestatic org.junit.platform.commons.util.ClassUtils.nullSafeToString:(Ljava/util/function/Function;[Ljava/lang/Class;)Ljava/lang/String;
            aastore
         2: .line 102
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/junit/jupiter/engine/descriptor/MethodBasedTestDescriptor;

  public void nodeSkipped(org.junit.jupiter.engine.execution.JupiterEngineExecutionContext, org.junit.platform.engine.TestDescriptor, org.junit.platform.engine.support.hierarchical.Node$SkipResult);
    descriptor: (Lorg/junit/jupiter/engine/execution/JupiterEngineExecutionContext;Lorg/junit/platform/engine/TestDescriptor;Lorg/junit/platform/engine/support/hierarchical/Node$SkipResult;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor this
        start local 1 // org.junit.jupiter.engine.execution.JupiterEngineExecutionContext context
        start local 2 // org.junit.platform.engine.TestDescriptor descriptor
        start local 3 // org.junit.platform.engine.support.hierarchical.Node$SkipResult result
         0: .line 114
            aload 1 /* context */
            ifnull 4
         1: .line 115
            aload 0 /* this */
            aload 1 /* context */
            iconst_0
         2: .line 116
            aload 1 /* context */
            aload 3 /* result */
            invokedynamic accept(Lorg/junit/jupiter/engine/execution/JupiterEngineExecutionContext;Lorg/junit/platform/engine/support/hierarchical/Node$SkipResult;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  org/junit/jupiter/engine/descriptor/MethodBasedTestDescriptor.lambda$2(Lorg/junit/jupiter/engine/execution/JupiterEngineExecutionContext;Lorg/junit/platform/engine/support/hierarchical/Node$SkipResult;Lorg/junit/jupiter/api/extension/TestWatcher;)V (6)
                  (Lorg/junit/jupiter/api/extension/TestWatcher;)V
         3: .line 115
            invokevirtual org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor.invokeTestWatchers:(Lorg/junit/jupiter/engine/execution/JupiterEngineExecutionContext;ZLjava/util/function/Consumer;)V
         4: .line 118
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.junit.platform.engine.support.hierarchical.Node$SkipResult result
        end local 2 // org.junit.platform.engine.TestDescriptor descriptor
        end local 1 // org.junit.jupiter.engine.execution.JupiterEngineExecutionContext context
        end local 0 // org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/junit/jupiter/engine/descriptor/MethodBasedTestDescriptor;
            0    5     1     context  Lorg/junit/jupiter/engine/execution/JupiterEngineExecutionContext;
            0    5     2  descriptor  Lorg/junit/platform/engine/TestDescriptor;
            0    5     3      result  Lorg/junit/platform/engine/support/hierarchical/Node$SkipResult;
    MethodParameters:
            Name  Flags
      context     
      descriptor  
      result      

  protected void invokeTestWatchers(org.junit.jupiter.engine.execution.JupiterEngineExecutionContext, boolean, java.util.function.Consumer<org.junit.jupiter.api.extension.TestWatcher>);
    descriptor: (Lorg/junit/jupiter/engine/execution/JupiterEngineExecutionContext;ZLjava/util/function/Consumer;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor this
        start local 1 // org.junit.jupiter.engine.execution.JupiterEngineExecutionContext context
        start local 2 // boolean reverseOrder
        start local 3 // java.util.function.Consumer callback
         0: .line 126
            aload 1 /* context */
            invokevirtual org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.getExtensionRegistry:()Lorg/junit/jupiter/engine/extension/MutableExtensionRegistry;
            astore 4 /* registry */
        start local 4 // org.junit.jupiter.engine.extension.ExtensionRegistry registry
         1: .line 128
            iload 2 /* reverseOrder */
            ifeq 3
         2: .line 129
            aload 4 /* registry */
            ldc Lorg/junit/jupiter/api/extension/TestWatcher;
            invokeinterface org.junit.jupiter.engine.extension.ExtensionRegistry.getReversedExtensions:(Ljava/lang/Class;)Ljava/util/List;
            goto 4
         3: .line 130
      StackMap locals: org.junit.jupiter.engine.extension.ExtensionRegistry
      StackMap stack:
            aload 4 /* registry */
            ldc Lorg/junit/jupiter/api/extension/TestWatcher;
            invokeinterface org.junit.jupiter.engine.extension.ExtensionRegistry.getExtensions:(Ljava/lang/Class;)Ljava/util/List;
         4: .line 128
      StackMap locals:
      StackMap stack: java.util.List
            astore 5 /* watchers */
        start local 5 // java.util.List watchers
         5: .line 132
            aload 5 /* watchers */
            aload 0 /* this */
            aload 3 /* callback */
            aload 1 /* context */
            invokedynamic accept(Lorg/junit/jupiter/engine/descriptor/MethodBasedTestDescriptor;Ljava/util/function/Consumer;Lorg/junit/jupiter/engine/execution/JupiterEngineExecutionContext;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  org/junit/jupiter/engine/descriptor/MethodBasedTestDescriptor.lambda$3(Ljava/util/function/Consumer;Lorg/junit/jupiter/engine/execution/JupiterEngineExecutionContext;Lorg/junit/jupiter/api/extension/TestWatcher;)V (7)
                  (Lorg/junit/jupiter/api/extension/TestWatcher;)V
            invokeinterface java.util.List.forEach:(Ljava/util/function/Consumer;)V
         6: .line 147
            return
        end local 5 // java.util.List watchers
        end local 4 // org.junit.jupiter.engine.extension.ExtensionRegistry registry
        end local 3 // java.util.function.Consumer callback
        end local 2 // boolean reverseOrder
        end local 1 // org.junit.jupiter.engine.execution.JupiterEngineExecutionContext context
        end local 0 // org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lorg/junit/jupiter/engine/descriptor/MethodBasedTestDescriptor;
            0    7     1       context  Lorg/junit/jupiter/engine/execution/JupiterEngineExecutionContext;
            0    7     2  reverseOrder  Z
            0    7     3      callback  Ljava/util/function/Consumer<Lorg/junit/jupiter/api/extension/TestWatcher;>;
            1    7     4      registry  Lorg/junit/jupiter/engine/extension/ExtensionRegistry;
            5    7     5      watchers  Ljava/util/List<Lorg/junit/jupiter/api/extension/TestWatcher;>;
    Signature: (Lorg/junit/jupiter/engine/execution/JupiterEngineExecutionContext;ZLjava/util/function/Consumer<Lorg/junit/jupiter/api/extension/TestWatcher;>;)V
    MethodParameters:
              Name  Flags
      context       
      reverseOrder  
      callback      

  public void nodeSkipped(org.junit.platform.engine.support.hierarchical.EngineExecutionContext, org.junit.platform.engine.TestDescriptor, org.junit.platform.engine.support.hierarchical.Node$SkipResult);
    descriptor: (Lorg/junit/platform/engine/support/hierarchical/EngineExecutionContext;Lorg/junit/platform/engine/TestDescriptor;Lorg/junit/platform/engine/support/hierarchical/Node$SkipResult;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            checkcast org.junit.jupiter.engine.execution.JupiterEngineExecutionContext
            aload 2
            aload 3
            invokevirtual org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor.nodeSkipped:(Lorg/junit/jupiter/engine/execution/JupiterEngineExecutionContext;Lorg/junit/platform/engine/TestDescriptor;Lorg/junit/platform/engine/support/hierarchical/Node$SkipResult;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void lambda$0(java.util.Set, org.junit.platform.engine.TestDescriptor);
    descriptor: (Ljava/util/Set;Lorg/junit/platform/engine/TestDescriptor;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // org.junit.platform.engine.TestDescriptor parentDescriptor
         0: .line 78
            aload 0
            aload 1 /* parentDescriptor */
            invokeinterface org.junit.platform.engine.TestDescriptor.getTags:()Ljava/util/Set;
            invokeinterface java.util.Set.addAll:(Ljava/util/Collection;)Z
            return
        end local 1 // org.junit.platform.engine.TestDescriptor parentDescriptor
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     1  parentDescriptor  Lorg/junit/platform/engine/TestDescriptor;

  private static void lambda$2(org.junit.jupiter.engine.execution.JupiterEngineExecutionContext, org.junit.platform.engine.support.hierarchical.Node$SkipResult, org.junit.jupiter.api.extension.TestWatcher);
    descriptor: (Lorg/junit/jupiter/engine/execution/JupiterEngineExecutionContext;Lorg/junit/platform/engine/support/hierarchical/Node$SkipResult;Lorg/junit/jupiter/api/extension/TestWatcher;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 2 // org.junit.jupiter.api.extension.TestWatcher watcher
         0: .line 116
            aload 2 /* watcher */
            aload 0
            invokevirtual org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.getExtensionContext:()Lorg/junit/jupiter/api/extension/ExtensionContext;
            aload 1
            invokevirtual org.junit.platform.engine.support.hierarchical.Node$SkipResult.getReason:()Ljava/util/Optional;
            invokeinterface org.junit.jupiter.api.extension.TestWatcher.testDisabled:(Lorg/junit/jupiter/api/extension/ExtensionContext;Ljava/util/Optional;)V
            return
        end local 2 // org.junit.jupiter.api.extension.TestWatcher watcher
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     2  watcher  Lorg/junit/jupiter/api/extension/TestWatcher;

  private void lambda$3(java.util.function.Consumer, org.junit.jupiter.engine.execution.JupiterEngineExecutionContext, org.junit.jupiter.api.extension.TestWatcher);
    descriptor: (Ljava/util/function/Consumer;Lorg/junit/jupiter/engine/execution/JupiterEngineExecutionContext;Lorg/junit/jupiter/api/extension/TestWatcher;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor this
        start local 3 // org.junit.jupiter.api.extension.TestWatcher watcher
         0: .line 134
            aload 1
            aload 3 /* watcher */
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
         1: .line 135
            goto 8
         2: .line 136
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4 /* throwable */
        start local 4 // java.lang.Throwable throwable
         3: .line 137
            aload 4 /* throwable */
            invokestatic org.junit.platform.commons.util.UnrecoverableExceptions.rethrowIfUnrecoverable:(Ljava/lang/Throwable;)V
         4: .line 138
            aload 2
            invokevirtual org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.getExtensionContext:()Lorg/junit/jupiter/api/extension/ExtensionContext;
            astore 5 /* extensionContext */
        start local 5 // org.junit.jupiter.api.extension.ExtensionContext extensionContext
         5: .line 139
            getstatic org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor.logger:Lorg/junit/platform/commons/logging/Logger;
            aload 4 /* throwable */
         6: .line 140
            aload 0 /* this */
            aload 3 /* watcher */
            aload 5 /* extensionContext */
            invokedynamic get(Lorg/junit/jupiter/engine/descriptor/MethodBasedTestDescriptor;Lorg/junit/jupiter/api/extension/TestWatcher;Lorg/junit/jupiter/api/extension/ExtensionContext;)Ljava/util/function/Supplier;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()Ljava/lang/Object;
                  org/junit/jupiter/engine/descriptor/MethodBasedTestDescriptor.lambda$4(Lorg/junit/jupiter/api/extension/TestWatcher;Lorg/junit/jupiter/api/extension/ExtensionContext;)Ljava/lang/String; (7)
                  ()Ljava/lang/String;
         7: .line 139
            invokeinterface org.junit.platform.commons.logging.Logger.warn:(Ljava/lang/Throwable;Ljava/util/function/Supplier;)V
        end local 5 // org.junit.jupiter.api.extension.ExtensionContext extensionContext
        end local 4 // java.lang.Throwable throwable
         8: .line 146
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.junit.jupiter.api.extension.TestWatcher watcher
        end local 0 // org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    9     0              this  Lorg/junit/jupiter/engine/descriptor/MethodBasedTestDescriptor;
            0    9     3           watcher  Lorg/junit/jupiter/api/extension/TestWatcher;
            3    8     4         throwable  Ljava/lang/Throwable;
            5    8     5  extensionContext  Lorg/junit/jupiter/api/extension/ExtensionContext;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable

  private java.lang.String lambda$4(org.junit.jupiter.api.extension.TestWatcher, org.junit.jupiter.api.extension.ExtensionContext);
    descriptor: (Lorg/junit/jupiter/api/extension/TestWatcher;Lorg/junit/jupiter/api/extension/ExtensionContext;)Ljava/lang/String;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor this
         0: .line 140
            ldc "Failed to invoke TestWatcher [%s] for method [%s] with display name [%s]"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 141
            aload 1
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
         2: .line 142
            aload 2
            invokeinterface org.junit.jupiter.api.extension.ExtensionContext.getRequiredTestClass:()Ljava/lang/Class;
         3: .line 143
            aload 2
            invokeinterface org.junit.jupiter.api.extension.ExtensionContext.getRequiredTestMethod:()Ljava/lang/reflect/Method;
         4: .line 142
            invokestatic org.junit.platform.commons.util.ReflectionUtils.getFullyQualifiedMethodName:(Ljava/lang/Class;Ljava/lang/reflect/Method;)Ljava/lang/String;
            aastore
            dup
            iconst_2
         5: .line 144
            aload 0 /* this */
            invokevirtual org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor.getDisplayName:()Ljava/lang/String;
            aastore
         6: .line 140
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
         7: .line 144
            areturn
        end local 0 // org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/junit/jupiter/engine/descriptor/MethodBasedTestDescriptor;
}
SourceFile: "MethodBasedTestDescriptor.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public final Status = org.apiguardian.api.API$Status of org.apiguardian.api.API
  public final ExecutionMode = org.junit.platform.engine.support.hierarchical.Node$ExecutionMode of org.junit.platform.engine.support.hierarchical.Node
  public SkipResult = org.junit.platform.engine.support.hierarchical.Node$SkipResult of org.junit.platform.engine.support.hierarchical.Node
    RuntimeVisibleAnnotations: 
      org.apiguardian.api.API(status = org.apiguardian.api.API$Status.INTERNAL:Lorg/apiguardian/api/API$Status;, since = "5.0")