Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_TmpFileHasBeenDeletedAfterResponseWasClosed (0.24 sec)

  1. src/test/java/org/codelibs/curl/io/IOIntegrationTest.java

            public InputStream getInputStream() throws IOException {
                return new ByteArrayInputStream(new byte[100]); // dummy payload
            }
        }
    
        @Test
        public void test_TmpFileHasBeenDeletedAfterResponseWasClosed() throws Exception {
            // ## Arrange ##
            CurlRequest req = new MockCurlRequest(Curl.Method.POST, "http://dummy");
            req.threshold(0); // always create tmp file
    
            // ## Act ##
    Registered: Thu Sep 04 15:34:10 UTC 2025
    - Last Modified: Sat May 10 01:44:04 UTC 2025
    - 3.4K bytes
    - Viewed (0)
Back to top