Skip to content

Releases: neacsum/utpp

V2.1.0

19 Nov 14:09
Compare
Choose a tag to compare

Various additions and fixes:

Additions

  • Added CHECK_NAN macro
  • Renamed ReporterStdout to ReporterStream and now it can be used with any underlining output stream

Fixes

  • Separated types for expected and actual in CHECK_... macros
  • Changed naming of classes that implement tests
  • Other minor fixes

V2.0.0

15 Mar 01:59
Compare
Choose a tag to compare
  • CHECK_THROW_... macros compatible with UnitTest++
  • Fixed bugs on *nix systems.

V1.3.0

29 Dec 14:33
Compare
Choose a tag to compare

Added GoogleTest compatibility macros.
Added CHECK_EX, CHECK_EQUAL_EX and CHECK_CLOSE_EX macros.

Header only library

01 Feb 23:51
Compare
Choose a tag to compare

Converted into a headers only library. Tested with both VS2019 and gcc.