- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testAsListSize (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
android/guava-tests/test/com/google/common/primitives/BooleansTest.java
assertThat(Booleans.asList(EMPTY).isEmpty()).isTrue(); assertThat(Booleans.asList(ARRAY_FALSE).isEmpty()).isFalse(); } @SuppressWarnings("CollectionSizeTruth") public void testAsListSize() { assertThat(Booleans.asList(EMPTY).size()).isEqualTo(0); assertThat(Booleans.asList(ARRAY_FALSE).size()).isEqualTo(1); assertThat(Booleans.asList(ARRAY_FALSE_TRUE).size()).isEqualTo(2); }
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Dec 11 22:56:33 GMT 2025 - 25.2K bytes - Click Count (0)