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