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 GroupTypeDescriptionGroupTypeDescription. getGroupTypeDescription(Object actual)Creates a newfor a group of elements.GroupTypeDescriptionMethods in org.assertj.core.error with parameters of type GroupTypeDescription Modifier and Type Method Description static ErrorMessageFactoryShouldContainOnly. shouldContainOnly(Object actual, Object expected, Iterable<?> notFound, Iterable<?> notExpected, GroupTypeDescription groupTypeDescription)private static ErrorMessageFactoryShouldContainOnly. shouldContainOnly(Object actual, Object expected, Iterable<?> notFound, Iterable<?> notExpected, ComparisonStrategy comparisonStrategy, GroupTypeDescription groupTypeDescription)Constructors in org.assertj.core.error with parameters of type GroupTypeDescription Constructor Description ShouldContain(Object actual, Object expected, Object notFound, ComparisonStrategy comparisonStrategy, GroupTypeDescription groupTypeDescription)ShouldContainOnly(Object actual, Object expected, Iterable<?> notFound, Iterable<?> notExpected, ComparisonStrategy comparisonStrategy, GroupTypeDescription groupTypeDescription)ShouldContainOnly(Object actual, Object expected, 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 GroupTypeDescriptionObjects. FIELDS_GROUP_DESCRIPTION
-