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(Object actual)Creates a newfor a group of elements.GroupTypeDescriptionConstructors 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)
-