Class PojoTestSetExecutor.DiscoveredTestMethods

  • Enclosing class:
    PojoTestSetExecutor

    private static class PojoTestSetExecutor.DiscoveredTestMethods
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.reflect.Method setUpMethod  
      (package private) java.lang.reflect.Method tearDownMethod  
      (package private) java.util.Collection<java.lang.reflect.Method> testMethods  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • testMethods

        final java.util.Collection<java.lang.reflect.Method> testMethods
      • setUpMethod

        java.lang.reflect.Method setUpMethod
      • tearDownMethod

        java.lang.reflect.Method tearDownMethod
    • Constructor Detail

      • DiscoveredTestMethods

        private DiscoveredTestMethods()