Uses of Interface
org.assertj.core.api.SoftAssertionsProvider.ThrowingRunnable
-
Packages that use SoftAssertionsProvider.ThrowingRunnable Package Description org.assertj.core.api -
-
Uses of SoftAssertionsProvider.ThrowingRunnable in org.assertj.core.api
Methods in org.assertj.core.api with parameters of type SoftAssertionsProvider.ThrowingRunnable Modifier and Type Method Description default void
SoftAssertionsProvider. check(SoftAssertionsProvider.ThrowingRunnable assertion)
Catch and collect assertion errors coming from standard and custom assertions.
-