Uses of Interface
org.assertj.core.api.AssertionInfo
Packages that use AssertionInfo
-
Uses of AssertionInfo in org.assertj.core.api
Classes in org.assertj.core.api that implement AssertionInfoModifier and TypeClassDescriptionclassWritable information about an assertion. -
Uses of AssertionInfo in org.assertj.core.error
Methods in org.assertj.core.error with parameters of type AssertionInfoModifier and TypeMethodDescriptionUnsatisfiedRequirement.describe(int index, AssertionInfo info) UnsatisfiedRequirement.describe(AssertionInfo info) static StringZippedElementsShouldSatisfy.ZipSatisfyError.describe(AssertionInfo info, ZippedElementsShouldSatisfy.ZipSatisfyError satisfyError) static ErrorMessageFactoryElementsShouldSatisfy.elementsShouldSatisfy(Object actual, List<UnsatisfiedRequirement> elementsNotSatisfyingRestrictions, AssertionInfo info) static ErrorMessageFactoryElementsShouldSatisfy.elementsShouldSatisfyAny(Object actual, List<UnsatisfiedRequirement> elementsNotSatisfyingRequirements, AssertionInfo info) static ErrorMessageFactoryElementsShouldSatisfy.elementsShouldSatisfyExactly(Object actual, Map<Integer, UnsatisfiedRequirement> unsatisfiedRequirements, AssertionInfo info) static ErrorMessageFactoryZippedElementsShouldSatisfy.zippedElementsShouldSatisfy(AssertionInfo info, Iterable<?> actual, Iterable<?> other, List<ZippedElementsShouldSatisfy.ZipSatisfyError> zipSatisfyErrors)