Skip to content

V2.1.0

Latest
Compare
Choose a tag to compare
@neacsum neacsum released this 19 Nov 14:09
· 3 commits to master since this release

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