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

Function TestBindingFormDefaultValue2

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

Source from the content-addressed store, hash-verified

263}
264
265func TestBindingFormDefaultValue2(t *testing.T) {
266 testFormBindingDefaultValue(t, http.MethodGet,
267 "/?foo=bar", "/?bar2=foo",
268 "", "")
269}
270
271func TestBindingFormForTime(t *testing.T) {
272 testFormBindingForTime(t, http.MethodPost,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected