- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for testCompareBooleans (0.06 sec)
-
android/guava-tests/test/com/google/common/collect/ComparisonChainTest.java
@Override public int compareTo(DontCompareMe o) { throw new AssertionFailedError(); } } @SuppressWarnings({"deprecation", "InlineMeInliner"}) // test of a deprecated method public void testCompareBooleans() { assertThat( ComparisonChain.start() .compare(true, true) .compare(true, Boolean.TRUE) .compare(Boolean.TRUE, true)
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Feb 12 03:05:13 UTC 2025 - 4K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/ComparisonChainTest.java
@Override public int compareTo(DontCompareMe o) { throw new AssertionFailedError(); } } @SuppressWarnings({"deprecation", "InlineMeInliner"}) // test of a deprecated method public void testCompareBooleans() { assertThat( ComparisonChain.start() .compare(true, true) .compare(true, Boolean.TRUE) .compare(Boolean.TRUE, true)
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Feb 12 03:05:13 UTC 2025 - 7.6K bytes - Viewed (0)