Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Class | Description |
---|---|---|
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 |
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: |
Copyright © 2014–2019. All rights reserved.