public class RiceUnitTestClassRunner extends org.junit.runners.BlockJUnit4ClassRunner
| Constructor and Description |
|---|
RiceUnitTestClassRunner(Class<?> testClass) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
createTest() |
protected void |
runChild(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier runNotifier) |
protected void |
setTestMethod(Object test,
Method method)
Sets the
Method on the test case if it is MethodAware |
protected void |
setTestName(Object test,
Method testMethod) |
collectInitializationErrors, computeTestMethods, describeChild, getChildren, getTestRules, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutpublic RiceUnitTestClassRunner(Class<?> testClass) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorprotected void runChild(org.junit.runners.model.FrameworkMethod method, org.junit.runner.notification.RunNotifier runNotifier)
runChild in class org.junit.runners.BlockJUnit4ClassRunnerprotected Object createTest() throws Exception
createTest in class org.junit.runners.BlockJUnit4ClassRunnerExceptionprotected void setTestMethod(Object test, Method method)
Method on the test case if it is MethodAwaremethod - the current method to be runtest - the test instanceprotected void setTestName(Object test, Method testMethod) throws Exception
ExceptionCopyright © 2005–2016 The Kuali Foundation. All rights reserved.