Package org.assertj.core.api
Interface SoftAssertionsRule
- All Superinterfaces:
AfterAssertionErrorCollected,AssertionErrorCollector,SoftAssertionsProvider,org.junit.rules.TestRule
- All Known Implementing Classes:
Java6JUnitBDDSoftAssertions,Java6JUnitSoftAssertions,JUnitBDDSoftAssertions,JUnitSoftAssertions
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.assertj.core.api.SoftAssertionsProvider
SoftAssertionsProvider.ThrowingRunnable -
Method Summary
Modifier and TypeMethodDescriptiondefault org.junit.runners.model.Statementapply(org.junit.runners.model.Statement base, org.junit.runner.Description description) Methods inherited from interface org.assertj.core.api.AssertionErrorCollector
assertionErrorsCollected, collectAssertionError, getDelegate, onAssertionErrorCollected, setDelegate, succeeded, wasSuccessMethods inherited from interface org.assertj.core.api.SoftAssertionsProvider
assertAll, assertAlso, check, proxy
-
Method Details
-
apply
default org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description) - Specified by:
applyin interfaceorg.junit.rules.TestRule
-