org.junit

Class Assume.AssumptionViolatedException

Enclosing Class:
Assume
Implemented Interfaces:
SelfDescribing, Serializable

public static class Assume.AssumptionViolatedException
extends RuntimeException
implements SelfDescribing

See Also:
Serialized Form

Constructor Summary

AssumptionViolatedException(Object value, Matcher matcher)

Method Summary

@Override
String getMessage()
void
describeTo(Description description)

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, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

AssumptionViolatedException

public AssumptionViolatedException(Object value,
                                   Matcher matcher)

Method Details

String getMessage

public @Override String getMessage()

describeTo

public void describeTo(Description description)