Uses of Class
org.assertj.core.error.GroupTypeDescription
-
Packages that use GroupTypeDescription Package Description org.assertj.core.error org.assertj.core.internal -
-
Uses of GroupTypeDescription in org.assertj.core.error
Methods in org.assertj.core.error that return GroupTypeDescription Modifier and Type Method Description static GroupTypeDescription
GroupTypeDescription. getGroupTypeDescription(java.lang.Object actual)
Creates a new
for a group of elements.GroupTypeDescription
Methods in org.assertj.core.error with parameters of type GroupTypeDescription Modifier and Type Method Description static ErrorMessageFactory
ShouldContainOnly. shouldContainOnly(java.lang.Object actual, java.lang.Object expected, java.lang.Iterable<?> notFound, java.lang.Iterable<?> notExpected, GroupTypeDescription groupTypeDescription)
private static ErrorMessageFactory
ShouldContainOnly. shouldContainOnly(java.lang.Object actual, java.lang.Object expected, java.lang.Iterable<?> notFound, java.lang.Iterable<?> notExpected, ComparisonStrategy comparisonStrategy, GroupTypeDescription groupTypeDescription)
Constructors in org.assertj.core.error with parameters of type GroupTypeDescription Constructor Description ShouldContain(java.lang.Object actual, java.lang.Object expected, java.lang.Object notFound, ComparisonStrategy comparisonStrategy, GroupTypeDescription groupTypeDescription)
ShouldContainOnly(java.lang.Object actual, java.lang.Object expected, java.lang.Iterable<?> notFound, java.lang.Iterable<?> notExpected, ComparisonStrategy comparisonStrategy, GroupTypeDescription groupTypeDescription)
ShouldContainOnly(java.lang.Object actual, java.lang.Object expected, java.lang.Iterable<?> notFoundOrNotExpected, ShouldContainOnly.ErrorType errorType, ComparisonStrategy comparisonStrategy, GroupTypeDescription groupTypeDescription)
-
Uses of GroupTypeDescription in org.assertj.core.internal
Fields in org.assertj.core.internal declared as GroupTypeDescription Modifier and Type Field Description private static GroupTypeDescription
Objects. FIELDS_GROUP_DESCRIPTION
-