1.2 - overloaded 2-argument versions of test() and testing(); new gtest.h macros
- 1.2 (2018-12-01)
- Add overloaded 2-argument versions of test() and testing() macros to match
the TEST() macro in Google Test which takes 2 arguments. - Merge 4 new Google Test adapter macros into gtest.h.
- Add documentation of gtest.h to README.md.
- Add overloaded 2-argument versions of test() and testing() macros to match