Uses of Annotation Interface
org.assertj.core.annotations.Beta
Packages that use Beta
Package
Description
-
Uses of Beta in org.assertj.core.api
Classes in org.assertj.core.api with annotations of type BetaModifier and TypeClassDescriptionclass
An assertion that supports asserting aPredicate
over all the fields of an object graph.Methods in org.assertj.core.api with annotations of type BetaModifier and TypeMethodDescriptionAbstractCollectionAssert.isUnmodifiable()
Verifies that the actual collection is unmodifiable, i.e., throws anUnsupportedOperationException
with any attempt to modify the collection.AbstractMapAssert.isUnmodifiable()
Verifies that the actual map is unmodifiable, i.e.AbstractIterableAssert.usingRecursiveComparison()
Enable using a recursive field by field comparison strategy when calling the chainedRecursiveComparisonAssert
,AbstractIterableAssert.usingRecursiveComparison
(RecursiveComparisonConfiguration recursiveComparisonConfiguration) Same asAbstractIterableAssert.usingRecursiveComparison()
but allows to specify your ownRecursiveComparisonConfiguration
.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
,AbstractObjectArrayAssert.usingRecursiveComparison
(RecursiveComparisonConfiguration recursiveComparisonConfiguration) Same asAbstractObjectArrayAssert.usingRecursiveComparison()
but allows to specify your ownRecursiveComparisonConfiguration
.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. -
Uses of Beta in org.assertj.core.api.recursive.comparison
Classes in org.assertj.core.api.recursive.comparison with annotations of type BetaModifier and TypeInterfaceDescriptioninterface
Defines how objects are introspected in the recursive comparison, the main operations it specifies are: how to traverse the graph of nodes to compare how to get a child node value -
Uses of Beta in org.assertj.core.condition
Classes in org.assertj.core.condition with annotations of type BetaModifier and TypeClassDescriptionclass
MappedCondition<FROM,
TO> final class
Condition
that shows the value under test when the condition fails thanks to the specifiedobjectUnderTestDescriptor
function.