Class SuiteTestDescriptor.LifecycleMethods

  • Enclosing class:
    SuiteTestDescriptor

    private static class SuiteTestDescriptor.LifecycleMethods
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.List<java.lang.reflect.Method> afterSuite  
      (package private) java.util.List<java.lang.reflect.Method> beforeSuite  
    • Constructor Summary

      Constructors 
      Constructor Description
      LifecycleMethods​(java.lang.Class<?> suiteClass, org.junit.platform.engine.support.discovery.DiscoveryIssueReporter issueReporter)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • beforeSuite

        final java.util.List<java.lang.reflect.Method> beforeSuite
      • afterSuite

        final java.util.List<java.lang.reflect.Method> afterSuite
    • Constructor Detail

      • LifecycleMethods

        LifecycleMethods​(java.lang.Class<?> suiteClass,
                         org.junit.platform.engine.support.discovery.DiscoveryIssueReporter issueReporter)