jsonapitest

package
v2.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AssertJSONAPIEq

func AssertJSONAPIEq(t *testing.T, want string, got string, msgAndArgs ...any) bool

func MarshalRaw

func MarshalRaw(t *testing.T, value any) *json.RawMessage

Types

type Body

type Body jsonapi.Document

Body is a wrapper around jsonapi.Document that implements the io.Reader interface. Use as a payload in httptest.NewRequest() calls.

func (Body) Read

func (p Body) Read(b []byte) (int, error)

Read implements the io.Reader interface.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL