Package net.morimekta.testing.matchers
-
Class Summary Class Description AllItemsMatch<T> All items in a collection matches the given matcher.DistinctFrom<T> Matcher to check that two sets does not have any common elements.EqualIgnoreIndent Equality matcher that ignores line indent.EqualToLines Equality matcher that that ignores changes in line separators, and shows a line by line diff on mismatch.InRange<T extends java.lang.Number> Numeric Value range matcher.MatchesRegex Checks that the matching string matches the regex.