public class ClojureRunner
extends org.junit.runners.ParentRunner<mikera.cljunit.NamespaceTester>
| Constructor and Description |
|---|
ClojureRunner(Class<ClojureTest> testClass) |
| Modifier and Type | Method and Description |
|---|---|
protected org.junit.runner.Description |
describeChild(mikera.cljunit.NamespaceTester vt) |
protected List<mikera.cljunit.NamespaceTester> |
getChildren() |
protected void |
runChild(mikera.cljunit.NamespaceTester vt,
org.junit.runner.notification.RunNotifier arg1) |
childrenInvoker, classBlock, classRules, collectInitializationErrors, filter, getDescription, getName, getRunnerAnnotations, getTestClass, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClassespublic ClojureRunner(Class<ClojureTest> testClass) throws org.junit.runners.model.InitializationError, InstantiationException, IllegalAccessException, IllegalArgumentException, InvocationTargetException
org.junit.runners.model.InitializationErrorInstantiationExceptionIllegalAccessExceptionIllegalArgumentExceptionInvocationTargetExceptionprotected org.junit.runner.Description describeChild(mikera.cljunit.NamespaceTester vt)
describeChild in class org.junit.runners.ParentRunner<mikera.cljunit.NamespaceTester>protected List<mikera.cljunit.NamespaceTester> getChildren()
getChildren in class org.junit.runners.ParentRunner<mikera.cljunit.NamespaceTester>protected void runChild(mikera.cljunit.NamespaceTester vt,
org.junit.runner.notification.RunNotifier arg1)
runChild in class org.junit.runners.ParentRunner<mikera.cljunit.NamespaceTester>Copyright © 2012. All Rights Reserved.