Versions in this module Expand all Collapse all v1 v1.0.0 Mar 7, 2026 Changes in this version + func AssertJSONKey(t *testing.T, body []byte, key, want string) + func AssertStatus(t *testing.T, got, want int) + func DoRequest(handler http.Handler, method, path string) *httptest.ResponseRecorder + func NewTestDB(t *testing.T, models ...interface{}) *gorm.DB + func NewTestRouter(t *testing.T) *router.Router Other modules containing this package github.com/RAiWorks/RapidGo/v2