org.simplium.junit
Class SimpliumJUnitRunner
java.lang.Object
org.junit.runner.Runner
org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
org.junit.runners.BlockJUnit4ClassRunner
org.simplium.junit.SimpliumJUnitRunner
- All Implemented Interfaces:
- org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable
public class SimpliumJUnitRunner
- extends org.junit.runners.BlockJUnit4ClassRunner
|
Method Summary |
protected java.util.List<org.junit.runners.model.FrameworkMethod> |
computeTestMethods()
|
protected java.lang.String |
testName(org.junit.runners.model.FrameworkMethod aMethod)
|
protected org.junit.runners.model.Statement |
withAfters(org.junit.runners.model.FrameworkMethod aMethod,
java.lang.Object aTarget,
org.junit.runners.model.Statement aStatement)
|
protected org.junit.runners.model.Statement |
withBefores(org.junit.runners.model.FrameworkMethod aMethod,
java.lang.Object aTarget,
org.junit.runners.model.Statement aStatement)
|
| Methods inherited from class org.junit.runners.BlockJUnit4ClassRunner |
collectInitializationErrors, createTest, describeChild, getChildren, methodBlock, methodInvoker, possiblyExpectingExceptions, runChild, validateInstanceMethods, validateTestMethods, validateZeroArgConstructor, withPotentialTimeout |
| Methods inherited from class org.junit.runners.ParentRunner |
childrenInvoker, classBlock, filter, getDescription, getName, getTestClass, run, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses |
| Methods inherited from class org.junit.runner.Runner |
testCount |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.junit.runner.manipulation.Filterable |
filter |
| Methods inherited from interface org.junit.runner.manipulation.Sortable |
sort |
SimpliumJUnitRunner
public SimpliumJUnitRunner(java.lang.Class<?> aClass)
throws org.junit.runners.model.InitializationError
- Throws:
org.junit.runners.model.InitializationError
computeTestMethods
protected java.util.List<org.junit.runners.model.FrameworkMethod> computeTestMethods()
- Overrides:
computeTestMethods in class org.junit.runners.BlockJUnit4ClassRunner
withAfters
protected org.junit.runners.model.Statement withAfters(org.junit.runners.model.FrameworkMethod aMethod,
java.lang.Object aTarget,
org.junit.runners.model.Statement aStatement)
- Overrides:
withAfters in class org.junit.runners.BlockJUnit4ClassRunner
withBefores
protected org.junit.runners.model.Statement withBefores(org.junit.runners.model.FrameworkMethod aMethod,
java.lang.Object aTarget,
org.junit.runners.model.Statement aStatement)
- Overrides:
withBefores in class org.junit.runners.BlockJUnit4ClassRunner
testName
protected java.lang.String testName(org.junit.runners.model.FrameworkMethod aMethod)
- Overrides:
testName in class org.junit.runners.BlockJUnit4ClassRunner