Various additions and fixes:
Additions
- Added
CHECK_NAN
macro - Renamed
ReporterStdout
toReporterStream
and now it can be used with any underlining output stream
Fixes
- Separated types for
expected
andactual
inCHECK_...
macros - Changed naming of classes that implement tests
- Other minor fixes