Uses of Interface
org.assertj.core.api.AssertionInfo
-
Packages that use AssertionInfo Package Description org.assertj.core.api org.assertj.core.error -
-
Uses of AssertionInfo in org.assertj.core.api
Classes in org.assertj.core.api that implement AssertionInfo Modifier and Type Class Description classWritableAssertionInfoWritable information about an assertion.Methods in org.assertj.core.api with parameters of type AssertionInfo Modifier and Type Method Description private AssertionErrorListAssert. actualDoesNotStartWithSequence(AssertionInfo info, Object[] sequence)private static voidAbstractInstantAssert. assertNotNull(AssertionInfo info, Instant actual) -
Uses of AssertionInfo in org.assertj.core.error
Methods in org.assertj.core.error with parameters of type AssertionInfo Modifier and Type Method Description private static StringElementsShouldSatisfy. describe(Map.Entry<Integer,UnsatisfiedRequirement> requirementsAtIndex, AssertionInfo info)StringUnsatisfiedRequirement. describe(int index, AssertionInfo info)StringUnsatisfiedRequirement. describe(AssertionInfo info)private static StringZippedElementsShouldSatisfy. describe(AssertionInfo info, List<ZippedElementsShouldSatisfy.ZipSatisfyError> zipSatisfyErrors)static StringZippedElementsShouldSatisfy.ZipSatisfyError. describe(AssertionInfo info, ZippedElementsShouldSatisfy.ZipSatisfyError satisfyError)private static StringElementsShouldSatisfy. describeErrors(List<UnsatisfiedRequirement> elementsNotSatisfyingRequirements, AssertionInfo info)private static StringElementsShouldSatisfy. describeErrors(Map<Integer,UnsatisfiedRequirement> unsatisfiedRequirements, AssertionInfo info)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)Constructors in org.assertj.core.error with parameters of type AssertionInfo Constructor Description ElementsShouldSatisfy(String message, Object actual, List<UnsatisfiedRequirement> elementsNotSatisfyingRequirements, AssertionInfo info)ElementsShouldSatisfy(String message, Object actual, Map<Integer,UnsatisfiedRequirement> unsatisfiedRequirements, AssertionInfo info)ZippedElementsShouldSatisfy(AssertionInfo info, Iterable<?> actual, Iterable<?> other, List<ZippedElementsShouldSatisfy.ZipSatisfyError> zipSatisfyErrors)
-