-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discuss testing frameworks #4
Comments
|
Yeah, I heard many good things about bandit too, but the syntax is ... special. Maybe it belongs next to catch? who actually uses it? |
It's not "special" it's the other common testing "pattern" (mostly used by FP, ICBWT). |
Looks like Jasmine. Also Catch has started to introduce matchers too even though they're still experimental and not really documented. |
I hate it, but if you can find a project that actually uses it, I guess it can be nominated. |
I've used Google Test a few times. It's quite simple to set up and get going. I just stayed in the basic use cases though so I can't tell the true power of the tool. |
GTest, lol: google/googletest#863 +other stuff |
Testing frameworks are a whole thing by themselves. I only ever used Catch but have often heard about Boost.Test, CppUnit and Google Test. Anything you'd like to nominate?
The text was updated successfully, but these errors were encountered: