Documentation
¶
Index ¶
- func AssertEqualSequencedMap(t *testing.T, expected, actual SequencedMap)
- func CreateBoolYamlNode(value bool, line, column int) *yaml.Node
- func CreateIntYamlNode(value int, line, column int) *yaml.Node
- func CreateMapYamlNode(contents []*yaml.Node, line, column int) *yaml.Node
- func CreateStringYamlNode(value string, line, column int) *yaml.Node
- type SequencedMap
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertEqualSequencedMap ¶ added in v0.2.1
func AssertEqualSequencedMap(t *testing.T, expected, actual SequencedMap)
func CreateBoolYamlNode ¶
func CreateIntYamlNode ¶
func CreateMapYamlNode ¶
func CreateMapYamlNode(contents []*yaml.Node, line, column int) *yaml.Node
func CreateStringYamlNode ¶
TODO use these more in tests
Types ¶
Click to show internal directories.
Click to hide internal directories.