Uses of Annotation Type
org.assertj.core.annotation.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 TypeClassDescriptionclassAn assertion that supports asserting aPredicateover 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 anUnsupportedOperationExceptionwith any attempt to modify the collection.AbstractIteratorAssert.isUnmodifiable()Verifies that the actual iterator is unmodifiable, i.e., throws anUnsupportedOperationExceptionwith any attempt to remove from the iterator.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 AssertionErrorCollectorSoftAssertionsExtension.getAssertionErrorCollector(org.junit.jupiter.api.extension.ExtensionContext context) Returns theAssertionErrorCollectorfor 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 aSoftAssertionsProviderinstance 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 TypeInterfaceDescriptioninterfaceDefines 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 TypeClassDescriptionclassMappedCondition<FROM,TO> final classConditionthat shows the value under test when the condition fails thanks to the specifiedobjectUnderTestDescriptorfunction.