@UnitTestData(value="insert into EN_UNITTEST_T (COL) values (\'1\')") @UnitTestData(filename="classpath:org/kuali/rice/test/AnnotationTestParentData.sql") public abstract class AnnotationTestParent extends KRADTestCase
DataLoaderAnnotationTest
and DataLoaderAnnotationOverrideTest
classes to verify parent class annotation usageBaselineTestCase.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 |
verifyCount(String valueToVerify,
int count) |
protected void |
verifyExistence(String valueToVerify) |
protected void |
verifyNonExistent(String valueToVerify) |
getLoadApplicationLifecycle, getSuiteLifecycles, loadSuiteTestData
getClearDbPerTestLifecycles, getMode, getPerTestLifecycles, getPerTestTablesNotToClear, getPerTestTablesToClear, getRollbackClearDbPerTestLifecycles, getRollbackTestLifecycles, setUp
getModuleName
getKIMDataLoadOrderFile, getKIMSqlFileBaseLocation, getKRADDefaultSuiteTestData
configureLogging, dumpMemory, getBaseDir, getConfigLocations, getFullTestName, getModuleTestConfigLocation, getRiceMasterDefaultConfigFile, getTestHarnessConfig, getTestHarnessSpringBeansLocation, getTestHarnessSpringResourceLoader, getUserDir, loadPerTestData, logAfterRun, logBeforeRun, report, setBaseDirSystemProperty, setClearTables, setModuleName, setUpInternal, startLifecycles, startSuiteDataLoaderLifecycles, stopLifecycles, tearDown
getName, getPerTestDataLoaderLifecycle, 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 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.