Skip to content
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

Open
Morwenn opened this issue Jan 21, 2016 · 7 comments
Open

Discuss testing frameworks #4

Morwenn opened this issue Jan 21, 2016 · 7 comments

Comments

@Morwenn
Copy link
Member

Morwenn commented Jan 21, 2016

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?

@nabijaczleweli
Copy link
Member

bandit's pretty dope

@ghost
Copy link

ghost commented Jan 21, 2016

Yeah, I heard many good things about bandit too, but the syntax is ... special. Maybe it belongs next to catch? who actually uses it?

@nabijaczleweli
Copy link
Member

It's not "special" it's the other common testing "pattern" (mostly used by FP, ICBWT).

@Morwenn
Copy link
Member Author

Morwenn commented Jan 21, 2016

Looks like Jasmine. Also Catch has started to introduce matchers too even though they're still experimental and not really documented.

@ghost
Copy link

ghost commented Jan 21, 2016

I hate it, but if you can find a project that actually uses it, I guess it can be nominated.

@nabijaczleweli nabijaczleweli changed the title Testing frameworks DIscuss testing frameworks Jan 21, 2016
@nabijaczleweli nabijaczleweli changed the title DIscuss testing frameworks Discuss testing frameworks Jan 21, 2016
@Rerito
Copy link

Rerito commented Jan 29, 2016

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.

@vendethiel
Copy link
Member

vendethiel commented Jan 25, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants