Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBDDSoftAssertions |
class |
AbstractStandardSoftAssertions |
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 |
AutoCloseableSoftAssertions
A version of
SoftAssertions that uses try-with-resources statement to automatically call
SoftAssertions.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 |
Java6AbstractBDDSoftAssertions
AbstractBDDSoftAssertions compatible with Android.
|
class |
Java6AbstractStandardSoftAssertions
AbstractStandardSoftAssertions compatible with Android.
|
class |
Java6BDDSoftAssertions
BDD-style Android-compatible soft assertions.
|
class |
Java6JUnitBDDSoftAssertions
Duplicate of
JUnitBDDSoftAssertions compatible with Android. |
class |
Java6JUnitSoftAssertions
JUnitSoftAssertions rule compatible with Android.
|
class |
Java6SoftAssertions
Soft assertions compatible with Android.
|
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
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: |
class |
JUnitJupiterSoftAssertions
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: |
class |
JUnitSoftAssertions
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 |
SoftAssertions
Suppose we have a test case and in it we'd like to make numerous assertions.
|
Copyright © 2014–2019 AssertJ. All rights reserved.