@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
@Inherited
@TestGroup(enabled=false)
public @interface Nightly
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.
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
value
Additional description, if needed.
|
Copyright © 2011–2018 Carrot Search s.c.. All rights reserved.