org.kuali.rice.test
Class AnnotationTestParent
java.lang.Object
org.kuali.rice.test.BaseRiceTestCase
org.kuali.rice.test.RiceTestCase
org.kuali.rice.test.RiceInternalSuiteDataTestCase
org.kuali.rice.test.BaseModuleTestCase
org.kuali.rice.test.BaselineTestCase
org.kuali.test.KRADTestCase
org.kuali.rice.test.AnnotationTestParent
- All Implemented Interfaces:
- MethodAware
- Direct Known Subclasses:
- DataLoaderAnnotationOverrideTest, DataLoaderAnnotationTest
@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 KRADTestCase
AnnotationTestParent is used by the DataLoaderAnnotationTest
and DataLoaderAnnotationOverrideTest
classes to verify parent class annotation usage
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class org.kuali.rice.test.RiceTestCase |
configureLogging, dumpMemory, getBaseDir, getConfigLocations, getFullTestName, getModuleTestConfigLocation, getRiceMasterDefaultConfigFile, getTestHarnessConfig, getTestHarnessSpringBeansLocation, getTestHarnessSpringResourceLoader, getUserDir, loadPerTestData, logAfterRun, logBeforeRun, report, setBaseDirSystemProperty, setClearTables, setModuleName, startLifecycles, startSuiteDataLoaderLifecycles, stopLifecycles, tearDown |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TEST_TABLE_NAME
protected static final String TEST_TABLE_NAME
- See Also:
- Constant Field Values
AnnotationTestParent
public AnnotationTestParent()
verifyCount
protected void verifyCount(String valueToVerify,
int count)
throws SQLException
- Throws:
SQLException
verifyExistence
protected void verifyExistence(String valueToVerify)
throws SQLException
- Throws:
SQLException
verifyNonExistent
protected void verifyNonExistent(String valueToVerify)
throws SQLException
- Throws:
SQLException
hasTableResults
protected boolean hasTableResults(String valueToVerify)
countTableResults
protected int countTableResults(String valueToVerify)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.