Uses of Class
org.assertj.core.error.GroupTypeDescription
-
Packages that use GroupTypeDescription Package Description org.assertj.core.error -
-
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(Class<?> clazz)Creates a newfor a group of elements.GroupTypeDescriptionstatic 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, org.assertj.core.internal.ComparisonStrategy comparisonStrategy, GroupTypeDescription groupTypeDescription)Constructors in org.assertj.core.error with parameters of type GroupTypeDescription Constructor Description ShouldContain(Object actual, Object expected, Object notFound, org.assertj.core.internal.ComparisonStrategy comparisonStrategy, GroupTypeDescription groupTypeDescription)ShouldContainOnly(Object actual, Object expected, Iterable<?> notFound, Iterable<?> notExpected, org.assertj.core.internal.ComparisonStrategy comparisonStrategy, GroupTypeDescription groupTypeDescription)ShouldContainOnly(Object actual, Object expected, Iterable<?> notFoundOrNotExpected, ShouldContainOnly.ErrorType errorType, org.assertj.core.internal.ComparisonStrategy comparisonStrategy, GroupTypeDescription groupTypeDescription)
-