Skip to content

Commit

Permalink
initial version of moving to streams for the reporting - almost 200 l…
Browse files Browse the repository at this point in the history
…ines shorter!
  • Loading branch information
onqtam committed May 10, 2018
1 parent 73a913b commit eda80a1
Show file tree
Hide file tree
Showing 5 changed files with 637 additions and 977 deletions.
2 changes: 1 addition & 1 deletion doc/markdown/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Planned features for future releases - order changes constantly...
- consider the following 2 properties for the MSVC static code analyzer: EnableCppCoreCheck, EnableExperimentalCppCoreCheck
- rpm package? like this: https://github.com/vietjtnguyen/argagg/blob/master/packaging/rpm/argagg.spec
- get the current test case/section path - https://github.com/philsquared/Catch/issues/522
- when no assertion is encountered in a test case it should fail
- when no assertion is encountered in a test case it should fail - and should also add a SUCCEED() call
- failure reporting should print out previous SECTIONs for data-driven testing - as requested [here](https://github.com/philsquared/Catch/issues/734)
- ```Bitwise()``` class that has overloaded operators for comparison - to be used to check objects bitwise against each other
- detect floating point exceptions
Expand Down
Loading

0 comments on commit eda80a1

Please sign in to comment.