You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use FakeIt to creat a new unit test with a mock. Language standard is set to stdcpp17.
The file with the test using FakeIt has 104 lines (including commented lines). When I analysed CodeCoverage xml output file I fould several blocks referencing to the file. The first block seems to be ok, all start_lines are in the range of my test method.
But there are additional blocks with line numbers out of range for this file, e.g.
FakeIt 2.0.5
Build Tools: MSBuild, VSTest, CodeCoverage
I tried to use FakeIt to creat a new unit test with a mock. Language standard is set to
stdcpp17
.The file with the test using FakeIt has 104 lines (including commented lines). When I analysed CodeCoverage xml output file I fould several blocks referencing to the file. The first block seems to be ok, all
start_line
s are in the range of my test method.But there are additional blocks with line numbers out of range for this file, e.g.
These lines out of range caused crashes in the subsequent processing of the xml file in my tool chain.
The text was updated successfully, but these errors were encountered: