@PerSuiteUnitTestData(value={@UnitTestData(value="insert into EN_UNITTEST_T (COL) values (\'1\')"),@UnitTestData(filename="classpath:org/kuali/rice/test/AnnotationTestParentData.sql")}) public abstract class AnnotationTestParent extends CORETestCase
DataLoaderAnnotationTest and DataLoaderAnnotationOverrideTest classes to verify parent class annotation usageCORETestCase.BootstrapTestBaselineTestCase.BaselineMode, BaselineTestCase.Mode| Modifier and Type | Field and Description |
|---|---|
protected static String |
TEST_TABLE_NAME |
dirtyLOG, moduleNameDEFAULT_TEST_HARNESS_SPRING_BEANS, failedSuiteTestName, perTestLifeCycles, SUITE_LIFE_CYCLES_FAILED, SUITE_LIFE_CYCLES_RAN, suiteLifeCycleslog, method| Constructor and Description |
|---|
AnnotationTestParent() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
countTableResults(String valueToVerify) |
protected boolean |
hasTableResults(String valueToVerify) |
protected void |
resetDb() |
protected void |
verifyCount(String valueToVerify,
int count) |
protected void |
verifyCount(String valueToVerify,
int count,
String message) |
protected void |
verifyExistence(String valueToVerify) |
protected void |
verifyNonExistent(String valueToVerify) |
getLoadApplicationLifecycle, getPerTestTablesToCleargetClearDbPerTestLifecycles, getMode, getPerTestLifecycles, getPerTestTablesNotToClear, getRollbackClearDbPerTestLifecycles, getRollbackTestLifecycles, setUpgetModuleNamegetKIMDataLoadOrderFile, getKIMSqlFileBaseLocation, getKRADDefaultSuiteTestData, loadSuiteTestDataconfigureLogging, dumpMemory, getConfigLocations, getFullTestName, getModuleTestConfigLocation, getRiceMasterDefaultConfigFile, getSuiteLifecycles, getTestHarnessConfig, getTestHarnessSpringBeansLocation, getTestHarnessSpringResourceLoader, getUserDir, loadPerTestData, logAfterRun, logBeforeRun, report, setBaseDirSystemProperty, setClearTables, setModuleName, setUpInternal, startLifecycles, startSuiteDataLoaderLifecycles, stopLifecycles, tearDowngetName, getPerTestDataLoaderLifecycle, getTestMethod, resetLogLevels, setLogLevel, setName, setTestMethodprotected static final String TEST_TABLE_NAME
public AnnotationTestParent()
protected void verifyCount(String valueToVerify, int count) throws SQLException
SQLExceptionprotected void verifyCount(String valueToVerify, int count, String message) throws SQLException
SQLExceptionprotected void verifyExistence(String valueToVerify) throws SQLException
SQLExceptionprotected void verifyNonExistent(String valueToVerify) throws SQLException
SQLExceptionprotected boolean hasTableResults(String valueToVerify)
protected int countTableResults(String valueToVerify)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.