Uses of Annotation Interface
org.assertj.core.annotations.Beta
Packages that use Beta
-
Uses of Beta in org.assertj.core.api
Methods in org.assertj.core.api with annotations of type BetaModifier and TypeMethodDescriptionAbstractIterableAssert.usingRecursiveComparison()
Enable using a recursive field by field comparison strategy when calling the chainedRecursiveComparisonAssert
,AbstractMapAssert.usingRecursiveComparison()
Enable using a recursive field by field comparison strategy when calling the chainedRecursiveComparisonAssert
,AbstractObjectArrayAssert.usingRecursiveComparison()
Enable using a recursive field by field comparison strategy when calling the chainedRecursiveComparisonAssert
,AbstractOptionalAssert.usingRecursiveComparison()
Enable using a recursive field by field comparison strategy when calling the chainedRecursiveComparisonAssert
, -
Uses of Beta in org.assertj.core.api.junit.jupiter
Methods in org.assertj.core.api.junit.jupiter with annotations of type BetaModifier and TypeMethodDescriptionstatic AssertionErrorCollector
SoftAssertionsExtension.getAssertionErrorCollector
(org.junit.jupiter.api.extension.ExtensionContext context) Returns theAssertionErrorCollector
for the given extension context, if none exists for the current context then one is created.static <T extends SoftAssertionsProvider>
TSoftAssertionsExtension.getSoftAssertionsProvider
(org.junit.jupiter.api.extension.ExtensionContext context, Class<T> concreteSoftAssertionsProviderType) Returns aSoftAssertionsProvider
instance of the given type for the given extension context.