@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
.
public abstract String value
Copyright © 2011–2015 Carrot Search s.c.. All rights reserved.