org.kuali.rice.krad.test
Annotation Type TestDictionaryConfig


@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
@Inherited
public @interface TestDictionaryConfig

Annotation for triggering the loading of a test data dictionary instance

When enabled on a @{link KRADTestCase} a data dictionary instance will be created and populated with the files listed in the 'testDataDictionary' bean. Additional files for the test can be given by configuring the annotation property dataDictionaryFiles

Author:
Kuali Rice Team (rice.collab@kuali.org)

Required Element Summary
 String namespaceCode
           
 
Optional Element Summary
 String dataDictionaryFiles
           
 

Element Detail

namespaceCode

public abstract String namespaceCode

dataDictionaryFiles

public abstract String dataDictionaryFiles
Default:
""


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.