|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
org.apache.axis2.testutils.RuntimeIgnoreException
public class RuntimeIgnoreException
Indicates that a test case should be skipped. Throwing this exception allows to skip a test case dynamically at runtime. This is useful if a test case relies on some assumption that may not be true in all environments. Note that this only works if the appropriate test runner is configured.
It should also be noted that there are alternative techniques that may be more appropriate in some use cases:
AllTestsWithRuntimeIgnore
,
JUnit38ClassRunnerWithRuntimeIgnore
,
Serialized FormConstructor Summary | |
---|---|
RuntimeIgnoreException(java.lang.String message)
|
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RuntimeIgnoreException(java.lang.String message)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |