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

TEST_CASE_FIXTURE: A new fixture macro for allowing persistent fixtures throughout a TEST_CASE #2885

Merged
merged 20 commits into from
Aug 5, 2024

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    a07b444 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3386614 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4ddfa1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    031cd55 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Make Fixture example clearer

    KStocky committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    390a39e View commit details
    Browse the repository at this point in the history
  2. Added documentation for TEST_CASE_FIXTURE as well as reorganised some…

    … of the existing documentation around the existing test fixture macros.
    KStocky committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    bbb7313 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c777bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2680cb0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e83ff3f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2 from KStocky/AddCMakeUserPresetsToGitIgnore

    Ignore all files with the name CMakeUserPresets.json
    KStocky authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    9faa54e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3 from KStocky/AddUnapprovedFilesToGitIgnore

    Add unapproved files to gitignore
    KStocky authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    c2984ee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    faccd2d View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    a6e06b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    3c7920a View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Renaming TEST_CASE_FIXTURE to TEST_CASE_PERSISTENT_FIXTURE. Also add …

    …licence to Fixture example
    KStocky committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    bf4575a View commit details
    Browse the repository at this point in the history
  2. Rename the example file

    Fix the license on the file
    Improve the example to make the use cases much clearer. Also fix up the documentation
    KStocky committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    39a4b82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72ce2bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc25e46 View commit details
    Browse the repository at this point in the history
  5. Further clarifying the difference between TEST_CASE_METHOD and TEST_C…

    …ASE_PERSISTENT_FIXTURE. Also adding the example to the list of examples
    KStocky committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    f6fcfbb View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    d079e83 View commit details
    Browse the repository at this point in the history