Class MethodBasedTestDescriptor.MethodInfo

  • Enclosing class:
    MethodBasedTestDescriptor

    private static class MethodBasedTestDescriptor.MethodInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<DiscoveryIssue> discoveryIssues  
      private java.util.Set<TestTag> tags
      Set of method-level tags; does not contain tags from parent.
      private java.lang.Class<?> testClass  
      private java.lang.reflect.Method testMethod  
    • Constructor Summary

      Constructors 
      Constructor Description
      MethodInfo​(java.lang.Class<?> testClass, java.lang.reflect.Method testMethod)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • discoveryIssues

        private final java.util.List<DiscoveryIssue> discoveryIssues
      • testClass

        private final java.lang.Class<?> testClass
      • testMethod

        private final java.lang.reflect.Method testMethod
      • tags

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

      • MethodInfo

        MethodInfo​(java.lang.Class<?> testClass,
                   java.lang.reflect.Method testMethod)