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

Type parametrised test cases v2 #1437

Merged
merged 2 commits into from
Nov 16, 2018
Merged

Type parametrised test cases v2 #1437

merged 2 commits into from
Nov 16, 2018

Commits on Nov 16, 2018

  1. Add support for templated tests

    This adds support for templated tests and test methods via
    `TEMPLATE_TEST_CASE` and `TEMPLATE_TEST_CASE_METHOD` macros. These
    work mostly just like their regular counterparts*, but take an
    unlimited** number of types as their last arguments.
    
    * Unlike the plain `TEST_CASE*` macros, the `TEMPLATE*` variants
    require a tag string.
    
    ** In practice there is limit of about 300 types.
    JoeyGrajciar authored and horenmar committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    2d906a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00d4f5d View commit details
    Browse the repository at this point in the history