org.kuali.test
Class KRADTestCase
java.lang.Object
   org.kuali.rice.test.BaseRiceTestCase
org.kuali.rice.test.BaseRiceTestCase
       org.kuali.rice.test.RiceTestCase
org.kuali.rice.test.RiceTestCase
           org.kuali.rice.test.RiceInternalSuiteDataTestCase
org.kuali.rice.test.RiceInternalSuiteDataTestCase
               org.kuali.rice.test.BaseModuleTestCase
org.kuali.rice.test.BaseModuleTestCase
                   org.kuali.rice.test.BaselineTestCase
org.kuali.rice.test.BaselineTestCase
                       org.kuali.test.KRADTestCase
org.kuali.test.KRADTestCase
- All Implemented Interfaces: 
- MethodAware
- Direct Known Subclasses: 
- AnnotationTestParent, AttachmentTest, BaseBOClassAndBaseDocumentClassTest, BaseMaintenanceDocumentTest, BusinessObjectRefreshTest, BusinessObjectServiceTest, ComponentServiceTest, DataDictionaryLazyLoadingTest, DataDictionarySearchableAttributeTest, DateTimeServiceTest, DictionaryValidationServiceTest, DocumentAuthorizerBaseTest, EmailAddressValidationPatternTest, ExtensionAttributeTest, FloatingPointValidationPatternTest, InactivateableFromToServiceTest, JavaClassValidationPatternTest, KualiInquirableTest, KualiLookupableTest, KualiRuleServiceTest, KualiXMLAttributeImplTest, LookupResultsServiceTest, LookupServiceTest, MaintenanceDocumentDictionaryServiceTest, MaskFormatterSubStringTest, MetadataManagerTest, MonthValidationPatternTest, NamespaceWildcardAllowedAndOrStringExactMatchPermissionTypeServiceImplTest, NoteServiceTest, ObjectUtilsTest, ParameterServiceTest, PersistableBusinessObjectValuesFinderTest, PessimisticLockServiceTest, ReportQueryByCriteriaTest, SearchAttributeIndexRequestTest, UifBeanFactoryPostProcessorTest, 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:
- setUpInternalin 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:
- getSuiteLifecyclesin class- RiceTestCase
 
- 
 
loadSuiteTestData
protected void loadSuiteTestData()
                          throws Exception
- 
- Overrides:
- loadSuiteTestDatain class- RiceInternalSuiteDataTestCase
 
- 
- Throws:
- Exception
 
getLoadApplicationLifecycle
protected Lifecycle getLoadApplicationLifecycle()
- 
- Overrides:
- getLoadApplicationLifecyclein class- RiceTestCase
 
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.