Class MethodBasedTestDescriptor.MethodInfo

java.lang.Object
org.junit.jupiter.engine.descriptor.MethodBasedTestDescriptor.MethodInfo
Enclosing class:
MethodBasedTestDescriptor

private static class MethodBasedTestDescriptor.MethodInfo extends Object
Since:
5.0
  • Field Details

    • discoveryIssues

      private final List<DiscoveryIssue> discoveryIssues
    • testClass

      private final Class<?> testClass
    • testMethod

      private final Method testMethod
    • tags

      private final Set<TestTag> tags
      Set of method-level tags; does not contain tags from parent.
  • Constructor Details

    • MethodInfo

      MethodInfo(Class<?> testClass, Method testMethod)