Package com.funnelback.filter.api.mock
Class FilterTestRunner
- java.lang.Object
-
- com.funnelback.filter.api.mock.FilterTestRunner
-
public class FilterTestRunner extends Object
-
-
Constructor Summary
Constructors Constructor Description FilterTestRunner()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.junit.runner.Result
runTests(Class<?> classWithJunitTests)
Runs junit tests that are found on the given class
-
-
-
Method Detail
-
runTests
public static org.junit.runner.Result runTests(Class<?> classWithJunitTests)
Runs junit tests that are found on the given class
-
-