Skip to content

Cannot test multiple parametrized test fixtures at once - one first is executed #9

Description

@csware

Try to test multiple parametrized test fixtures at once as depicted here:
1

Only the first test is actually executed:

------ Lauftest gestartet ------
Found 211 tests, resolving symbols
Loading symbols from D:\TortoiseGit\bin\Release64\bin\Tests.exe
From D:\TortoiseGit\bin\Release64\bin\Tests.exe, found 67 symbols in 58 ms
In D:\TortoiseGit\bin\Release64\bin, running: D:\TortoiseGit\bin\Release64\bin\Tests.exe  --gtest_output="xml:C:\Users\Mr_Tux\AppData\Local\Temp\tmpF2E4.tmp" --gtest_filter=CGit/CBasicGitWithTestRepoFixture.BranchTagExists_IsBranchTagNameUnique/2  # GetParam() = 1:CGit/CBasicGitWithTestRepoFixture.BranchTagExists_IsBranchTagNameUnique/1  # GetParam() = 2:CGit/CBasicGitWithTestRepoFixture.BranchTagExists_IsBranchTagNameUnique/0  # GetParam() = 3
Opened results from C:\Users\Mr_Tux\AppData\Local\Temp\tmpF2E4.tmp
Coudln't find result for CGit/CBasicGitWithTestRepoFixture.BranchTagExists_IsBranchTagNameUnique/1  # GetParam() = 2
Coudln't find result for CGit/CBasicGitWithTestRepoFixture.BranchTagExists_IsBranchTagNameUnique/0  # GetParam() = 3
========== Lauftest abgeschlossen: 3 hat (0:00:02,1071205) ausgeführt ==========

Source code for tests available here: https://github.com/TortoiseGit/TortoiseGit/blob/master/test/UnitTests/GitTest.cpp

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions