TestMarshalXMLforH() — gin Function Reference
Architecture documentation for the TestMarshalXMLforH() function in utils_test.go from the gin codebase.
Entity Profile
Relationship Graph
Source Code
utils_test.go lines 137–146
func TestMarshalXMLforH(t *testing.T) {
h := H{
"": "test",
}
var b bytes.Buffer
enc := xml.NewEncoder(&b)
var x xml.StartElement
e := h.MarshalXML(enc, x)
assert.Error(t, e)
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free