MCPcopy Create free account
hub / github.com/GoogleChrome/webstatus.dev / getTestBaseURL

Function getTestBaseURL

backend/pkg/httpserver/server_test.go:1737–1744  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

1735 m.callCount++
1736 panic("unimplemented")
1737}
1738
1739// DeleteSubscription implements backend.StrictServerInterface.
1740// nolint: ireturn // WONTFIX - generated method signature
1741func (m *mockServerInterface) DeleteSubscription(ctx context.Context,
1742 _ backend.DeleteSubscriptionRequestObject) (
1743 backend.DeleteSubscriptionResponseObject, error) {
1744 assertUserInCtx(ctx, m.t, m.expectedUserInCtx)
1745 m.callCount++
1746 panic("unimplemented")
1747}

Callers 1

setupTestServerFunction · 0.85

Calls 1

ParseMethod · 0.65

Tested by

no test coverage detected