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 GroupTypeDescription
GroupTypeDescription. getGroupTypeDescription(java.lang.Object actual)
Creates a new
for a group of elements.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)
-