- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testNoDuplicateFields (0.08 sec)
-
android/guava-tests/test/com/google/common/net/HttpHeadersTest.java
assertEquals( upperToHttpHeaderName(field.getName(), specialCases, uppercaseAcronyms), field.get(null)); } } // Tests that there are no duplicate HTTP header names public void testNoDuplicateFields() throws Exception { ImmutableList.Builder<String> httpHeaders = ImmutableList.builder(); for (Field field : httpHeadersFields()) { httpHeaders.add((String) field.get(null)); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 3.9K bytes - Viewed (0)