public class TestCouldNotBeSkippedException
extends java.lang.RuntimeException
Assume
to indicate that
it should be skipped, but before processing of the test was completed, other failures
occured.Assume
,
Serialized FormModifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
TestCouldNotBeSkippedException(AssumptionViolatedException cause)
Creates an instance using the given assumption failure.
|
private static final long serialVersionUID
public TestCouldNotBeSkippedException(AssumptionViolatedException cause)