Class JUnit3TestChecker

  • All Implemented Interfaces:
    org.apache.maven.surefire.api.util.ScannerFilter

    public class JUnit3TestChecker
    extends java.lang.Object
    implements org.apache.maven.surefire.api.util.ScannerFilter
    Missing tests ? This class is basically a subset of the JUnit4TestChecker, which is tested to boredom and back. Unfortunately we don't have any common module between these providers, so this stuff is duplicated. We should probably make some modules and just shade the content into the providers.
    Author:
    Kristian Rosenvold
    • Constructor Summary

      Constructors 
      Constructor Description
      JUnit3TestChecker​(java.lang.ClassLoader testClassLoader)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(java.lang.Class testClass)  
      • Methods inherited from class java.lang.Object

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

      • JUnit3TestChecker

        public JUnit3TestChecker​(java.lang.ClassLoader testClassLoader)
    • Method Detail

      • accept

        public boolean accept​(java.lang.Class testClass)
        Specified by:
        accept in interface org.apache.maven.surefire.api.util.ScannerFilter