public class ElementsShouldSatisfy extends BasicErrorMessageFactory
arguments, format| Modifier and Type | Method and Description |
|---|---|
static ErrorMessageFactory |
elementsShouldSatisfy(Object actual,
List<UnsatisfiedRequirement> elementsNotSatisfyingRestrictions,
AssertionInfo info) |
static ErrorMessageFactory |
elementsShouldSatisfyAny(Object actual,
List<UnsatisfiedRequirement> elementsNotSatisfyingRequirements,
AssertionInfo info) |
static ErrorMessageFactory |
elementsShouldSatisfyExactly(Object actual,
Map<Integer,UnsatisfiedRequirement> unsatisfiedRequirements,
AssertionInfo info) |
static UnsatisfiedRequirement |
unsatisfiedRequirement(Object elementNotSatisfyingRequirements,
String errorMessage) |
create, create, create, equals, hashCode, toString, unquotedStringpublic static ErrorMessageFactory elementsShouldSatisfyAny(Object actual, List<UnsatisfiedRequirement> elementsNotSatisfyingRequirements, AssertionInfo info)
public static ErrorMessageFactory elementsShouldSatisfy(Object actual, List<UnsatisfiedRequirement> elementsNotSatisfyingRestrictions, AssertionInfo info)
public static ErrorMessageFactory elementsShouldSatisfyExactly(Object actual, Map<Integer,UnsatisfiedRequirement> unsatisfiedRequirements, AssertionInfo info)
public static UnsatisfiedRequirement unsatisfiedRequirement(Object elementNotSatisfyingRequirements, String errorMessage)
Copyright © 2025. All rights reserved.