|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.junit.Assert
org.kuali.rice.test.BaseRiceTestCase
org.kuali.rice.test.RiceTestCase
org.kuali.rice.test.RiceInternalSuiteDataTestCase
org.kuali.test.KNSTestCase
public abstract class KNSTestCase
Default test base for a full KNS enabled unit test.
| Field Summary | |
|---|---|
private String |
contextName
|
private String |
relativeWebappRoot
|
private static String |
SQL_FILE
|
private TransactionalLifecycle |
transactionalLifecycle
|
private static String |
XML_FILE
|
| Fields inherited from class org.kuali.rice.test.RiceTestCase |
|---|
DEFAULT_TEST_HARNESS_SPRING_BEANS, failedSuiteTestName, perTestLifeCycles, SUITE_LIFE_CYCLES_FAILED, SUITE_LIFE_CYCLES_RAN, suiteLifeCycles |
| Fields inherited from class org.kuali.rice.test.BaseRiceTestCase |
|---|
log, method |
| Constructor Summary | |
|---|---|
KNSTestCase()
|
|
| Method Summary | |
|---|---|
protected String |
getContextName()
|
protected Lifecycle |
getLoadApplicationLifecycle()
|
protected String |
getModuleName()
|
protected int |
getPort()
|
protected String |
getRelativeWebappRoot()
|
protected List<Lifecycle> |
getSuiteLifecycles()
|
protected void |
loadSuiteTestData()
|
protected void |
setContextName(String contextName)
|
protected void |
setRelativeWebappRoot(String relativeWebappRoot)
|
void |
setUp()
|
void |
tearDown()
|
| Methods inherited from class org.kuali.rice.test.RiceInternalSuiteDataTestCase |
|---|
getKIMDataLoadOrderFile, getKIMSqlFileBaseLocation, getKNSDefaultSuiteTestData |
| Methods inherited from class org.kuali.rice.test.BaseRiceTestCase |
|---|
getName, getPerTestDataLoaderLifecycle, resetLogLevels, setLogLevel, setName, setTestMethod |
| Methods inherited from class org.junit.Assert |
|---|
assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertArrayEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertThat, assertThat, assertTrue, assertTrue, fail, fail |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final String SQL_FILE
private static final String XML_FILE
private String contextName
private String relativeWebappRoot
private TransactionalLifecycle transactionalLifecycle
| Constructor Detail |
|---|
public KNSTestCase()
| Method Detail |
|---|
protected void loadSuiteTestData()
throws Exception
loadSuiteTestData in class RiceInternalSuiteDataTestCaseExceptionprotected List<Lifecycle> getSuiteLifecycles()
getSuiteLifecycles in class RiceTestCaseprotected Lifecycle getLoadApplicationLifecycle()
getLoadApplicationLifecycle in class RiceTestCase
public void setUp()
throws Exception
setUp in class RiceTestCaseException
public void tearDown()
throws Exception
tearDown in class RiceTestCaseExceptionprotected String getModuleName()
getModuleName in class RiceTestCaseprotected String getContextName()
protected void setContextName(String contextName)
protected int getPort()
protected String getRelativeWebappRoot()
protected void setRelativeWebappRoot(String relativeWebappRoot)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||