Package edu.umd.cs.mtc
Class MultiThreadedRunner
- java.lang.Object
-
- org.junit.runner.Runner
-
- org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
-
- org.junit.runners.BlockJUnit4ClassRunner
-
- edu.umd.cs.mtc.MultiThreadedRunner
-
- All Implemented Interfaces:
org.junit.runner.Describable
,org.junit.runner.manipulation.Filterable
,org.junit.runner.manipulation.Sortable
public class MultiThreadedRunner extends org.junit.runners.BlockJUnit4ClassRunner
A junit runner which runs the threaded methods before the actual junit test method.- Author:
- Jan Van Besien
-
-
Constructor Summary
Constructors Constructor Description MultiThreadedRunner(java.lang.Class<?> klass)
Creates a BlockJUnit4ClassRunner to runklass
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.junit.runners.model.Statement
methodInvoker(org.junit.runners.model.FrameworkMethod method, java.lang.Object test)
-
Methods inherited from class org.junit.runners.BlockJUnit4ClassRunner
collectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, makeNotifier, methodBlock, possiblyExpectingExceptions, runChild, testName, validateInstanceMethods, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeout
-
-