Releases: JCash/jctest
Releases · JCash/jctest
Added logging customization flags
Added JCT_IS_DEBUGGER_ATTACHED for easier platform overrides
Merge pull request #39 from JCash/dev Added JCT_IS_DEBUGGER_ATTACHED for easier platform override
Added debug breakpoints if the debugger is attached
- Introduced JC_TEXT_LOGGER_CLASS for easier log printing
- Added --test-break-on-fail for breaking into the debugger.
Can be configured with JC_TEST_DBG_BREAK define. - Added automatic check for an attached debugger
Compiler warning fix
v0.9.1 Compile warning fix
Minimum C++11 support
- Updated to C++11 due to inclusion of <type_traits>
- Fixed issue with printout of pointer values
- Removed unfinished docktest support (TEST_CASE)
fflush the output
Merge pull request #26 from JCash/message-flush Added fflush to prevent output to come out of order
Release 0.7
- Test filtering now works on parameterized tests
- Fixed null pointer warning on c++0x and above
Release 0.6
- Fixed bootstrap issue w/static initializers
- Added support for JC_TEST_USE_COLORS to force color on/off
- Added support for JC_TEST_IMPLEMENTATION_WITH_MAIN
Release v0.5
Added support for logging enum values
Added ASSERT_ARRAY_EQ/EXPECT_ARRAY_EQ and ASSERT_ARRAY_EQ_LEN/EXPECT_ARRAY_EQ_LEN
Release v0.4
- Fix for outputting 64 bit integer values upon error
- Skipping tests now doesn't output extraneous info
- Documentation fixes