public class TestCouldNotBeSkippedException extends RuntimeException
Assume to indicate that
it should be skipped, but before processing of the test was completed, other failures
occured.Assume,
Serialized Form| Constructor and Description |
|---|
TestCouldNotBeSkippedException(org.junit.internal.AssumptionViolatedException cause)
Creates an instance using the given assumption failure.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TestCouldNotBeSkippedException(org.junit.internal.AssumptionViolatedException cause)
Copyright © 2002–2020 JUnit. All rights reserved.