Package org.seedstack.seed.testing
Annotation Type ConfigurationProperty
-
@Target({TYPE,METHOD}) @Retention(RUNTIME) @Repeatable(ConfigurationProperties.class) @Documented @Inherited public @interface ConfigurationProperty
Specify a configuration property for the duration of the test.
-
-
Element Detail
-
name
String name
The name of the configuration property.- Returns:
- the name.
-
-
-
value
String value
The value of the configuration property.- Returns:
- the value.
-
-
-
profiles
String[] profiles
The profiles this configuration property applies with.- Returns:
- the configuration profiles.
- Default:
- {}
-
-