- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testConverter (0.05 seconds)
-
android/guava-tests/test/com/google/common/base/ConverterTest.java
private static final ImmutableList<String> STRINGS = ImmutableList.of("123", "456"); private static final ImmutableList<Long> LONGS = ImmutableList.of(123L, 456L); public void testConverter() { assertEquals(LONG_VAL, STR_TO_LONG.convert(STR_VAL)); assertThat(STR_TO_LONG.reverse().convert(LONG_VAL)).isEqualTo(STR_VAL); Iterable<Long> convertedValues = STR_TO_LONG.convertAll(STRINGS);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Mar 18 18:06:14 GMT 2026 - 8.3K bytes - Click Count (0)