Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testWithParameters_invalidAttribute (0.09 sec)

  1. guava-tests/test/com/google/common/net/MediaTypeTest.java

        assertEquals(
            MediaType.parse("text/plain; a=1; a=2; b=3"),
            MediaType.parse("text/plain; a=1; a=2; b=3").withParameters(PARAMETERS));
      }
    
      public void testWithParameters_invalidAttribute() {
        MediaType mediaType = MediaType.parse("text/plain");
        ImmutableListMultimap<String, String> parameters =
            ImmutableListMultimap.of("a", "1", "@", "2", "b", "3");
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 20.4K bytes
    - Viewed (0)
Back to top