Package mikera.cljunit
Class NamespaceRunner
- java.lang.Object
-
- org.junit.runner.Runner
-
- org.junit.runners.ParentRunner<VarTester>
-
- mikera.cljunit.NamespaceRunner
-
- All Implemented Interfaces:
org.junit.runner.Describable,org.junit.runner.manipulation.Filterable,org.junit.runner.manipulation.Sortable
public class NamespaceRunner extends org.junit.runners.ParentRunner<VarTester>
-
-
Constructor Summary
Constructors Constructor Description NamespaceRunner(Class<NamespaceTest> testClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.junit.runner.DescriptiondescribeChild(VarTester vt)protected List<VarTester>getChildren()protected voidrunChild(VarTester vt, org.junit.runner.notification.RunNotifier arg1)-
Methods inherited from class org.junit.runners.ParentRunner
childrenInvoker, classBlock, classRules, collectInitializationErrors, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, isIgnored, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses
-
-
-
-
Constructor Detail
-
NamespaceRunner
public NamespaceRunner(Class<NamespaceTest> testClass) throws org.junit.runners.model.InitializationError, InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException
- Throws:
org.junit.runners.model.InitializationErrorInstantiationExceptionIllegalAccessExceptionIllegalArgumentExceptionInvocationTargetException
-
-
Method Detail
-
describeChild
protected org.junit.runner.Description describeChild(VarTester vt)
- Specified by:
describeChildin classorg.junit.runners.ParentRunner<VarTester>
-
getChildren
protected List<VarTester> getChildren()
- Specified by:
getChildrenin classorg.junit.runners.ParentRunner<VarTester>
-
-