Versions in this module Expand all Collapse all v0 v0.2.0 Jun 12, 2026 Changes in this version + func NewInvocation(t *testing.T, io *iostreams.Testing, server *httptest.Server) *cmd.Invocation + func NewServer(t *testing.T, routes RouteMap) *httptest.Server + func WriteJSONAPI(w http.ResponseWriter, payload any) + type RouteMap map[string]http.HandlerFunc + func (rm RouteMap) ServeHTTP(w http.ResponseWriter, r *http.Request)