Versions in this module Expand all Collapse all v0 v0.5.0 Jul 29, 2024 Changes in this version + func Run[F Fixture](t *testing.T, testcases ...Case[F]) + type Case struct + Assert []func(*testing.T, *http.Response) + Name string + Options []FixtureOption[F] + Req *http.Request + Skip bool + WantBody string + WantStatus int + type Fixture interface + Handler func(*testing.T) http.Handler + type FixtureOption func(*testing.T, *F) Other modules containing this package github.com/gonobo/jsonapi/v2