| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Class and Description |
|---|---|
class |
AutoCloseableBDDSoftAssertions
A version of
BDDSoftAssertions that uses try-with-resources statement to automatically call
AbstractSoftAssertions.assertAll() so that you don't forget to. |
| Modifier and Type | Method and Description |
|---|---|
static void |
BDDSoftAssertions.thenSoftly(Consumer<BDDSoftAssertions> softly)
Convenience method for calling
SoftAssertionsProvider.assertSoftly(java.lang.Class<S>, java.util.function.Consumer<S>) for these assertion types. |
Copyright © 2025. All rights reserved.