JUnit-addons
version 1.4

junitx.util
Interface TestFilter

All Known Implementing Classes:
SimpleTestFilter

public interface TestFilter

Interface used by the ArchiveSuiteBuilder and DirectorySuiteBuilder to decide if a class must be included into the TestSuite.

Version:
$Revision: 1.3 $ $Date: 2003/04/02 04:50:43 $
Author:
Vladimir R. Bossicard

Method Summary
 boolean include(java.lang.Class cls)
          Returns true if the given class must be included into the TestSuite.
 boolean include(java.lang.String classpath)
          Returns true if the given classpath represents a class that can be potentially included into the TestSuite.
 

Method Detail

include

public boolean include(java.lang.String classpath)
Returns true if the given classpath represents a class that can be potentially included into the TestSuite.

See Also:
SimpleTestFilter.getClassName(String), SimpleTestFilter.getPackageName(String)

include

public boolean include(java.lang.Class cls)
Returns true if the given class must be included into the TestSuite.

See Also:
SimpleTestFilter.getClassName(Class), SimpleTestFilter.getPackageName(Class)

JUnit-addons
version 1.4

Copyright © 2002-2003 Vladimir R. Bossicard. All Rights Reserved.