- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testIdentity (0.04 sec)
-
android/guava-tests/test/com/google/common/base/CaseFormatTest.java
/** * Unit test for {@link CaseFormat}. * * @author Mike Bostock */ @GwtCompatible @NullUnmarked public class CaseFormatTest extends TestCase { public void testIdentity() { for (CaseFormat from : CaseFormat.values()) { assertWithMessage("%s to %s", from, from).that(from.to(from, "foo")).isSameInstanceAs("foo"); for (CaseFormat to : CaseFormat.values()) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 9.5K bytes - Viewed (0)