Uses of Class
dev.aherscu.qa.testing.utils.assertions.impl.matcher.CollectionMatcher
-
Packages that use CollectionMatcher Package Description dev.aherscu.qa.testing.utils.assertions dev.aherscu.qa.testing.utils.assertions.impl.matcher -
-
Uses of CollectionMatcher in dev.aherscu.qa.testing.utils.assertions
Methods in dev.aherscu.qa.testing.utils.assertions that return CollectionMatcher Modifier and Type Method Description static CollectionMatcher
JsonAssert. collectionWithSize(org.hamcrest.Matcher<? super Integer> sizeMatcher)
-
Uses of CollectionMatcher in dev.aherscu.qa.testing.utils.assertions.impl.matcher
Subclasses of CollectionMatcher in dev.aherscu.qa.testing.utils.assertions.impl.matcher Modifier and Type Class Description class
IsCollectionWithSize<E>
Matches if collection size satisfies a nested matcher.class
IsEmptyCollection<E>
Tests if collection is empty.
-