Package org.assertj.core.api
Interface AssertionErrorCollector
-
- All Known Subinterfaces:
AutoCloseableSoftAssertionsProvider,BDDSoftAssertionsProvider,Java6BDDSoftAssertionsProvider,Java6StandardSoftAssertionsProvider,SoftAssertionsProvider,SoftAssertionsRule,StandardSoftAssertionsProvider
- All Known Implementing Classes:
AbstractSoftAssertions,AutoCloseableBDDSoftAssertions,AutoCloseableSoftAssertions,BDDSoftAssertions,Java6BDDSoftAssertions,Java6JUnitBDDSoftAssertions,Java6JUnitSoftAssertions,Java6SoftAssertions,JUnitBDDSoftAssertions,JUnitJupiterBDDSoftAssertions,JUnitJupiterSoftAssertions,JUnitSoftAssertions,SoftAssertions
public interface AssertionErrorCollector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<AssertionError>assertionErrorsCollected()voidcollectAssertionError(AssertionError error)
-
-
-
Method Detail
-
collectAssertionError
void collectAssertionError(AssertionError error)
-
assertionErrorsCollected
List<AssertionError> assertionErrorsCollected()
-
-