gin/binding
Dmitry Kutakov f7becac7bc Relocate binding body tests (#2086)
* Relocate binding body tests

Every test file should be related to a tested file.
Remove useless tests.

* Add github.com/stretchr/testify/require package
2019-10-10 16:58:31 +08:00
..
binding_test.go feat(binding): add DisallowUnknownFields() in gin.Context.BindJSON() (#2028) 2019-09-06 13:56:59 +08:00
binding.go support bind http header param #1956 (#1957) 2019-06-27 12:47:45 +08:00
default_validator.go upgrade validator version to v9 (#1015) 2019-09-05 21:39:56 +08:00
form_mapping_benchmark_test.go refactor(form_mapping.go): mapping ptr, struct and map (#1749) 2019-03-03 14:39:43 +08:00
form_mapping_test.go binding: move tests of mapping to separate test file (#1842) 2019-05-07 19:06:55 +08:00
form_mapping.go binding: support unix time (#1980) 2019-07-10 13:02:40 +08:00
form.go binding: add support of multipart multi files (#1878) (#1949) 2019-06-18 19:49:10 +08:00
header.go support bind http header param #1956 (#1957) 2019-06-27 12:47:45 +08:00
json_test.go Relocate binding body tests (#2086) 2019-10-10 16:58:31 +08:00
json.go feat(binding): add DisallowUnknownFields() in gin.Context.BindJSON() (#2028) 2019-09-06 13:56:59 +08:00
msgpack_test.go Relocate binding body tests (#2086) 2019-10-10 16:58:31 +08:00
msgpack.go Fix #216: Enable to call binding multiple times in some formats (#1341) 2018-05-11 10:33:33 +08:00
multipart_form_mapping_test.go binding: add support of multipart multi files (#1878) (#1949) 2019-06-18 19:49:10 +08:00
multipart_form_mapping.go binding: add support of multipart multi files (#1878) (#1949) 2019-06-18 19:49:10 +08:00
protobuf.go Fix typos (#1626) 2018-11-05 14:17:04 +08:00
query.go style(import): not use aliase when import package (#1146) 2017-10-29 13:12:22 +01:00
uri.go support bind uri param (#1612) 2018-11-22 09:29:48 +08:00
validate_test.go upgrade validator version to v9 (#1015) 2019-09-05 21:39:56 +08:00
xml_test.go Relocate binding body tests (#2086) 2019-10-10 16:58:31 +08:00
xml.go Fix #216: Enable to call binding multiple times in some formats (#1341) 2018-05-11 10:33:33 +08:00
yaml_test.go Relocate binding body tests (#2086) 2019-10-10 16:58:31 +08:00
yaml.go Yaml binding (#1618) 2018-11-06 09:49:45 +08:00