Searched refs:withoutEqualsTest (Results 1 – 3 of 3) sorted by relevance
91 ComparatorTester.withoutEqualsTest( in testComparatorInternal()147 ComparatorTester.withoutEqualsTest( in testHardwareInputComparatorHdmi()206 ComparatorTester.withoutEqualsTest( in testHardwareInputComparatorCec()
266 ComparatorTester<Channel> comparatorTester = ComparatorTester.withoutEqualsTest(comparator); in testComparator()319 ComparatorTester<Channel> comparatorTester = ComparatorTester.withoutEqualsTest(comparator); in testComparatorLabel()
51 public static <T> ComparatorTester<T> withoutEqualsTest(Comparator<T> comparator) { in withoutEqualsTest() method in ComparatorTester