Annotation Type LongRunning
-
@ExtendWith(LongRunningIntegrationTestCondition.class) @Target(TYPE) @Retention(RUNTIME) @Documented public @interface LongRunning
Test classes annotated with this will not run if an environment variable or system property (defaultRUN_LONG_INTEGRATION_TESTS
) is not present or does not have the value thatBoolean.parseBoolean(String)
evaluates totrue
.- Since:
- 2.0.2
- Author:
- Gary Russell
-
-
Element Detail
-
value
String value
The name of the variable/property used to determine whether long runnning tests should run.- Returns:
- the name of the variable/property.
- Default:
- "RUN_LONG_INTEGRATION_TESTS"
-
-