Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBDDSoftAssertions |
class |
AutoCloseableBDDSoftAssertions
A version of
BDDSoftAssertions that uses try-with-resources statement to automatically call
BDDSoftAssertions.assertAll() so that you don't forget to. |
class |
BDDSoftAssertions
Suppose we have a test case and in it we'd like to make numerous BDD assertions.
|
class |
Java6BDDSoftAssertions
Deprecated.
For Android compatible assertions use the latest assertj 2.x version which is based on Java 7 only.
BDD-style Android-compatible soft assertions. Duplicated from |
class |
Java6JUnitBDDSoftAssertions
Deprecated.
For Android compatible assertions use the latest assertj 2.x version which is based on Java 7 only.
Duplicate of |
class |
JUnitBDDSoftAssertions
Same as
SoftAssertions , but with the following differences: First, it's a junit rule, which can be used without having to call assertAll() ,
example: |
class |
JUnitJupiterBDDSoftAssertions
Deprecated.
use
SoftAssertionsExtension instead.
Same as SoftAssertions , but with the following differences: First, it's a JUnit Jupiter extension, which can be used without having to call assertAll() , example:
Second, the failures are recognized by IDE's (like IntelliJ IDEA) which open a comparison window. |