Discover Packages
github.com/aws/aws-sdk-go
internal
smithytesting
package
Version:
v1.44.151
Opens a new window with list of versions in this module.
Published: Dec 1, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation Source Files Directories Index Constants Variables Functions Types XMLEqual(expectBytes, actualBytes)
Documentation
¶
func XMLEqual(expectBytes, actualBytes []byte ) error
XMLEqual asserts two XML documents by sorting the XML and comparing the
strings It returns an error in case of mismatch or in case of malformed XML
found while sorting. In case of mismatched XML, the error string will
contain the diff between the two XML documents.
Source Files
¶
Directories
¶
Show internal
Collapse all
Package xml is XML testing package that supports XML comparison utility.
Package xml is XML testing package that supports XML comparison utility.
Click to show internal directories.
Click to hide internal directories.