2 implementations of RunTestApplications
dotnet (2)
Commands\Test\MTP\MSBuildHandler.cs (1)
69
public int
RunTestApplications
(TestApplicationActionQueue actionQueue)
Commands\Test\MTP\TestModulesFilterHandler.cs (1)
57
public int
RunTestApplications
(TestApplicationActionQueue actionQueue)
1 reference to RunTestApplications
dotnet (1)
Commands\Test\MTP\MicrosoftTestingPlatformTestCommand.cs (1)
43
exitCode = testHandler.
RunTestApplications
(actionQueue);