Home / Function/ TestBindingFormStringMap() — gin Function Reference

TestBindingFormStringMap() — gin Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  e3612572_6c53_5f9e_0f3a_3398f76d22ef["TestBindingFormStringMap()"]
  314c6481_2bd0_e5a7_282c_94e41df6062a["binding_test.go"]
  e3612572_6c53_5f9e_0f3a_3398f76d22ef -->|defined in| 314c6481_2bd0_e5a7_282c_94e41df6062a
  4ac109c1_2e51_117f_abf6_be59540f3c03["testBodyBindingStringMap()"]
  e3612572_6c53_5f9e_0f3a_3398f76d22ef -->|calls| 4ac109c1_2e51_117f_abf6_be59540f3c03
  style e3612572_6c53_5f9e_0f3a_3398f76d22ef fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

binding/binding_test.go lines 371–379

func TestBindingFormStringMap(t *testing.T) {
	testBodyBindingStringMap(t, Form,
		"/", "",
		`foo=bar&hello=world`, "")
	// Should pick the last value
	testBodyBindingStringMap(t, Form,
		"/", "",
		`foo=something&foo=bar&hello=world`, "")
}

Subdomains

Frequently Asked Questions

What does TestBindingFormStringMap() do?
TestBindingFormStringMap() is a function in the gin codebase, defined in binding/binding_test.go.
Where is TestBindingFormStringMap() defined?
TestBindingFormStringMap() is defined in binding/binding_test.go at line 371.
What does TestBindingFormStringMap() call?
TestBindingFormStringMap() calls 1 function(s): testBodyBindingStringMap.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free