org.apache.maven.surefire.junit
Class PojoAndJUnit3Checker

java.lang.Object
  extended by org.apache.maven.surefire.junit.PojoAndJUnit3Checker
All Implemented Interfaces:
ScannerFilter

public class PojoAndJUnit3Checker
extends Object
implements ScannerFilter

Author:
Kristian Rosenvold

Constructor Summary
PojoAndJUnit3Checker(JUnit3TestChecker jUnit3TestChecker)
           
 
Method Summary
 boolean accept(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(JUnit3TestChecker jUnit3TestChecker)
Method Detail

accept

public boolean accept(Class testClass)
Specified by:
accept in interface ScannerFilter


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.