net.sourceforge.swimp.test.suites
Class SwimpTestFilter

java.lang.Object
  extended by net.sourceforge.swimp.test.suites.SwimpTestFilter
All Implemented Interfaces:
junitx.util.TestFilter

public class SwimpTestFilter
extends java.lang.Object
implements junitx.util.TestFilter


Constructor Summary
SwimpTestFilter()
           
 
Method Summary
 boolean include(java.lang.Class arg0)
           
 boolean include(java.lang.String clsName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwimpTestFilter

public SwimpTestFilter()
Method Detail

include

public boolean include(java.lang.String clsName)
Specified by:
include in interface junitx.util.TestFilter

include

public boolean include(java.lang.Class arg0)
Specified by:
include in interface junitx.util.TestFilter