Class PojoAndJUnit3Checker

    • Constructor Detail

      • PojoAndJUnit3Checker

        public PojoAndJUnit3Checker​(JUnit3TestChecker jUnit3TestChecker)
    • Method Detail

      • accept

        public boolean accept​(java.lang.Class testClass)
        Description copied from interface: ScannerFilter
        Indicates if the class should be accepted by the directory scanner
        Specified by:
        accept in interface ScannerFilter
        Parameters:
        testClass - The class in question
        Returns:
        true if the class should be part of the directory scan result.
      • isPojoTest

        private boolean isPojoTest​(java.lang.Class<?> testClass)