|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jetty.toolchain.test.Stress
public final class Stress
Flag indicating that Test
is really used for Stress Testing.
Method Summary | |
---|---|
static void |
assume()
Labels the test method as belonging to Stress testing. |
static boolean |
isEnabled()
Returns flag indicating if -DSTRESS or -DSTRESS=true is enabled. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean isEnabled()
-DSTRESS
or -DSTRESS=true
is enabled.
public static void assume()
Checks for the existence of the "STRESS" system property, if found, it allows the test to execute. If not found, the test is flagged as ignored and returned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |