org.infinitest.toolkit.filter
Class FilteringTestSuite

java.lang.Object
  extended by junit.framework.TestSuite
      extended by org.infinitest.toolkit.filter.FilteringTestSuite
All Implemented Interfaces:
junit.framework.Test

public class FilteringTestSuite
extends junit.framework.TestSuite


Constructor Summary
FilteringTestSuite(TestType testType)
           
 
Method Summary
 void runTest(junit.framework.Test test, junit.framework.TestResult result)
           
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, setName, testAt, testCount, tests, toString, warning
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilteringTestSuite

public FilteringTestSuite(TestType testType)
Method Detail

runTest

public void runTest(junit.framework.Test test,
                    junit.framework.TestResult result)
Overrides:
runTest in class junit.framework.TestSuite


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