TestBindingXMLFail() — gin Function Reference
Architecture documentation for the TestBindingXMLFail() function in binding_test.go from the gin codebase.
Entity Profile
Dependency Diagram
graph TD f7d8386b_8584_ee85_7449_5c65fdbabdb2["TestBindingXMLFail()"] 6824c58a_dab1_cbc3_1b0e_b918404a6f80["testBodyBindingFail()"] f7d8386b_8584_ee85_7449_5c65fdbabdb2 -->|calls| 6824c58a_dab1_cbc3_1b0e_b918404a6f80 style f7d8386b_8584_ee85_7449_5c65fdbabdb2 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
binding/binding_test.go lines 461–466
func TestBindingXMLFail(t *testing.T) {
testBodyBindingFail(t,
XML, "xml",
"/", "/",
"<map><foo>bar<foo></map>", "<map><bar>foo</bar></map>")
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does TestBindingXMLFail() do?
TestBindingXMLFail() is a function in the gin codebase.
What does TestBindingXMLFail() call?
TestBindingXMLFail() calls 1 function(s): testBodyBindingFail.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free