Home
last modified time | relevance | path

Searched defs:newServerFunc (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/httptest/
Dserver_test.go16 type newServerFunc func(http.Handler) *Server type
56 func testServer(t *testing.T, newServer newServerFunc) {
76 func testGetAfterClose(t *testing.T, newServer newServerFunc) {
103 func testServerCloseBlocking(t *testing.T, newServer newServerFunc) {
132 func testServerCloseClientConnections(t *testing.T, newServer newServerFunc) {
147 func testServerClient(t *testing.T, newTLSServer newServerFunc) {
169 func testServerClientTransportType(t *testing.T, newServer newServerFunc) {
181 func testTLSServerClientTransportType(t *testing.T, newTLSServer newServerFunc) {