Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Class | Description |
---|---|---|
class |
AutoCloseableSoftAssertions |
A version of
SoftAssertions that uses try-with-resources statement to automatically call
assertAll() so that you don't forget to. |
Modifier and Type | Method | Description |
---|---|---|
static void |
SoftAssertions.assertSoftly(Consumer<SoftAssertions> softly) |
Use this to avoid having to call assertAll manually.
|
Copyright © 2014–2019. All rights reserved.