- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testIdentity (0.08 sec)
-
guava-tests/test/com/google/common/base/CaseFormatTest.java
import junit.framework.TestCase; /** * Unit test for {@link CaseFormat}. * * @author Mike Bostock */ @GwtCompatible(emulated = true) public class CaseFormatTest extends TestCase { public void testIdentity() { for (CaseFormat from : CaseFormat.values()) { assertSame(from + " to " + from, "foo", from.to(from, "foo")); for (CaseFormat to : CaseFormat.values()) {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu May 04 09:41:29 UTC 2023 - 8.7K bytes - Viewed (0)