3 references to NotSupportedMessage
Microsoft.TestPlatform.TestHostRuntimeProvider (3)
Hosting\MtpTestRuntimeProvider.cs (3)
87
TestHostConnectionInfo ITestRuntimeProvider.GetTestHostConnectionInfo() => throw new NotSupportedException(
NotSupportedMessage
);
89
Task<bool> ITestRuntimeProvider.LaunchTestHostAsync(TestProcessStartInfo testHostStartInfo, CancellationToken cancellationToken) => throw new NotSupportedException(
NotSupportedMessage
);
91
TestProcessStartInfo ITestRuntimeProvider.GetTestHostProcessStartInfo(IEnumerable<string> sources, IDictionary<string, string?>? environmentVariables, TestRunnerConnectionInfo connectionInfo) => throw new NotSupportedException(
NotSupportedMessage
);