1 implementation of OnTestCompletion
Microsoft.TestPlatform.CrossPlatEngine (1)
Execution\TestRunCache.cs (1)
232
public bool
OnTestCompletion
(TestCase? completedTest)
1 reference to OnTestCompletion
Microsoft.TestPlatform.CrossPlatEngine (1)
Adapter\TestExecutionRecorder.cs (1)
117
_testRunCache.
OnTestCompletion
(testCase);