Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeSerializeTest ¶
func (*DeSerializeTest) Run ¶
func (test *DeSerializeTest) Run(t *testing.T)
type JSONEncodeTest ¶
type JSONEncodeTest struct { Name string Source any // the Target should be an indented JSON string (tabs instead of spaces) Target string }
JSONEncodeTest is used to check if the JSON encoding is equal to a manually provided JSON string.
func (*JSONEncodeTest) Run ¶
func (test *JSONEncodeTest) Run(t *testing.T)
Click to show internal directories.
Click to hide internal directories.