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

Catch Framework #1359

Closed
VidhiRajgor opened this issue Aug 11, 2018 · 2 comments
Closed

Catch Framework #1359

VidhiRajgor opened this issue Aug 11, 2018 · 2 comments
Labels

Comments

@VidhiRajgor
Copy link

VidhiRajgor commented Aug 11, 2018

Description

How to use GENERATORS in Catch Framework?
I am using Catch2 for my project. Can we use GENERATERS for testing multiple inputs ?
Other than GENERATORS is there any other option to run test with multiple inputs ?

  • Catch version: Catch2
  • Operating System: Linux
@JoeyGrajciar
Copy link
Contributor

Generators recently entered final state. Documentation about there usage and with links to examples is here.

Can we use GENERATERS for testing multiple inputs ?

Yes Generators were designed for that purpose.

Other than GENERATORS is there any other option to run test with multiple inputs ?

No. Generators are only way how to generate multiple inputs for value parametrized tests.

@JoeyGrajciar JoeyGrajciar added Query Resolved - pending review Issue waiting for feedback from the original author labels Feb 4, 2019
@JoeyGrajciar
Copy link
Contributor

@VidhiRajgor In case you do not have more questions I will close this issue in few days.

@horenmar horenmar removed the Resolved - pending review Issue waiting for feedback from the original author label Apr 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants