1.86 s

All Tests: 8 total, 1 ignored, 7 passed

  • Collapse |
  • Expand
  • 1.86 s
    Test server support
    • 1.03 s
      query string
      • 910 ms
        passedGET Simple
        • Test server listening on http://localhost:45244
          GET http://localhost:45244/?hello=world
          Response: {"body":{},"query":{"hello":"world"},"files":[]}
      • 121 ms
        passedGET Complex
        • Test server listening on http://localhost:54627
          Body: hello=world&nums%5B%5D=1&nums%5B%5D=2.0&nums%5B%5D=2&map.foo.bar=baz
          Response: {"body":{},"query":{"hello":"world","nums":[1,2.0,2],"map":{"foo":{"bar":"baz"}}},"files":[]}
    • 454 ms
      urlencoded
      • 334 ms
        passedPOST Simple
        • Test server listening on http://localhost:38381
          Body: hello=world
          Response: {"body":{"hello":"world"},"query":{},"files":[]}
      • 120 ms
        passedPost Complex
        • Test server listening on http://localhost:52437
    • 195 ms
      JSON
      • 83 ms
        passedPost Simple
        • Test server listening on http://localhost:59756
          Body: {"hello":"world"}
          Response: {"body":{"hello":"world"},"query":{},"files":[]}
      • 112 ms
        passedPost Complex
        • Test server listening on http://localhost:39215
          Body: {"hello":"world","nums":[1,2.0,2],"map":{"foo":{"bar":"baz"}}}
          Response: {"body":{"hello":"world","nums":[1,2.0,2],"map":{"foo":{"bar":"baz"}}},"query":{},"files":[]}
    • 181 ms
      File
      • 181 ms
        passedSingle upload
        • Test server listening on http://localhost:55740
          Form Data:

          ----myBoundary
          Content-Disposition: form-data; name="hello"
          world
          ----myBoundary
          Content-Disposition: file; name="file"; filename="app.dart"
          Content-Type: text/plain
          Hello world
          ----myBoundary--
          Response: {"body":{"hello":"world"},"query":{},"files":[{"mimeType":"text/plain","name":"file","filename":"app.dart","data":[72,101,108,108,111,32,119,111,114,108,100]}]}
      • ignoredMultiple upload

Generated by WebStorm on 4/17/16 3:43 PM