# Functions
NewJSONRequest creates a http.Request with json Content-Type.
NewResponseWriter creates a new ResponseWriter.
NewTestService creates a service.Service for testing.
NewTestServiceWithConfig creates a service.Service for testing with user specified modifier and filters.
# Interfaces
ResponseWriter mocks http.ResponseWriter and records response for testing.