Home / Function/ TestBindingJSONStringMap() — gin Function Reference

TestBindingJSONStringMap() — gin Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

binding/binding_test.go lines 229–233

func TestBindingJSONStringMap(t *testing.T) {
	testBodyBindingStringMap(t, JSON,
		"/", "/",
		`{"foo": "bar", "hello": "world"}`, `{"num": 2}`)
}

Subdomains

Frequently Asked Questions

What does TestBindingJSONStringMap() do?
TestBindingJSONStringMap() is a function in the gin codebase, defined in binding/binding_test.go.
Where is TestBindingJSONStringMap() defined?
TestBindingJSONStringMap() is defined in binding/binding_test.go at line 229.
What does TestBindingJSONStringMap() call?
TestBindingJSONStringMap() 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