Skip to content

1.2 - overloaded 2-argument versions of test() and testing(); new gtest.h macros

Choose a tag to compare

@bxparks bxparks released this 01 Dec 23:03
· 191 commits to master since this release
ca0c6d9
  • 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.