org.junitext.manipulation
Class PrerequisiteFilter

java.lang.Object
  extended by org.junit.runner.manipulation.Filter
      extended by org.junitext.manipulation.PrerequisiteFilter

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

A filter to support prerequisites.


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

Constructor Detail

PrerequisiteFilter

public PrerequisiteFilter()
Method Detail

shouldRun

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

describe

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