1 write to _testRunResultAggregator
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
129
_testRunResultAggregator
= testRunResultAggregator;
3 references to _testRunResultAggregator
vstest.console (3)
TestPlatformHelpers\TestRequestManager.cs (3)
1284
_testRunResultAggregator
.RegisterTestRunEvents(_currentTestRunRequest);
1297
_testRunResultAggregator
.MarkTestRunFailed();
1304
_testRunResultAggregator
.UnregisterTestRunEvents(_currentTestRunRequest);