Package org.assertj.core.api
Interface SoftAssertionsRule
-
- All Superinterfaces:
AfterAssertionErrorCollected,AssertionErrorCollector,SoftAssertionsProvider,org.junit.rules.TestRule
- All Known Implementing Classes:
Java6JUnitBDDSoftAssertions,Java6JUnitSoftAssertions,JUnitBDDSoftAssertions,JUnitSoftAssertions
public interface SoftAssertionsRule extends SoftAssertionsProvider, org.junit.rules.TestRule
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.assertj.core.api.SoftAssertionsProvider
SoftAssertionsProvider.ThrowingRunnable
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default 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, wasSuccess
-
Methods inherited from interface org.assertj.core.api.SoftAssertionsProvider
assertAll, assertAlso, check, proxy
-
-