com.gargoylesoftware.base.testing

Class AcceptAllTestFilter

public class AcceptAllTestFilter extends Object implements TestFilter

A test filter that accepts all tests

Version: $Revision: 1.3 $

Author: Mike Bowler

Constructor Summary
AcceptAllTestFilter()
Create an instance
Method Summary
booleanaccept(Class clazz)
Return true if the specified class should be run in this test suite

Constructor Detail

AcceptAllTestFilter

public AcceptAllTestFilter()
Create an instance

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