Class AssumptionViolatedException

All Implemented Interfaces:
Serializable, org.hamcrest.SelfDescribing
Direct Known Subclasses:
AssumptionViolatedException

public class AssumptionViolatedException extends RuntimeException implements org.hamcrest.SelfDescribing
An exception class used to implement assumptions (state in which a given test is meaningful and should or should not be executed). A test for which an assumption fails should not generate a test case failure.
See Also: