|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.junit.Assume.AssumptionViolatedException
public static class Assume.AssumptionViolatedException
Constructor Summary | |
---|---|
Assume.AssumptionViolatedException(java.lang.Object value,
org.hamcrest.Matcher<?> matcher)
|
Method Summary | |
---|---|
void |
describeTo(org.hamcrest.Description description)
Generates a description of the object. |
java.lang.String |
getMessage()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 Assume.AssumptionViolatedException(java.lang.Object value, org.hamcrest.Matcher<?> matcher)
Method Detail |
---|
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public void describeTo(org.hamcrest.Description description)
org.hamcrest.SelfDescribing
describeTo
in interface org.hamcrest.SelfDescribing
description
- The description to be built or appended to.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |