Documentation ¶
Index ¶
- func AssertJsonBytes(t *testing.T, inputJSON []byte, o interface{})
- func AssertJsonFile(t *testing.T, file string, o interface{})
- func AssertJsonsEqual(t *testing.T, expectedJson []byte, actualJson []byte)
- func GetMalformedJson() []byte
- func ReadJSONFromFile(t *testing.T, inputFile string) []byte
- func TestMalformedJson(t *testing.T, objectToDeserialize interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertJsonBytes ¶ added in v1.2.0
func AssertJsonFile ¶ added in v1.2.0
func AssertJsonsEqual ¶
AssertJsonsEqual asserts two JSON files are semantically equal (ignores white-space and attribute order)
func GetMalformedJson ¶
func GetMalformedJson() []byte
func ReadJSONFromFile ¶ added in v1.10.0
ReadJSONFromFile reads a given input file to JSON
func TestMalformedJson ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.