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, withPotentialTimeout
public RiceUnitTestClassRunner(Class<?> testClass) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationError
protected void runChild(org.junit.runners.model.FrameworkMethod method, org.junit.runner.notification.RunNotifier runNotifier)
runChild
in class org.junit.runners.BlockJUnit4ClassRunner
protected Object createTest() throws Exception
createTest
in class org.junit.runners.BlockJUnit4ClassRunner
Exception
protected void setTestMethod(Object test, Method method)
Method
on the test case if it is MethodAware
method
- the current method to be runtest
- the test instanceprotected void setTestName(Object test, Method testMethod) throws Exception
Exception
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.