Package | Description |
---|---|
org.junit |
Provides JUnit core classes and annotations.
|
org.junit.experimental.theories | |
org.junit.internal.runners.model | |
org.junit.rules |
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).
|
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.
|
Copyright © 2002–2019 JUnit. All rights reserved.