Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

codewars/next-cpp

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
2 Commits
 
 
 
 
 
 

Repository files navigation

next-cpp

Experiments for the next C++ support.

Test Frameworks

  • GoogleTest
    • used at Qualified
    • test name must be identifiers
    • built-in mocking
    • supports custom reporter
  • Catch2
    • simple / light weight
    • test name is a string
    • tests can be split into sections
    • supports custom reporter (not implemented yet)
  • bandit
    • "human-friendly" / BDD style
    • not as popular
    • uses snowhouse assertion library which is used in Igloo
    • no custom reporting
  • Igloo
    • abandoned and we've been maintaining a fork
    • BDD style
  • Criterion
    • C++20 requires Criterion 2.4+ which includes breaking changes affecting us

About

Experiments for the next C++ support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.