Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testInvalidParse (0.06 seconds)

  1. okhttp/src/jvmTest/kotlin/okhttp3/MediaTypeTest.kt

        assertMediaType("text/plain; a=1; ")
        assertMediaType("text/plain; a=1;; b=2")
        assertMediaType("text/plain;;")
        assertMediaType("text/plain; ;")
      }
    
      @Test fun testInvalidParse() {
        assertInvalid("", "No subtype found for: \"\"")
        assertInvalid("/", "No subtype found for: \"/\"")
        assertInvalid("text", "No subtype found for: \"text\"")
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Fri Dec 27 13:39:56 GMT 2024
    - 7.5K bytes
    - Click Count (0)
Back to Top