Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for mock3 (0.09 sec)

  1. src/net/http/transport_test.go

    		t.Run(tt.name, func(t *testing.T) {
    			got := tt.req.ExportIsReplayable()
    			if got != tt.want {
    				t.Errorf("replyable = %v; want %v", got, tt.want)
    			}
    		})
    	}
    }
    
    // testMockTCPConn is a mock TCP connection used to test that
    // ReadFrom is called when sending the request body.
    type testMockTCPConn struct {
    	*net.TCPConn
    
    	ReadFromCalled bool
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // Submitted by Zulfais <******@****.***>
    co.bn
    
    // Postman, Inc : https://postman.com
    // Submitted by Rahul Dhawan <******@****.***>
    postman-echo.com
    pstmn.io
    mock.pstmn.io
    httpbin.org
    
    //prequalifyme.today : https://prequalifyme.today
    //Submitted by DeepakTiwari ******@****.***
    prequalifyme.today
    
    // prgmr.com : https://prgmr.com/
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top