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  
    • 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