| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Class and Description |
|---|---|
class |
AutoCloseableSoftAssertions
A version of
SoftAssertions 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 |
SoftAssertions.assertSoftly(Consumer<SoftAssertions> 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.