Home / Function/ TestBindingXML() — gin Function Reference

TestBindingXML() — gin Function Reference

Architecture documentation for the TestBindingXML() function in binding_test.go from the gin codebase.

Entity Profile

Dependency Diagram

graph TD
  c657c946_5b45_5ef8_170b_424883f31b71["TestBindingXML()"]
  d12d65c3_6731_35cd_4722_5cc44c314d21["testBodyBinding()"]
  c657c946_5b45_5ef8_170b_424883f31b71 -->|calls| d12d65c3_6731_35cd_4722_5cc44c314d21
  style c657c946_5b45_5ef8_170b_424883f31b71 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

Frequently Asked Questions

What does TestBindingXML() do?
TestBindingXML() is a function in the gin codebase.
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