package
0.9.0
Repository: https://github.com/muonsoft/api-testing.git
Documentation: pkg.go.dev

# Functions

FileHas loads XML from file and runs user callback for testing its nodes.
Has loads XML from byte slice and runs user callback for testing its nodes.

# Structs

AssertNode - structure for asserting XML node.
AssertXML - main structure that holds parsed XML.

# Interfaces

TestingT is an interface wrapper around *testing.T.

# Type aliases

XMLAssertFunc - callback function used for asserting XML nodes.