Package | Description |
---|---|
org.junit |
Provides JUnit core classes and annotations.
|
org.junit.experimental.theories | |
org.junit.internal.runners.model | |
org.junit.rules | |
org.junit.runners |
Provides standard
Runner implementations. |
Modifier and Type | Class and Description |
---|---|
class |
AssumptionViolatedException
An exception class used to implement assumptions (state in which a given test
is meaningful and should or should not be executed).
|
Constructor and Description |
---|
TestCouldNotBeSkippedException(AssumptionViolatedException cause)
Creates an instance using the given assumption failure.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<AssumptionViolatedException> |
Theories.TheoryAnchor.fInvalidParameters |
Modifier and Type | Method and Description |
---|---|
protected void |
Theories.TheoryAnchor.handleAssumptionViolation(AssumptionViolatedException e) |
Modifier and Type | Method and Description |
---|---|
void |
EachTestNotifier.addFailedAssumption(AssumptionViolatedException e) |
Modifier and Type | Method and Description |
---|---|
protected void |
TestWatcher.skipped(AssumptionViolatedException e,
Description description)
Deprecated.
|
private void |
TestWatcher.skippedQuietly(AssumptionViolatedException e,
Description description,
java.util.List<java.lang.Throwable> errors) |
Modifier and Type | Field and Description |
---|---|
private AssumptionViolatedException |
Parameterized.AssumptionViolationRunner.exception |
Constructor and Description |
---|
AssumptionViolationRunner(TestClass testClass,
java.lang.String methodName,
AssumptionViolatedException exception) |