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