@ExtendWith(value=LongRunningIntegrationTestCondition.class) @Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface LongRunning
RUN_LONG_INTEGRATION_TESTS) is not present or does not have
the value that Boolean.parseBoolean(String) evaluates to true.| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
value
The name of the variable/property used to determine whether long runnning tests
should run.
|