Class PojoAndJUnit3Checker

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

    public class PojoAndJUnit3Checker
    extends java.lang.Object
    implements org.apache.maven.surefire.util.ScannerFilter
    Author:
    Kristian Rosenvold
    • Constructor Summary

      Constructors 
      Constructor Description
      PojoAndJUnit3Checker​(org.apache.maven.surefire.common.junit3.JUnit3TestChecker jUnit3TestChecker)  
    • 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

      • PojoAndJUnit3Checker

        public PojoAndJUnit3Checker​(org.apache.maven.surefire.common.junit3.JUnit3TestChecker jUnit3TestChecker)
    • Method Detail

      • accept

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