com.gargoylesoftware.base.testing
Interface TestFilter

All Known Implementing Classes:
AcceptAllTestFilter

public interface TestFilter

An object that can filter out tests before they are inserted into a test suite

Version:
$Revision: 1.4 $
Author:
Mike Bowler
See Also:
RecursiveTestSuite

Method Summary
 boolean accept(Class clazz)
          Return true if the specified class should be run in this test suite
 

Method Detail

accept

public boolean accept(Class clazz)
Return true if the specified class should be run in this test suite

Parameters:
clazz - The class object. This class must be a subclass of Test
Returns:
true if the specified class should be run in this test suite


Copyright © 1998-2005 Gargoyle Software Inc.. All Rights Reserved.