public abstract class BaseRiceTestCase extends Object implements MethodAware
RiceUnitTestClassRunner
4) Sets the PerTestDataLoaderLifecycle that will load sql for the currently running test.| Modifier and Type | Field and Description |
|---|---|
protected org.apache.logging.log4j.Logger |
log |
protected Method |
method |
| Constructor and Description |
|---|
BaseRiceTestCase() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
protected PerTestDataLoaderLifecycle |
getPerTestDataLoaderLifecycle() |
Method |
getTestMethod() |
protected void |
resetLogLevels() |
protected void |
setLogLevel(String loggerName,
org.apache.logging.log4j.Level newLevel) |
void |
setName(String name) |
void |
setTestMethod(Method testMethod) |
void |
setUp() |
void |
tearDown() |
public BaseRiceTestCase()
protected void setLogLevel(String loggerName, org.apache.logging.log4j.Level newLevel)
protected void resetLogLevels()
public void setTestMethod(Method testMethod)
setTestMethod in interface MethodAwareMethodAware.setTestMethod(java.lang.reflect.Method)public Method getTestMethod()
protected PerTestDataLoaderLifecycle getPerTestDataLoaderLifecycle()
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.