Annotation Type Nightly
-
@Documented @Retention(RUNTIME) @Target({METHOD,TYPE}) @Inherited @TestGroup(enabled=false) public @interface Nightly
An annotation indicating a given test case (or suite) should run only during nightly tests.The notion of "nightly" tests is based on an assumption that these tests can take longer than usual or require more resources than usual. Nightly tests will be most commonly used with higher scaling multipliers as in (
RandomizedTest.SYSPROP_MULTIPLIER
.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
value
Additional description, if needed.
-