MCPcopy
hub / github.com/gin-gonic/gin / TestBindingForm2

Function TestBindingForm2

binding/binding_test.go:241–245  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

239}
240
241func TestBindingForm2(t *testing.T) {
242 testFormBinding(t, http.MethodGet,
243 "/?foo=bar&bar=foo", "/?bar2=foo",
244 "", "")
245}
246
247func TestBindingFormEmbeddedStruct(t *testing.T) {
248 testFormBindingEmbeddedStruct(t, http.MethodPost,

Callers

nothing calls this directly

Calls 1

testFormBindingFunction · 0.85

Tested by

no test coverage detected