You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing a large amount of data, you want to fail on first failure and not continue printing to log one gazillion messages. Needs some ASSERT failed mechanism.
The text was updated successfully, but these errors were encountered:
This is a major breaking change commit
Fix#3 - Add support for TPL_CASES with meta-generator
Fix#32 - Provide a way to log arbitrary data on failure.
Fix#33 - ASSERT instead of EXPECT
Fix#34 more digits on output of double results
Fix#37 const char* is not a string
When testing a large amount of data, you want to fail on first failure and not continue printing to log one gazillion messages. Needs some ASSERT failed mechanism.
The text was updated successfully, but these errors were encountered: