org.infinitest.toolkit.filter
Class FilteringRunner

java.lang.Object
  extended by org.junit.runner.Runner
      extended by org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
          extended by org.junit.runners.BlockJUnit4ClassRunner
              extended by org.infinitest.toolkit.filter.FilteringRunner
All Implemented Interfaces:
org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable

public class FilteringRunner
extends org.junit.runners.BlockJUnit4ClassRunner

JUnit 4 runner that filters test execution based on annotations.


Constructor Summary
FilteringRunner(Class<?> clazz)
           
 
Method Summary
 
Methods inherited from class org.junit.runners.ParentRunner
filter, getDescription, run, sort
 
Methods inherited from class org.junit.runner.Runner
testCount
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilteringRunner

public FilteringRunner(Class<?> clazz)
                throws org.junit.runners.model.InitializationError
Throws:
org.junit.runners.model.InitializationError


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