testify/suite
Harald Nordgren 4c93d8f201
EqualExportedValues: Handle nested pointer, slice and map fields (#1379)
* EqualExportedValues: Handle pointer and slice fields

* Update assert/assertions.go

Co-authored-by: Michael Pu <michael.pu123@gmail.com>

* Reduce redundant calls to 'copyExportedFields'

* Update comments

* Add support for maps

* Update Go version support to 1.19 and onward

* Re-generate after rebasing

---------

Co-authored-by: Michael Pu <michael.pu123@gmail.com>
2023-05-11 07:42:04 +10:00
..
doc.go EqualExportedValues: Handle nested pointer, slice and map fields (#1379) 2023-05-11 07:42:04 +10:00
interfaces.go Add sub-tests to Suite (#1246) 2022-11-02 21:46:59 +10:00
stats.go Add function to return if all tests in a suite passed 2020-03-11 19:42:32 +11:00
stats_test.go Add function to return if all tests in a suite passed 2020-03-11 19:42:32 +11:00
suite.go Add sub-tests to Suite (#1246) 2022-11-02 21:46:59 +10:00
suite_test.go Add sub-tests to Suite (#1246) 2022-11-02 21:46:59 +10:00