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've implemented example InProcDataCollector in order to track the test-case execution but its methods: TestCaseStart/TestCaseStop are not called for some data-driven tests.
Below is a scenario where 8 tests are executed but the InProcDataCollector is 'informed' only about 6 of them.
Steps to reproduce
Remarks:
Assumption: DotNet SDK is installed on the system.
Build the attached project using SimpleDataCollector.sln
Execute RunTests.cmd and observe the reported output
(the batch will generate proper .runsettings files in the output folders (for .NetFw and .Net8) in order to use SimpleDataCollector) InProcDataCollector-Case.zip
Expected behavior
Expecting 8 tests to be executed and SimpleDataCollector's TestCaseStart/TestCaseStop methods are triggered for each one, so 8 times.
Traces expected to be reported by SimpleDataCollector are:
Description
I've implemented example
InProcDataCollector
in order to track the test-case execution but its methods:TestCaseStart
/TestCaseStop
are not called for some data-driven tests.Below is a scenario where 8 tests are executed but the InProcDataCollector is 'informed' only about 6 of them.
Steps to reproduce
Remarks:
What steps can reproduce the defect?
SimpleDataCollector.sln
RunTests.cmd
and observe the reported output(the batch will generate proper
.runsettings
files in the output folders (for .NetFw and .Net8) in order to use SimpleDataCollector)InProcDataCollector-Case.zip
Expected behavior
Expecting 8 tests to be executed and SimpleDataCollector's
TestCaseStart
/TestCaseStop
methods are triggered for each one, so 8 times.Traces expected to be reported by SimpleDataCollector are:
Actual behavior
Executed 8 tests but SimpleDataCollector's
TestCaseStart
/TestCaseStop
methods are triggered only 6 times:Environment
The text was updated successfully, but these errors were encountered: