Class TestMethodsFinder


  • public class TestMethodsFinder
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private TestMethodsFinder()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean hasTestMethods​(java.lang.Class<?> klass)  
      • Methods inherited from class java.lang.Object

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

      • TestMethodsFinder

        private TestMethodsFinder()
    • Method Detail

      • hasTestMethods

        public static boolean hasTestMethods​(java.lang.Class<?> klass)