- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getConstantFields (0.12 seconds)
-
guava-tests/test/com/google/common/net/MediaTypeTest.java
.isSameInstanceAs(constant); } } @J2ktIncompatible @GwtIncompatible // reflection public void testConstants_charset() throws Exception { for (Field field : getConstantFields()) { Optional<Charset> charset = ((MediaType) field.get(null)).charset(); if (field.getName().endsWith("_UTF_8")) { assertThat(charset).hasValue(UTF_8); } else {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 16:11:48 GMT 2026 - 20.4K bytes - Click Count (0)