@Documented @Target(value=TYPE) @Retention(value=RUNTIME) @Inherited public @interface TestDictionaryConfig
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
Modifier and Type | Required Element and Description |
---|---|
String |
namespaceCode |
Modifier and Type | Optional Element and Description |
---|---|
String |
dataDictionaryFiles |
public abstract String namespaceCode
public abstract String dataDictionaryFiles
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.