- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testConverter_nullConversions (0.1 sec)
-
android/guava-tests/test/com/google/common/base/CaseFormatTest.java
.isEqualTo("FooBar"); assertThat(LOWER_CAMEL.converterTo(UPPER_UNDERSCORE).reverse().convert("FOO_BAR")) .isEqualTo("fooBar"); } public void testConverter_nullConversions() { for (CaseFormat outer : CaseFormat.values()) { for (CaseFormat inner : CaseFormat.values()) { assertThat(outer.converterTo(inner).convert(null)).isNull();
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 9.5K bytes - Viewed (0)