Uses of Class
com.google.common.testing.CollectorTester
Packages that use CollectorTester
-
Uses of CollectorTester in com.google.common.testing
Methods in com.google.common.testing that return CollectorTesterModifier and TypeMethodDescriptionfinal CollectorTester<T,A, R> CollectorTester.expectCollects(R expectedResult, T... inputs) Verifies that the specified expected result is always produced by collecting the specified inputs, regardless of how the elements are divided.static <T,A, R> CollectorTester<T, A, R> Creates aCollectorTesterfor the specifiedCollector.static <T,A, R> CollectorTester<T, A, R> CollectorTester.of(Collector<T, A, R> collector, BiPredicate<? super R, ? super R> equivalence) Creates aCollectorTesterfor the specifiedCollector.