Package org.seedstack.seed.testing
Annotation Type ConfigurationProperties
-
@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented @Inherited public @interface ConfigurationProperties
Specify configuration properties for the duration of the test.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description ConfigurationProperty[]valueThe configuration properties.
-
-
-
Element Detail
-
value
ConfigurationProperty[] value
The configuration properties.- Returns:
- the configuration properties.
- Default:
- {}
-
-