Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/sumdb/
Dtest.go26 type TestServer struct { struct
27 signer string
28 gosum func(path, vers string) ([]byte, error)
30 mu sync.Mutex
31 hashes testHashes
32 records [][]byte
33 lookup map[string]int64
47 func (s *TestServer) Signed(ctx context.Context) ([]byte, error) {
64 func (s *TestServer) ReadRecords(ctx context.Context, id, n int64) ([][]byte, error) {
78 func (s *TestServer) Lookup(ctx context.Context, m module.Version) (int64, error) {
[all …]
/prebuilts/go/linux-x86/src/net/http/httptest/
Dserver_test.go36 func TestServer(t *testing.T) { func
/prebuilts/go/linux-x86/src/net/rpc/jsonrpc/
Dall_test.go111 func TestServer(t *testing.T) { func