com.gargoylesoftware.base.testing
Class AcceptAllTestFilter

java.lang.Object
  extended bycom.gargoylesoftware.base.testing.AcceptAllTestFilter
All Implemented Interfaces:
TestFilter

public class AcceptAllTestFilter
extends Object
implements TestFilter

A test filter that accepts all tests

Version:
$Revision: 1.4 $
Author:
Mike Bowler

Constructor Summary
AcceptAllTestFilter()
          Create an instance
 
Method Summary
 boolean accept(Class clazz)
          Return true if the specified class should be run in this test suite
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

Specified by:
accept in interface TestFilter
Parameters:
clazz - The class object. This class must be a subclass of Test
Returns:
true


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