@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.BootstrapTest
BaselineTestCase.BaselineMode, BaselineTestCase.Mode
Modifier and Type | Field and Description |
---|---|
protected static String |
TEST_TABLE_NAME |
dirty
LOG, moduleName
DEFAULT_TEST_HARNESS_SPRING_BEANS, failedSuiteTestName, perTestLifeCycles, SUITE_LIFE_CYCLES_FAILED, SUITE_LIFE_CYCLES_RAN, suiteLifeCycles
log, 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, getPerTestTablesToClear
getClearDbPerTestLifecycles, getMode, getPerTestLifecycles, getPerTestTablesNotToClear, getRollbackClearDbPerTestLifecycles, getRollbackTestLifecycles, setUp
getModuleName
getKIMDataLoadOrderFile, getKIMSqlFileBaseLocation, getKRADDefaultSuiteTestData, loadSuiteTestData
configureLogging, dumpMemory, getConfigLocations, getFullTestName, getModuleTestConfigLocation, getRiceMasterDefaultConfigFile, getSuiteLifecycles, getTestHarnessConfig, getTestHarnessSpringBeansLocation, getTestHarnessSpringResourceLoader, getUserDir, loadPerTestData, logAfterRun, logBeforeRun, report, setBaseDirSystemProperty, setClearTables, setModuleName, setUpInternal, startLifecycles, startSuiteDataLoaderLifecycles, stopLifecycles, tearDown
getName, getPerTestDataLoaderLifecycle, getTestMethod, resetLogLevels, setLogLevel, setName, setTestMethod
protected static final String TEST_TABLE_NAME
public AnnotationTestParent()
protected void verifyCount(String valueToVerify, int count) throws SQLException
SQLException
protected void verifyCount(String valueToVerify, int count, String message) throws SQLException
SQLException
protected void verifyExistence(String valueToVerify) throws SQLException
SQLException
protected void verifyNonExistent(String valueToVerify) throws SQLException
SQLException
protected boolean hasTableResults(String valueToVerify)
protected int countTableResults(String valueToVerify)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.