Documentation ¶ Index ¶ Constants func EqualJSON(t *testing.T, value shared.Json, reference string) func EqualJSONf(t *testing.T, value shared.Json, reference string, others ...any) func PrintJSON(value shared.Json) func ValidateOpenAPI(t *testing.T, value shared.Json) type Boolean Constants ¶ View Source const ( BooleanTrue = Boolean(true) BooleanFalse = Boolean(false) ) Variables ¶ This section is empty. Functions ¶ func EqualJSON ¶ func EqualJSON(t *testing.T, value shared.Json, reference string) func EqualJSONf ¶ func EqualJSONf(t *testing.T, value shared.Json, reference string, others ...any) func PrintJSON ¶ func PrintJSON(value shared.Json) func ValidateOpenAPI ¶ func ValidateOpenAPI(t *testing.T, value shared.Json) Types ¶ type Boolean ¶ type Boolean bool Source Files ¶ View all Source files testutils.go Click to show internal directories. Click to hide internal directories.