1 write to _testRunResultAggregator
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
153
_testRunResultAggregator
= testRunResultAggregator;
3 references to _testRunResultAggregator
vstest.console (3)
TestPlatformHelpers\TestRequestManager.cs (3)
1168
_testRunResultAggregator
.RegisterTestRunEvents(_currentTestRunRequest);
1181
_testRunResultAggregator
.MarkTestRunFailed();
1188
_testRunResultAggregator
.UnregisterTestRunEvents(_currentTestRunRequest);