Documentation ¶ Index ¶ type TestCase type WantSet Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type TestCase ¶ type TestCase struct { Name string Value interface{} // Expected strings for reference and de-reference. // - map[render engine][de-reference flag][]string Want map[string]WantSet } type WantSet ¶ added in v0.0.10 type WantSet map[bool][]string Source Files ¶ View all Source files testcase.go Click to show internal directories. Click to hide internal directories.