org.infinitest.toolkit.filter
Class TestTypeFilter

java.lang.Object
  extended by org.junit.runner.manipulation.Filter
      extended by org.infinitest.toolkit.filter.TestTypeFilter

public class TestTypeFilter
extends org.junit.runner.manipulation.Filter


Field Summary
 
Fields inherited from class org.junit.runner.manipulation.Filter
ALL
 
Method Summary
 String describe()
           
 boolean shouldRun(org.junit.runner.Description description)
           
 boolean shouldRunClass()
           
 
Methods inherited from class org.junit.runner.manipulation.Filter
apply, matchMethodDescription
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

shouldRun

public boolean shouldRun(org.junit.runner.Description description)
Specified by:
shouldRun in class org.junit.runner.manipulation.Filter

shouldRunClass

public boolean shouldRunClass()

describe

public String describe()
Specified by:
describe in class org.junit.runner.manipulation.Filter


© Copyright 2009 Paul R. Holser, Jr. All rights reserved. pholser@alumni.rice.edu