org.kuali.test
Class KRADTestCase
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
- All Implemented Interfaces:
- MethodAware
- Direct Known Subclasses:
- AnnotationTestParent, AttachmentTest, BaseBOClassAndBaseDocumentClassTest, BaseMaintenanceDocumentTest, BusinessObjectRefreshTest, BusinessObjectServiceTest, ComponentServiceTest, DataDictionaryLazyLoadingTest, DataDictionarySearchableAttributeTest, DateTimeServiceTest, DictionaryValidationServiceImplTest, DictionaryValidationServiceTest, DocumentAuthorizerBaseTest, DocumentServiceTest, EmailAddressValidationPatternTest, ExtensionAttributeTest, FloatingPointValidationPatternTest, InactivateableFromToServiceTest, InquiryTest, JavaClassValidationPatternTest, KualiInquirableTest, KualiLookupableTest, KualiRuleServiceTest, KualiXMLAttributeImplTest, LookupResultsServiceTest, LookupServiceTest, MaintenanceDocumentDictionaryServiceTest, MaskFormatterSubStringTest, MessageBeanProcessorTest, MessageServiceTest, MetadataManagerTest, MonthValidationPatternTest, NamespaceWildcardAllowedAndOrStringExactMatchPermissionTypeServiceImplTest, NoteServiceTest, ObjectUtilsTest, ParameterServiceTest, PersistableBusinessObjectValuesFinderTest, PessimisticLockServiceTest, PopulateGroupPermissionTypeServiceImplTest, ReportQueryByCriteriaTest, RichMessageTest, SearchAttributeIndexRequestTest, UifBeanFactoryPostProcessorTest, ValidationMessageRetrievalTest, WebUtilsTest, WorkflowInfoServiceTest, YearValidationPatternTest, ZipcodeValidationPatternTest
public abstract class KRADTestCase
- extends BaselineTestCase
Default test base for a full KRAD enabled integration test
- 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 |
dd
protected DataDictionary dd
KRADTestCase
public KRADTestCase()
KRADTestCase
public KRADTestCase(String moduleName)
- propagate constructor
- Parameters:
moduleName
- - the name of the module
setUpInternal
protected void setUpInternal()
throws Exception
- Overrides:
setUpInternal
in class RiceTestCase
- Throws:
Exception
getTestDictionaryObject
protected Object getTestDictionaryObject(String id)
- Returns an instance of the bean with the given id that has been configured in the test dictionary
- Parameters:
id
- - id of the bean definition
- Returns:
- Object instance of the given bean class, or null if not found or dictionary is not loaded
getSuiteLifecycles
protected List<Lifecycle> getSuiteLifecycles()
- Overrides:
getSuiteLifecycles
in class RiceTestCase
loadSuiteTestData
protected void loadSuiteTestData()
throws Exception
- Overrides:
loadSuiteTestData
in class RiceInternalSuiteDataTestCase
- Throws:
Exception
getLoadApplicationLifecycle
protected Lifecycle getLoadApplicationLifecycle()
- Overrides:
getLoadApplicationLifecycle
in class RiceTestCase
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.