Skip to content

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

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

Merged
merged 20 commits into from
Aug 5, 2024
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
a07b444
Initial implementation of Test cases with persistent fixtures. With a…
KStocky Jul 6, 2024
3386614
Ignore all files with the name CMakeUserPresets.json
KStocky Jul 6, 2024
a4ddfa1
Adding acceptance tests for TEST_CASE_FIXTURE
KStocky Jul 6, 2024
031cd55
Adding unapproved.txt files to gitignore
KStocky Jul 6, 2024
390a39e
Make Fixture example clearer
KStocky Jul 7, 2024
bbb7313
Added documentation for TEST_CASE_FIXTURE as well as reorganised some…
KStocky Jul 7, 2024
8c777bc
Ran updateDocumentToC.py to generate new tables of contents
KStocky Jul 7, 2024
2680cb0
Add version placeholder for TEST_CASE_FIXTURE macro
KStocky Jul 7, 2024
e83ff3f
Remove unapproved.txt that was accidently committed
KStocky Jul 7, 2024
9faa54e
Merge pull request #2 from KStocky/AddCMakeUserPresetsToGitIgnore
KStocky Jul 7, 2024
c2984ee
Merge pull request #3 from KStocky/AddUnapprovedFilesToGitIgnore
KStocky Jul 7, 2024
faccd2d
Merge branch 'devel' into TestCaseWithSetup
KStocky Jul 7, 2024
a6e06b0
constify the member function on fixtures
horenmar Jul 31, 2024
3c7920a
Merge branch 'catchorg:devel' into TestCaseWithSetup
KStocky Aug 1, 2024
bf4575a
Renaming TEST_CASE_FIXTURE to TEST_CASE_PERSISTENT_FIXTURE. Also add …
KStocky Aug 3, 2024
39a4b82
Rename the example file
KStocky Aug 3, 2024
72ce2bd
Ensured that TEST_CASE_PERSISTENT_FIXTURE works with CATCH_CONFIG_DIS…
KStocky Aug 3, 2024
cc25e46
Rename testCaseStarting to prepareTestCase and renamed testCaseEnding…
KStocky Aug 3, 2024
f6fcfbb
Further clarifying the difference between TEST_CASE_METHOD and TEST_C…
KStocky Aug 3, 2024
d079e83
Update examples/111-Fix-PersistentFixture.cpp
horenmar Aug 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adding unapproved.txt files to gitignore
  • Loading branch information
KStocky committed Jul 6, 2024
commit 031cd554ab110d4a87ab37cfc5540dd39a0811e5
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -37,3 +37,4 @@ msvc-sln*
docs/doxygen
*.cache
compile_commands.json
**/*.unapproved.txt