Class JUnit48TestChecker

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

    public class JUnit48TestChecker
    extends java.lang.Object
    implements org.apache.maven.surefire.api.util.ScannerFilter
    Looks for additional junit48-like features
    Author:
    Geoff Denning, Kristian Rosenvold
    • Constructor Summary

      Constructors 
      Constructor Description
      JUnit48TestChecker​(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

      • JUnit48TestChecker

        public JUnit48TestChecker​(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