- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testParse_useConstants (0.08 seconds)
-
guava-tests/test/com/google/common/net/MediaTypeTest.java
* * @author Gregory Kick */ @GwtCompatible @NullUnmarked public class MediaTypeTest extends TestCase { @J2ktIncompatible @GwtIncompatible // reflection public void testParse_useConstants() throws Exception { for (MediaType constant : getConstants()) { assertThat(MediaType.parse(constant.toString())).isSameInstanceAs(constant); } } @J2ktIncompatibleCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 16:11:48 GMT 2026 - 20.4K bytes - Click Count (0)