#nullable enable
[TPEXP]const Microsoft.Testing.Platform.Requests.TreeNodeFilter.AllNodesBelowRegexString = ".*.*" -> string!
[TPEXP]Microsoft.Testing.Platform.Builder.TestApplicationBuilder.Configuration.get -> Microsoft.Testing.Platform.Configurations.IConfigurationManager!
[TPEXP]Microsoft.Testing.Platform.Builder.TestApplicationBuilder.Logging.get -> Microsoft.Testing.Platform.Logging.ILoggingManager!
[TPEXP]Microsoft.Testing.Platform.CommandLine.CommandLineParseResult.CommandLine.get -> string!
[TPEXP]Microsoft.Testing.Platform.CommandLine.CommandLineParseResult.CommandLineParseResult(string? toolName, System.Collections.Generic.IReadOnlyList<Microsoft.Testing.Platform.CommandLine.CommandLineParseOption!>! options, System.Collections.Generic.IReadOnlyList<string!>! errors, System.Collections.Generic.IReadOnlyList<string!>! arguments) -> void
[TPEXP]Microsoft.Testing.Platform.Requests.TreeNodeFilter.ContainsPropertyFilters.get -> bool
[TPEXP]Microsoft.Testing.Platform.Requests.TreeNodeFilter.TreeNodeFilter(string! filter) -> void
~Microsoft.Testing.Platform.Helpers.ObjectPool<T>.ObjectPool(Microsoft.Testing.Platform.Helpers.ObjectPool<T>.Factory! factory, int size) -> void
~Microsoft.Testing.Platform.Helpers.ObjectPool<T>.ObjectPool(Microsoft.Testing.Platform.Helpers.ObjectPool<T>.Factory! factory) -> void
~override Microsoft.Testing.Platform.Messages.TestNodeStateStatistics.Equals(object obj) -> bool
~override Microsoft.Testing.Platform.Messages.TestNodeStateStatistics.ToString() -> string
~override Microsoft.Testing.Platform.Services.ShutdownProgressReporter.TrackedWork.Equals(object obj) -> bool
~override Microsoft.Testing.Platform.Services.ShutdownProgressReporter.TrackedWork.ToString() -> string
abstract Microsoft.Testing.Platform.Configurations.ConfigurationSourceBase.BuildAsync(Microsoft.Testing.Platform.CommandLine.CommandLineParseResult! commandLineParseResult) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Configurations.IConfigurationProvider!>!
abstract Microsoft.Testing.Platform.Configurations.ConfigurationSourceBase.Order.get -> int
abstract Microsoft.Testing.Platform.Configurations.ConfigurationSourceBase.Uid.get -> string!
abstract Microsoft.Testing.Platform.Hosts.CommonHost.InternalRunAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<int>!
abstract Microsoft.Testing.Platform.Hosts.CommonHost.RunTestApplicationLifeCycleCallbacks.get -> bool
abstract Microsoft.Testing.Platform.IPC.Serializers.NamedPipeSerializer<T>.DeserializeCore(System.IO.Stream! stream) -> T
abstract Microsoft.Testing.Platform.IPC.Serializers.NamedPipeSerializer<T>.Id.get -> int
abstract Microsoft.Testing.Platform.IPC.Serializers.NamedPipeSerializer<T>.SerializeCore(T objectToSerialize, System.IO.Stream! stream) -> void
abstract Microsoft.Testing.Platform.Messages.BaseMessageBus.DataConsumerServices.get -> Microsoft.Testing.Platform.Extensions.IDataConsumer![]!
abstract Microsoft.Testing.Platform.Messages.BaseMessageBus.DisableAsync() -> System.Threading.Tasks.Task!
abstract Microsoft.Testing.Platform.Messages.BaseMessageBus.Dispose() -> void
abstract Microsoft.Testing.Platform.Messages.BaseMessageBus.DrainDataAsync() -> System.Threading.Tasks.Task!
abstract Microsoft.Testing.Platform.Messages.BaseMessageBus.InitAsync() -> System.Threading.Tasks.Task!
abstract Microsoft.Testing.Platform.Messages.BaseMessageBus.PublishAsync(Microsoft.Testing.Platform.Extensions.Messages.IDataProducer! dataProducer, Microsoft.Testing.Platform.Extensions.Messages.IData! data) -> System.Threading.Tasks.Task!
abstract Microsoft.Testing.Platform.OutputDevice.SimplifiedConsoleOutputDeviceBase.ConsoleError(string? message) -> void
abstract Microsoft.Testing.Platform.OutputDevice.SimplifiedConsoleOutputDeviceBase.ConsoleLog(string? message) -> void
abstract Microsoft.Testing.Platform.OutputDevice.SimplifiedConsoleOutputDeviceBase.ConsoleWarn(string? message) -> void
abstract Microsoft.Testing.Platform.OutputDevice.SimplifiedConsoleOutputDeviceBase.Description.get -> string!
abstract Microsoft.Testing.Platform.OutputDevice.SimplifiedConsoleOutputDeviceBase.DisplayName.get -> string!
abstract Microsoft.Testing.Platform.OutputDevice.Terminal.SimpleTerminal.ResetColor() -> void
abstract Microsoft.Testing.Platform.OutputDevice.Terminal.SimpleTerminal.SetColor(Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor color) -> void
abstract Microsoft.Testing.Platform.ServerMode.RpcMessage.<Clone>$() -> Microsoft.Testing.Platform.ServerMode.RpcMessage!
const Microsoft.Testing.Platform.CommandLine.MaxFailedTestsCommandLineOptionsProvider.MaxFailedTestsOptionKey = "maximum-failed-tests" -> string!
const Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.ClientHostOptionKey = "client-host" -> string!
const Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.ClientPortOptionKey = "client-port" -> string!
const Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.ConfigFileOptionKey = "config-file" -> string!
const Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.DebugAttachOptionKey = "debug" -> string!
const Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.DiagnosticFileLoggerSynchronousWriteOptionKey = "diagnostic-synchronous-write" -> string!
const Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.DiagnosticOptionKey = "diagnostic" -> string!
const Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.DiagnosticOutputDirectoryOptionKey = "diagnostic-output-directory" -> string!
const Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.DiagnosticOutputFilePrefixOptionKey = "diagnostic-file-prefix" -> string!
const Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.DiagnosticVerbosityOptionKey = "diagnostic-verbosity" -> string!
const Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.DiscoverTestsJsonArgument = "json" -> string!
const Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.DiscoverTestsOptionKey = "list-tests" -> string!
const Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.DiscoverTestsTextArgument = "text" -> string!
const Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.DotnetTestCliProtocolName = "dotnettestcli" -> string!
const Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.DotNetTestPipeOptionKey = "dotnet-test-pipe" -> string!
const Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.ExitOnProcessExitOptionKey = "exit-on-process-exit" -> string!
const Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.FilterUidOptionKey = "filter-uid" -> string!
const Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.HelpOptionKey = "help" -> string!
const Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.HelpOptionQuestionMark = "?" -> string!
const Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.IgnoreExitCodeOptionKey = "ignore-exit-code" -> string!
const Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.InfoOptionKey = "info" -> string!
const Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.JsonRpcProtocolName = "jsonrpc" -> string!
const Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.MinimumExpectedTestsOptionKey = "minimum-expected-tests" -> string!
const Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.NoBannerOptionKey = "no-banner" -> string!
const Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.ResultDirectoryOptionKey = "results-directory" -> string!
const Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.ServerOptionKey = "server" -> string!
const Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.SkipBuildersNumberCheckOptionKey = "internal-testingplatform-skipbuildercheck" -> string!
const Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.TestHostControllerPIDOptionKey = "internal-testhostcontroller-pid" -> string!
const Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.TimeoutOptionKey = "timeout" -> string!
const Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.ZeroTestsPolicyAllowSkippedArgument = "allow-skipped" -> string!
const Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.ZeroTestsPolicyOptionKey = "zero-tests-policy" -> string!
const Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.ZeroTestsPolicyStrictArgument = "strict" -> string!
const Microsoft.Testing.Platform.CommandLine.TreeNodeFilterCommandLineOptionsProvider.TreenodeFilter = "treenode-filter" -> string!
const Microsoft.Testing.Platform.Configurations.AggregatedConfiguration.DefaultTestResultFolderName = "TestResults" -> string!
const Microsoft.Testing.Platform.Configurations.PlatformConfigurationConstants.CommandLineOptionsSectionName = "commandLineOptions" -> string!
const Microsoft.Testing.Platform.Configurations.PlatformConfigurationConstants.KeyDelimiter = ":" -> string!
const Microsoft.Testing.Platform.Configurations.PlatformConfigurationConstants.PlatformConfigSuffixFileName = ".testconfig.json" -> string!
const Microsoft.Testing.Platform.Configurations.PlatformConfigurationConstants.PlatformCurrentWorkingDirectory = "platformOptions:currentWorkingDirectory" -> string!
const Microsoft.Testing.Platform.Configurations.PlatformConfigurationConstants.PlatformExitProcessOnUnhandledException = "platformOptions:exitProcessOnUnhandledException" -> string!
const Microsoft.Testing.Platform.Configurations.PlatformConfigurationConstants.PlatformResultDirectory = "platformOptions:resultDirectory" -> string!
const Microsoft.Testing.Platform.Configurations.PlatformConfigurationConstants.PlatformTelemetryIsDevelopmentRepository = "platformOptions:telemetry:isDevelopmentRepository" -> string!
const Microsoft.Testing.Platform.Configurations.PlatformConfigurationConstants.PlatformTestHostControllersManagerNamedPipeClientConnectTimeoutSeconds = "platformOptions:testHostControllersManager:namedPipeClient:connectTimeoutSeconds" -> string!
const Microsoft.Testing.Platform.Configurations.PlatformConfigurationConstants.PlatformTestHostControllersManagerSingleConnectionNamedPipeServerWaitConnectionTimeoutSeconds = "platformOptions:testHostControllersManager:singleConnectionNamedPipeServer:waitConnectionTimeoutSeconds" -> string!
const Microsoft.Testing.Platform.Configurations.PlatformConfigurationConstants.PlatformTestHostWorkingDirectory = "platformOptions:testHostWorkingDirectory" -> string!
const Microsoft.Testing.Platform.Helpers.EnvironmentVariableConstants.DOTNET_CLI_TELEMETRY_OPTOUT = "DOTNET_CLI_TELEMETRY_OPTOUT" -> string!
const Microsoft.Testing.Platform.Helpers.EnvironmentVariableConstants.DOTNET_CLI_TEST_COMMAND_WORKING_DIRECTORY = "DOTNET_CLI_TEST_COMMAND_WORKING_DIRECTORY" -> string!
const Microsoft.Testing.Platform.Helpers.EnvironmentVariableConstants.DOTNET_NOLOGO = "DOTNET_NOLOGO" -> string!
const Microsoft.Testing.Platform.Helpers.EnvironmentVariableConstants.DOTNET_WATCH = "DOTNET_WATCH" -> string!
const Microsoft.Testing.Platform.Helpers.EnvironmentVariableConstants.TESTINGPLATFORM_DEFAULT_HANG_TIMEOUT = "TESTINGPLATFORM_DEFAULT_HANG_TIMEOUT" -> string!
const Microsoft.Testing.Platform.Helpers.EnvironmentVariableConstants.TESTINGPLATFORM_DIAGNOSTIC = "TESTINGPLATFORM_DIAGNOSTIC" -> string!
const Microsoft.Testing.Platform.Helpers.EnvironmentVariableConstants.TESTINGPLATFORM_DIAGNOSTIC_FILE_PREFIX = "TESTINGPLATFORM_DIAGNOSTIC_FILE_PREFIX" -> string!
const Microsoft.Testing.Platform.Helpers.EnvironmentVariableConstants.TESTINGPLATFORM_DIAGNOSTIC_FILELOGGER_SYNCHRONOUSWRITE = "TESTINGPLATFORM_DIAGNOSTIC_FILELOGGER_SYNCHRONOUSWRITE" -> string!
const Microsoft.Testing.Platform.Helpers.EnvironmentVariableConstants.TESTINGPLATFORM_DIAGNOSTIC_OUTPUT_DIRECTORY = "TESTINGPLATFORM_DIAGNOSTIC_OUTPUT_DIRECTORY" -> string!
const Microsoft.Testing.Platform.Helpers.EnvironmentVariableConstants.TESTINGPLATFORM_DIAGNOSTIC_OUTPUT_FILEPREFIX = "TESTINGPLATFORM_DIAGNOSTIC_OUTPUT_FILEPREFIX" -> string!
const Microsoft.Testing.Platform.Helpers.EnvironmentVariableConstants.TESTINGPLATFORM_DIAGNOSTIC_SYNCHRONOUS_WRITE = "TESTINGPLATFORM_DIAGNOSTIC_SYNCHRONOUS_WRITE" -> string!
const Microsoft.Testing.Platform.Helpers.EnvironmentVariableConstants.TESTINGPLATFORM_DIAGNOSTIC_VERBOSITY = "TESTINGPLATFORM_DIAGNOSTIC_VERBOSITY" -> string!
const Microsoft.Testing.Platform.Helpers.EnvironmentVariableConstants.TESTINGPLATFORM_DOTNETTEST_EXECUTIONID = "TESTINGPLATFORM_DOTNETTEST_EXECUTIONID" -> string!
const Microsoft.Testing.Platform.Helpers.EnvironmentVariableConstants.TESTINGPLATFORM_EXIT_PROCESS_ON_UNHANDLED_EXCEPTION = "TESTINGPLATFORM_EXIT_PROCESS_ON_UNHANDLED_EXCEPTION" -> string!
const Microsoft.Testing.Platform.Helpers.EnvironmentVariableConstants.TESTINGPLATFORM_EXITCODE_IGNORE = "TESTINGPLATFORM_EXITCODE_IGNORE" -> string!
const Microsoft.Testing.Platform.Helpers.EnvironmentVariableConstants.TESTINGPLATFORM_HOTRELOAD_ENABLED = "TESTINGPLATFORM_HOTRELOAD_ENABLED" -> string!
const Microsoft.Testing.Platform.Helpers.EnvironmentVariableConstants.TESTINGPLATFORM_LAUNCH_ATTACH_DEBUGGER = "TESTINGPLATFORM_LAUNCH_ATTACH_DEBUGGER" -> string!
const Microsoft.Testing.Platform.Helpers.EnvironmentVariableConstants.TESTINGPLATFORM_MESSAGEBUS_DRAINDATA_ATTEMPTS = "TESTINGPLATFORM_MESSAGEBUS_DRAINDATA_ATTEMPTS" -> string!
const Microsoft.Testing.Platform.Helpers.EnvironmentVariableConstants.TESTINGPLATFORM_NOBANNER = "TESTINGPLATFORM_NOBANNER" -> string!
const Microsoft.Testing.Platform.Helpers.EnvironmentVariableConstants.TESTINGPLATFORM_TELEMETRY_OPTOUT = "TESTINGPLATFORM_TELEMETRY_OPTOUT" -> string!
const Microsoft.Testing.Platform.Helpers.EnvironmentVariableConstants.TESTINGPLATFORM_TESTHOSTCONTROLLER_CORRELATIONID = "TESTINGPLATFORM_TESTHOSTCONTROLLER_CORRELATIONID" -> string!
const Microsoft.Testing.Platform.Helpers.EnvironmentVariableConstants.TESTINGPLATFORM_TESTHOSTCONTROLLER_PARENTPID = "TESTINGPLATFORM_TESTHOSTCONTROLLER_PARENTPID" -> string!
const Microsoft.Testing.Platform.Helpers.EnvironmentVariableConstants.TESTINGPLATFORM_TESTHOSTCONTROLLER_PIPENAME = "TESTINGPLATFORM_TESTHOSTCONTROLLER_PIPENAME" -> string!
const Microsoft.Testing.Platform.Helpers.EnvironmentVariableConstants.TESTINGPLATFORM_TESTHOSTCONTROLLER_SKIPEXTENSION = "TESTINGPLATFORM_TESTHOSTCONTROLLER_SKIPEXTENSION" -> string!
const Microsoft.Testing.Platform.Helpers.EnvironmentVariableConstants.TESTINGPLATFORM_TESTHOSTCONTROLLER_TESTHOSTPROCESSSTARTTIME = "TESTINGPLATFORM_TESTHOSTCONTROLLER_TESTHOSTPROCESSSTARTTIME" -> string!
const Microsoft.Testing.Platform.Helpers.EnvironmentVariableConstants.TESTINGPLATFORM_TRX_TESTRUN_ID = "TESTINGPLATFORM_TRX_TESTRUN_ID" -> string!
const Microsoft.Testing.Platform.Helpers.EnvironmentVariableConstants.TESTINGPLATFORM_WAIT_ATTACH_DEBUGGER = "TESTINGPLATFORM_WAIT_ATTACH_DEBUGGER" -> string!
const Microsoft.Testing.Platform.Helpers.StackTraceRegexHelper.MatchTimeoutMilliseconds = 1000 -> int
const Microsoft.Testing.Platform.Helpers.TaskExtensions.MaxSupportedTimeoutMs = 4294967294 -> long
const Microsoft.Testing.Platform.IPC.AzureDevOpsLogMessageFieldsId.ExecutionId = 1 -> ushort
const Microsoft.Testing.Platform.IPC.AzureDevOpsLogMessageFieldsId.InstanceId = 2 -> ushort
const Microsoft.Testing.Platform.IPC.AzureDevOpsLogMessageFieldsId.LogText = 3 -> ushort
const Microsoft.Testing.Platform.IPC.AzureDevOpsLogMessageFieldsId.MessagesSerializerId = 11 -> int
const Microsoft.Testing.Platform.IPC.CommandLineOptionMessageFieldsId.Description = 2 -> ushort
const Microsoft.Testing.Platform.IPC.CommandLineOptionMessageFieldsId.IsBuiltIn = 4 -> ushort
const Microsoft.Testing.Platform.IPC.CommandLineOptionMessageFieldsId.IsHidden = 3 -> ushort
const Microsoft.Testing.Platform.IPC.CommandLineOptionMessageFieldsId.Name = 1 -> ushort
const Microsoft.Testing.Platform.IPC.CommandLineOptionMessagesFieldsId.CommandLineOptionMessageList = 2 -> ushort
const Microsoft.Testing.Platform.IPC.CommandLineOptionMessagesFieldsId.MessagesSerializerId = 3 -> int
const Microsoft.Testing.Platform.IPC.CommandLineOptionMessagesFieldsId.ModulePath = 1 -> ushort
const Microsoft.Testing.Platform.IPC.DiscoveredTestMessageFieldsId.DisplayName = 2 -> ushort
const Microsoft.Testing.Platform.IPC.DiscoveredTestMessageFieldsId.FilePath = 3 -> ushort
const Microsoft.Testing.Platform.IPC.DiscoveredTestMessageFieldsId.LineNumber = 4 -> ushort
const Microsoft.Testing.Platform.IPC.DiscoveredTestMessageFieldsId.MethodName = 7 -> ushort
const Microsoft.Testing.Platform.IPC.DiscoveredTestMessageFieldsId.Namespace = 5 -> ushort
const Microsoft.Testing.Platform.IPC.DiscoveredTestMessageFieldsId.ParameterTypeFullNames = 9 -> ushort
const Microsoft.Testing.Platform.IPC.DiscoveredTestMessageFieldsId.Traits = 8 -> ushort
const Microsoft.Testing.Platform.IPC.DiscoveredTestMessageFieldsId.TypeName = 6 -> ushort
const Microsoft.Testing.Platform.IPC.DiscoveredTestMessageFieldsId.Uid = 1 -> ushort
const Microsoft.Testing.Platform.IPC.DiscoveredTestMessagesFieldsId.DiscoveredTestMessageList = 3 -> ushort
const Microsoft.Testing.Platform.IPC.DiscoveredTestMessagesFieldsId.ExecutionId = 1 -> ushort
const Microsoft.Testing.Platform.IPC.DiscoveredTestMessagesFieldsId.InstanceId = 2 -> ushort
const Microsoft.Testing.Platform.IPC.DiscoveredTestMessagesFieldsId.MessagesSerializerId = 5 -> int
const Microsoft.Testing.Platform.IPC.DisplayMessageFieldsId.ExecutionId = 1 -> ushort
const Microsoft.Testing.Platform.IPC.DisplayMessageFieldsId.InstanceId = 2 -> ushort
const Microsoft.Testing.Platform.IPC.DisplayMessageFieldsId.Level = 3 -> ushort
const Microsoft.Testing.Platform.IPC.DisplayMessageFieldsId.MessagesSerializerId = 12 -> int
const Microsoft.Testing.Platform.IPC.DisplayMessageFieldsId.Text = 4 -> ushort
const Microsoft.Testing.Platform.IPC.DisplayMessageLevels.Error = 2 -> byte
const Microsoft.Testing.Platform.IPC.DisplayMessageLevels.Information = 0 -> byte
const Microsoft.Testing.Platform.IPC.DisplayMessageLevels.Warning = 1 -> byte
const Microsoft.Testing.Platform.IPC.ExceptionMessageFieldsId.ErrorMessage = 1 -> ushort
const Microsoft.Testing.Platform.IPC.ExceptionMessageFieldsId.ErrorType = 2 -> ushort
const Microsoft.Testing.Platform.IPC.ExceptionMessageFieldsId.StackTrace = 3 -> ushort
const Microsoft.Testing.Platform.IPC.FailedTestResultMessageFieldsId.DisplayName = 2 -> ushort
const Microsoft.Testing.Platform.IPC.FailedTestResultMessageFieldsId.Duration = 4 -> ushort
const Microsoft.Testing.Platform.IPC.FailedTestResultMessageFieldsId.ErrorOutput = 8 -> ushort
const Microsoft.Testing.Platform.IPC.FailedTestResultMessageFieldsId.ExceptionMessageList = 6 -> ushort
const Microsoft.Testing.Platform.IPC.FailedTestResultMessageFieldsId.Reason = 5 -> ushort
const Microsoft.Testing.Platform.IPC.FailedTestResultMessageFieldsId.SessionUid = 9 -> ushort
const Microsoft.Testing.Platform.IPC.FailedTestResultMessageFieldsId.StandardOutput = 7 -> ushort
const Microsoft.Testing.Platform.IPC.FailedTestResultMessageFieldsId.State = 3 -> ushort
const Microsoft.Testing.Platform.IPC.FailedTestResultMessageFieldsId.Uid = 1 -> ushort
const Microsoft.Testing.Platform.IPC.FileArtifactMessageFieldsId.Description = 3 -> ushort
const Microsoft.Testing.Platform.IPC.FileArtifactMessageFieldsId.DisplayName = 2 -> ushort
const Microsoft.Testing.Platform.IPC.FileArtifactMessageFieldsId.FullPath = 1 -> ushort
const Microsoft.Testing.Platform.IPC.FileArtifactMessageFieldsId.SessionUid = 6 -> ushort
const Microsoft.Testing.Platform.IPC.FileArtifactMessageFieldsId.TestDisplayName = 5 -> ushort
const Microsoft.Testing.Platform.IPC.FileArtifactMessageFieldsId.TestUid = 4 -> ushort
const Microsoft.Testing.Platform.IPC.FileArtifactMessagesFieldsId.ExecutionId = 1 -> ushort
const Microsoft.Testing.Platform.IPC.FileArtifactMessagesFieldsId.FileArtifactMessageList = 3 -> ushort
const Microsoft.Testing.Platform.IPC.FileArtifactMessagesFieldsId.InstanceId = 2 -> ushort
const Microsoft.Testing.Platform.IPC.FileArtifactMessagesFieldsId.MessagesSerializerId = 7 -> int
const Microsoft.Testing.Platform.IPC.HandshakeMessageExecutionModes.Discover = "discover" -> string!
const Microsoft.Testing.Platform.IPC.HandshakeMessageExecutionModes.Help = "help" -> string!
const Microsoft.Testing.Platform.IPC.HandshakeMessageExecutionModes.Run = "run" -> string!
const Microsoft.Testing.Platform.IPC.HandshakeMessageFieldsId.MessagesSerializerId = 9 -> int
const Microsoft.Testing.Platform.IPC.HandshakeMessageHostTypes.ServerTestHost = "ServerTestHost" -> string!
const Microsoft.Testing.Platform.IPC.HandshakeMessageHostTypes.TestHost = "TestHost" -> string!
const Microsoft.Testing.Platform.IPC.HandshakeMessageHostTypes.TestHostController = "TestHostController" -> string!
const Microsoft.Testing.Platform.IPC.HandshakeMessageHostTypes.TestHostOrchestrator = "TestHostOrchestrator" -> string!
const Microsoft.Testing.Platform.IPC.HandshakeMessagePropertyNames.Architecture = 1 -> byte
const Microsoft.Testing.Platform.IPC.HandshakeMessagePropertyNames.ExecutionId = 7 -> byte
const Microsoft.Testing.Platform.IPC.HandshakeMessagePropertyNames.ExecutionMode = 10 -> byte
const Microsoft.Testing.Platform.IPC.HandshakeMessagePropertyNames.Framework = 2 -> byte
const Microsoft.Testing.Platform.IPC.HandshakeMessagePropertyNames.HostType = 5 -> byte
const Microsoft.Testing.Platform.IPC.HandshakeMessagePropertyNames.InstanceId = 8 -> byte
const Microsoft.Testing.Platform.IPC.HandshakeMessagePropertyNames.IsIDE = 9 -> byte
const Microsoft.Testing.Platform.IPC.HandshakeMessagePropertyNames.ModulePath = 6 -> byte
const Microsoft.Testing.Platform.IPC.HandshakeMessagePropertyNames.OrchestratorFeature = 11 -> byte
const Microsoft.Testing.Platform.IPC.HandshakeMessagePropertyNames.OS = 3 -> byte
const Microsoft.Testing.Platform.IPC.HandshakeMessagePropertyNames.PID = 0 -> byte
const Microsoft.Testing.Platform.IPC.HandshakeMessagePropertyNames.ServerControlPipeName = 12 -> byte
const Microsoft.Testing.Platform.IPC.HandshakeMessagePropertyNames.SupportedProtocolVersions = 4 -> byte
const Microsoft.Testing.Platform.IPC.ProtocolConstants.SupportedVersions = "1.0.0;1.1.0;1.2.0;1.3.0;1.4.0" -> string!
const Microsoft.Testing.Platform.IPC.ServerControlKinds.CancelSession = 1 -> byte
const Microsoft.Testing.Platform.IPC.ServerControlMessageFieldsId.Kind = 1 -> ushort
const Microsoft.Testing.Platform.IPC.ServerControlMessageFieldsId.MessagesSerializerId = 14 -> int
const Microsoft.Testing.Platform.IPC.SessionEventTypes.TestSessionEnd = 1 -> byte
const Microsoft.Testing.Platform.IPC.SessionEventTypes.TestSessionStart = 0 -> byte
const Microsoft.Testing.Platform.IPC.SuccessfulTestResultMessageFieldsId.DisplayName = 2 -> ushort
const Microsoft.Testing.Platform.IPC.SuccessfulTestResultMessageFieldsId.Duration = 4 -> ushort
const Microsoft.Testing.Platform.IPC.SuccessfulTestResultMessageFieldsId.ErrorOutput = 7 -> ushort
const Microsoft.Testing.Platform.IPC.SuccessfulTestResultMessageFieldsId.Reason = 5 -> ushort
const Microsoft.Testing.Platform.IPC.SuccessfulTestResultMessageFieldsId.SessionUid = 8 -> ushort
const Microsoft.Testing.Platform.IPC.SuccessfulTestResultMessageFieldsId.StandardOutput = 6 -> ushort
const Microsoft.Testing.Platform.IPC.SuccessfulTestResultMessageFieldsId.State = 3 -> ushort
const Microsoft.Testing.Platform.IPC.SuccessfulTestResultMessageFieldsId.Uid = 1 -> ushort
const Microsoft.Testing.Platform.IPC.TestHostCompletedRequestFieldsId.MessagesSerializerId = 1 -> int
const Microsoft.Testing.Platform.IPC.TestHostProcessPIDRequestFieldsId.MessagesSerializerId = 2 -> int
const Microsoft.Testing.Platform.IPC.TestInProgressMessageFieldsId.DisplayName = 2 -> ushort
const Microsoft.Testing.Platform.IPC.TestInProgressMessageFieldsId.Uid = 1 -> ushort
const Microsoft.Testing.Platform.IPC.TestInProgressMessagesFieldsId.ExecutionId = 1 -> ushort
const Microsoft.Testing.Platform.IPC.TestInProgressMessagesFieldsId.InstanceId = 2 -> ushort
const Microsoft.Testing.Platform.IPC.TestInProgressMessagesFieldsId.MessagesSerializerId = 10 -> int
const Microsoft.Testing.Platform.IPC.TestInProgressMessagesFieldsId.TestInProgressMessageList = 3 -> ushort
const Microsoft.Testing.Platform.IPC.TestResultMessagesFieldsId.ExecutionId = 1 -> ushort
const Microsoft.Testing.Platform.IPC.TestResultMessagesFieldsId.FailedTestMessageList = 4 -> ushort
const Microsoft.Testing.Platform.IPC.TestResultMessagesFieldsId.InstanceId = 2 -> ushort
const Microsoft.Testing.Platform.IPC.TestResultMessagesFieldsId.MessagesSerializerId = 6 -> int
const Microsoft.Testing.Platform.IPC.TestResultMessagesFieldsId.SuccessfulTestMessageList = 3 -> ushort
const Microsoft.Testing.Platform.IPC.TestSessionEventFieldsId.ExecutionId = 3 -> ushort
const Microsoft.Testing.Platform.IPC.TestSessionEventFieldsId.MessagesSerializerId = 8 -> int
const Microsoft.Testing.Platform.IPC.TestSessionEventFieldsId.SessionType = 1 -> ushort
const Microsoft.Testing.Platform.IPC.TestSessionEventFieldsId.SessionUid = 2 -> ushort
const Microsoft.Testing.Platform.IPC.TestStates.Cancelled = 6 -> byte
const Microsoft.Testing.Platform.IPC.TestStates.Discovered = 0 -> byte
const Microsoft.Testing.Platform.IPC.TestStates.Error = 4 -> byte
const Microsoft.Testing.Platform.IPC.TestStates.Failed = 3 -> byte
const Microsoft.Testing.Platform.IPC.TestStates.InProgress = 7 -> byte
const Microsoft.Testing.Platform.IPC.TestStates.Passed = 1 -> byte
const Microsoft.Testing.Platform.IPC.TestStates.Skipped = 2 -> byte
const Microsoft.Testing.Platform.IPC.TestStates.Timeout = 5 -> byte
const Microsoft.Testing.Platform.IPC.TraitMessageFieldsId.Key = 1 -> ushort
const Microsoft.Testing.Platform.IPC.TraitMessageFieldsId.Value = 2 -> ushort
const Microsoft.Testing.Platform.IPC.VoidResponseFieldsId.MessagesSerializerId = 0 -> int
const Microsoft.Testing.Platform.IPC.WaitForServerControlRequestFieldsId.MessagesSerializerId = 13 -> int
const Microsoft.Testing.Platform.OutputDevice.AzureDevOpsLogIssueFormatter.SeverityError = "error" -> string!
const Microsoft.Testing.Platform.OutputDevice.AzureDevOpsLogIssueFormatter.SeverityWarning = "warning" -> string!
const Microsoft.Testing.Platform.OutputDevice.DiscoveredTestsJsonSerializer.SchemaVersion = 1 -> int
const Microsoft.Testing.Platform.OutputDevice.OutputDeviceBannerHelper.TESTINGPLATFORM_CONSOLEOUTPUTDEVICE_SKIP_BANNER = "TESTINGPLATFORM_CONSOLEOUTPUTDEVICE_SKIP_BANNER" -> string!
const Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiCodes.CSI = "\u001b[" -> string!
const Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiCodes.CsiEraseInDisplay = "\u001b[J" -> string!
const Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiCodes.CsiEraseInLine = "\u001b[K" -> string!
const Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiCodes.EraseInDisplay = "J" -> string!
const Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiCodes.EraseInLine = "K" -> string!
const Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiCodes.Esc = "\u001b" -> string!
const Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiCodes.HideCursor = "\u001b[?25l" -> string!
const Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiCodes.LinkInfix = "\u001b\\" -> string!
const Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiCodes.LinkPrefix = "\u001b]8;;" -> string!
const Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiCodes.LinkSuffix = "\u001b]8;;\u001b\\" -> string!
const Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiCodes.MoveBackward = "D" -> string!
const Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiCodes.MoveForward = "C" -> string!
const Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiCodes.MoveUpToLineStart = "F" -> string!
const Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiCodes.RemoveBusySpinner = "\u001b]9;4;0;\u001b\\" -> string!
const Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiCodes.SetBold = "1m" -> string!
const Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiCodes.SetBusySpinner = "\u001b]9;4;3;\u001b\\" -> string!
const Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiCodes.SetColor = "m" -> string!
const Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiCodes.SetDefaultColor = "\u001b[m" -> string!
const Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiCodes.ShowCursor = "\u001b[?25h" -> string!
const Microsoft.Testing.Platform.OutputDevice.Terminal.NativeMethods.ENABLE_VIRTUAL_TERMINAL_PROCESSING = 4 -> uint
const Microsoft.Testing.Platform.OutputDevice.Terminal.NativeMethods.FILE_TYPE_CHAR = 2 -> uint
const Microsoft.Testing.Platform.OutputDevice.Terminal.NativeMethods.STD_ERROR_HANDLE = -12 -> int
const Microsoft.Testing.Platform.OutputDevice.Terminal.NativeMethods.STD_OUTPUT_HANDLE = -11 -> int
const Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.DoubleIndentation = "    " -> string!
const Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.SingleIndentation = "  " -> string!
const Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterCommandLineOptionsProvider.AnsiOption = "ansi" -> string!
const Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterCommandLineOptionsProvider.NoAnsiOption = "no-ansi" -> string!
const Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterCommandLineOptionsProvider.NoProgressOption = "no-progress" -> string!
const Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterCommandLineOptionsProvider.OutputOption = "output" -> string!
const Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterCommandLineOptionsProvider.OutputOptionDetailedArgument = "detailed" -> string!
const Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterCommandLineOptionsProvider.OutputOptionNormalArgument = "normal" -> string!
const Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterCommandLineOptionsProvider.ProgressOption = "progress" -> string!
const Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterCommandLineOptionsProvider.ShowOutputAllArgument = "all" -> string!
const Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterCommandLineOptionsProvider.ShowOutputFailedArgument = "failed" -> string!
const Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterCommandLineOptionsProvider.ShowOutputNoneArgument = "none" -> string!
const Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterCommandLineOptionsProvider.ShowStderrOption = "show-stderr" -> string!
const Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterCommandLineOptionsProvider.ShowStdoutOption = "show-stdout" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcMethods.CancelRequest = "$/cancelRequest" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcMethods.ClientLog = "client/log" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcMethods.Exit = "exit" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcMethods.Initialize = "initialize" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcMethods.TelemetryUpdate = "telemetry/update" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcMethods.TestingDiscoverTests = "testing/discoverTests" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcMethods.TestingRunTests = "testing/runTests" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcMethods.TestingTestUpdatesAttachments = "testing/testUpdates/attachments" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcMethods.TestingTestUpdatesTests = "testing/testUpdates/tests" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.Args = "Args" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.Attachments = "attachments" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.AttachmentsSupport = "attachmentsSupport" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.Capabilities = "capabilities" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.Changes = "changes" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.ClientInfo = "clientInfo" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.Code = "code" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.Data = "data" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.DebuggerProvider = "debuggerProvider" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.Description = "description" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.DisplayName = "display-name" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.EnvironmentVariables = "EnvironmentVariables" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.Error = "error" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.EventName = "eventName" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.Filter = "filter" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.Id = "id" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.InvalidRunIdErrorMessage = "'runId' field is not a valid Guid" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.JsonRpc = "jsonrpc" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.Level = "level" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.Message = "message" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.Method = "method" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.Metrics = "metrics" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.MultiConnectionProvider = "multipleConnectionProvider" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.MultiRequestSupport = "experimental_multiRequestSupport" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.Name = "name" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.Node = "node" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.Params = "params" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.Parent = "parent" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.ProcessId = "processId" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.Producer = "producer" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.Program = "Program" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.Result = "result" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.RunId = "runId" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.ServerInfo = "serverInfo" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.SupportsDiscovery = "supportsDiscovery" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.Testing = "testing" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.Tests = "tests" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.Type = "type" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.Uid = "uid" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.Uri = "uri" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.Version = "version" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.VSTestProviderSupport = "vstestProvider" -> string!
const Microsoft.Testing.Platform.ServerMode.JsonRpcStrings.WorkingDirectory = "WorkingDirectory" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryEvents.ConsoleTestHostExitEventName = "dotnet/testingplatform/host/consoletesthostexit" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryEvents.TestHostBuiltEventName = "dotnet/testingplatform/host/testhostbuilt" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryEvents.TestHostControllersTestHostExitEventName = "dotnet/testingplatform/host/testhostcontrollerstesthostexit" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryEvents.TestsDiscoveryEventName = "dotnet/testingplatform/execution/testsdiscovery" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryEvents.TestsRunEventName = "dotnet/testingplatform/execution/testsrun" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.ApplicationMode.Console = "Console" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.ApplicationMode.Server = "Server" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.ApplicationMode.TestHostControllers = "TestHostControllers" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.ApplicationMode.Tool = "Tool" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.False = "false" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.HostProperties.ApplicationModePropertyName = "application mode" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.HostProperties.BuildBuilderStart = "build builder start" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.HostProperties.BuildBuilderStop = "build builder stop" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.HostProperties.CreateBuilderStart = "create builder start" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.HostProperties.CreateBuilderStop = "create builder stop" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.HostProperties.ExitCodePropertyName = "exit code" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.HostProperties.ExtensionsPropertyName = "extensions" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.HostProperties.FrameworkDescriptionPropertyName = "framework" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.HostProperties.HasExitedGracefullyPropertyName = "graceful exit" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.HostProperties.IsDebugBuild = "debug build" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.HostProperties.IsDebuggerAttached = "debugger attached" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.HostProperties.IsDevelopmentRepositoryPropertyName = "dev repository" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.HostProperties.IsHotReloadPropertyName = "hot reload" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.HostProperties.IsNativeAotPropertyName = "native aot" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.HostProperties.OSArchitecturePropertyName = "os architecture" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.HostProperties.OSDescriptionPropertyName = "os" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.HostProperties.ProcessArchitecturePropertyName = "architecture" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.HostProperties.RunStart = "run start" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.HostProperties.RunStop = "run stop" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.HostProperties.RuntimeIdentifierPropertyName = "runtime" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.HostProperties.TestHostPropertyName = "testhost" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.HostProperties.TestingPlatformVersionPropertyName = "version" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.IsCIPropertyName = "is ci" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.ReporterIdPropertyName = "reporter id" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.RequestProperties.AdapterLoadStart = "adapter load start" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.RequestProperties.AdapterLoadStop = "adapter load stop" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.RequestProperties.IsFilterEnabledPropertyName = "filter enabled" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.RequestProperties.RequestExecuteStart = "request execute start" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.RequestProperties.RequestExecuteStop = "request execute stop" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.RequestProperties.RequestStart = "request start" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.RequestProperties.RequestStop = "request stop" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.RequestProperties.TotalDiscoveredTestsPropertyName = "total discovered" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.RequestProperties.TotalFailedRetriesPropertyName = "total failed retries" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.RequestProperties.TotalFailedTestsPropertyName = "total failed" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.RequestProperties.TotalPassedRetriesPropertyName = "total passed retries" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.RequestProperties.TotalPassedTestsPropertyName = "total passed" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.RequestProperties.TotalRanTestsPropertyName = "total ran" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.SessionId = "session id" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.True = "true" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.VersionPropertyName = "telemetry version" -> string!
const Microsoft.Testing.Platform.Telemetry.TelemetryProperties.VersionValue = "20" -> string!
const Microsoft.Testing.Platform.TestHostControllers.TestConfigurationEnvironmentVariableProvider.EnvironmentVariablesSectionName = "environmentVariables" -> string!
Microsoft.CodeAnalysis.EmbeddedAttribute
Microsoft.CodeAnalysis.EmbeddedAttribute.EmbeddedAttribute() -> void
Microsoft.Testing.Internal.Framework.ITestFrameworkManager
Microsoft.Testing.Internal.Framework.ITestFrameworkManager.TestFrameworkCapabilitiesFactory.get -> System.Func<System.IServiceProvider!, Microsoft.Testing.Platform.Capabilities.TestFramework.ITestFrameworkCapabilities!>!
Microsoft.Testing.Internal.Framework.ITestFrameworkManager.TestFrameworkFactory.get -> System.Func<Microsoft.Testing.Platform.Capabilities.TestFramework.ITestFrameworkCapabilities!, System.IServiceProvider!, Microsoft.Testing.Platform.Extensions.TestFramework.ITestFramework!>!
Microsoft.Testing.Internal.Framework.TestFrameworkManager
Microsoft.Testing.Internal.Framework.TestFrameworkManager.TestFrameworkCapabilitiesFactory.get -> System.Func<System.IServiceProvider!, Microsoft.Testing.Platform.Capabilities.TestFramework.ITestFrameworkCapabilities!>!
Microsoft.Testing.Internal.Framework.TestFrameworkManager.TestFrameworkFactory.get -> System.Func<Microsoft.Testing.Platform.Capabilities.TestFramework.ITestFrameworkCapabilities!, System.IServiceProvider!, Microsoft.Testing.Platform.Extensions.TestFramework.ITestFramework!>!
Microsoft.Testing.Internal.Framework.TestFrameworkManager.TestFrameworkManager(System.Func<Microsoft.Testing.Platform.Capabilities.TestFramework.ITestFrameworkCapabilities!, System.IServiceProvider!, Microsoft.Testing.Platform.Extensions.TestFramework.ITestFramework!>! testFrameworkFactory, System.Func<System.IServiceProvider!, Microsoft.Testing.Platform.Capabilities.TestFramework.ITestFrameworkCapabilities!>! testFrameworkCapabilitiesFactory) -> void
Microsoft.Testing.Platform.AI.ChatClientManager
Microsoft.Testing.Platform.AI.ChatClientManager.AddChatClientProvider(System.Func<System.IServiceProvider!, object!>! chatClientProviderFactory) -> void
Microsoft.Testing.Platform.AI.ChatClientManager.BuildChatClients(Microsoft.Testing.Platform.Services.ServiceProvider! serviceProvider) -> void
Microsoft.Testing.Platform.AI.ChatClientManager.ChatClientManager() -> void
Microsoft.Testing.Platform.AI.IChatClientManager
Microsoft.Testing.Platform.AI.IChatClientManager.AddChatClientProvider(System.Func<System.IServiceProvider!, object!>! chatClientProviderFactory) -> void
Microsoft.Testing.Platform.AI.IChatClientManager.BuildChatClients(Microsoft.Testing.Platform.Services.ServiceProvider! serviceProvider) -> void
Microsoft.Testing.Platform.Builder.TestApplication.ServiceProvider.get -> System.IServiceProvider!
Microsoft.Testing.Platform.Builder.TestApplication.TestApplication(Microsoft.Testing.Platform.Hosts.IHost! host) -> void
Microsoft.Testing.Platform.Builder.TestApplicationBuilder
Microsoft.Testing.Platform.Builder.TestApplicationBuilder.BuildAsync() -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Builder.ITestApplication!>!
Microsoft.Testing.Platform.Builder.TestApplicationBuilder.ChatClientManager.get -> Microsoft.Testing.Platform.AI.IChatClientManager!
Microsoft.Testing.Platform.Builder.TestApplicationBuilder.CommandLine.get -> Microsoft.Testing.Platform.CommandLine.ICommandLineManager!
Microsoft.Testing.Platform.Builder.TestApplicationBuilder.RegisterTestFramework(System.Func<System.IServiceProvider!, Microsoft.Testing.Platform.Capabilities.TestFramework.ITestFrameworkCapabilities!>! capabilitiesFactory, System.Func<Microsoft.Testing.Platform.Capabilities.TestFramework.ITestFrameworkCapabilities!, System.IServiceProvider!, Microsoft.Testing.Platform.Extensions.TestFramework.ITestFramework!>! frameworkFactory) -> Microsoft.Testing.Platform.Builder.ITestApplicationBuilder!
Microsoft.Testing.Platform.Builder.TestApplicationBuilder.Telemetry.get -> Microsoft.Testing.Platform.Telemetry.ITelemetryManager!
Microsoft.Testing.Platform.Builder.TestApplicationBuilder.TestApplicationBuilder(Microsoft.Testing.Platform.Logging.ApplicationLoggingState! loggingState, System.DateTimeOffset createBuilderStart, Microsoft.Testing.Platform.Builder.TestApplicationOptions! testApplicationOptions, Microsoft.Testing.Platform.Helpers.IUnhandledExceptionsHandler! unhandledExceptionsHandler, string![]! args) -> void
Microsoft.Testing.Platform.Builder.TestApplicationBuilder.TestHost.get -> Microsoft.Testing.Platform.TestHost.ITestHostManager!
Microsoft.Testing.Platform.Builder.TestApplicationBuilder.TestHostControllers.get -> Microsoft.Testing.Platform.TestHostControllers.ITestHostControllersManager!
Microsoft.Testing.Platform.Builder.TestApplicationBuilder.TestHostOrchestrator.get -> Microsoft.Testing.Platform.Extensions.TestHostOrchestrator.ITestHostOrchestratorManager!
Microsoft.Testing.Platform.Builder.TestApplicationBuilder.Tools.get -> Microsoft.Testing.Platform.Tools.IToolsManager!
Microsoft.Testing.Platform.Capabilities.TestFramework.INamedFeatureCapability
Microsoft.Testing.Platform.Capabilities.TestFramework.INamedFeatureCapability.IsSupported(string! featureName) -> bool
Microsoft.Testing.Platform.Capabilities.TestFramework.ITestNodesTreeFilterTestFrameworkCapability
Microsoft.Testing.Platform.Capabilities.TestFramework.ITestNodesTreeFilterTestFrameworkCapability.IsSupported.get -> bool
Microsoft.Testing.Platform.CommandLine.CommandLineHandler
Microsoft.Testing.Platform.CommandLine.CommandLineHandler.CommandLineHandler(Microsoft.Testing.Platform.CommandLine.CommandLineParseResult! parseResult, System.Collections.Generic.IReadOnlyCollection<Microsoft.Testing.Platform.Extensions.CommandLine.ICommandLineOptionsProvider!>! extensionsCommandLineOptionsProviders, System.Collections.Generic.IReadOnlyCollection<Microsoft.Testing.Platform.Extensions.CommandLine.ICommandLineOptionsProvider!>! systemCommandLineOptionsProviders, Microsoft.Testing.Platform.Services.ITestApplicationModuleInfo! testApplicationModuleInfo, Microsoft.Testing.Platform.Helpers.IRuntimeFeature! runtimeFeature, Microsoft.Testing.Platform.Configurations.IConfiguration? configuration) -> void
Microsoft.Testing.Platform.CommandLine.CommandLineHandler.CommandLineHandler(Microsoft.Testing.Platform.CommandLine.CommandLineParseResult! parseResult, System.Collections.Generic.IReadOnlyCollection<Microsoft.Testing.Platform.Extensions.CommandLine.ICommandLineOptionsProvider!>! extensionsCommandLineOptionsProviders, System.Collections.Generic.IReadOnlyCollection<Microsoft.Testing.Platform.Extensions.CommandLine.ICommandLineOptionsProvider!>! systemCommandLineOptionsProviders, Microsoft.Testing.Platform.Services.ITestApplicationModuleInfo! testApplicationModuleInfo, Microsoft.Testing.Platform.Helpers.IRuntimeFeature! runtimeFeature) -> void
Microsoft.Testing.Platform.CommandLine.CommandLineHandler.CommandLineOptionsProviders.get -> System.Collections.Generic.IEnumerable<Microsoft.Testing.Platform.Extensions.CommandLine.ICommandLineOptionsProvider!>!
Microsoft.Testing.Platform.CommandLine.CommandLineHandler.Description.get -> string!
Microsoft.Testing.Platform.CommandLine.CommandLineHandler.DisplayName.get -> string!
Microsoft.Testing.Platform.CommandLine.CommandLineHandler.ExtensionsCommandLineOptionsProviders.get -> System.Collections.Generic.IReadOnlyCollection<Microsoft.Testing.Platform.Extensions.CommandLine.ICommandLineOptionsProvider!>!
Microsoft.Testing.Platform.CommandLine.CommandLineHandler.IsDotNetTestPipeInvoked() -> bool
Microsoft.Testing.Platform.CommandLine.CommandLineHandler.IsEnabledAsync() -> System.Threading.Tasks.Task<bool>!
Microsoft.Testing.Platform.CommandLine.CommandLineHandler.IsHelpInvoked() -> bool
Microsoft.Testing.Platform.CommandLine.CommandLineHandler.IsInfoInvoked() -> bool
Microsoft.Testing.Platform.CommandLine.CommandLineHandler.IsOptionSet(string! optionName) -> bool
Microsoft.Testing.Platform.CommandLine.CommandLineHandler.ParseResult.get -> Microsoft.Testing.Platform.CommandLine.CommandLineParseResult!
Microsoft.Testing.Platform.CommandLine.CommandLineHandler.PrintHelpAsync(Microsoft.Testing.Platform.OutputDevice.IOutputDevice! outputDevice, System.Collections.Generic.IReadOnlyList<Microsoft.Testing.Platform.Tools.ITool!>? availableTools, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.CommandLine.CommandLineHandler.PrintInfoAsync(Microsoft.Testing.Platform.OutputDevice.IOutputDevice! outputDevice, System.Collections.Generic.IReadOnlyList<Microsoft.Testing.Platform.Tools.ITool!>? availableTools, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.CommandLine.CommandLineHandler.SystemCommandLineOptionsProviders.get -> System.Collections.Generic.IReadOnlyCollection<Microsoft.Testing.Platform.Extensions.CommandLine.ICommandLineOptionsProvider!>!
Microsoft.Testing.Platform.CommandLine.CommandLineHandler.TryGetOptionArgumentList(string! optionName, out string![]? arguments) -> bool
Microsoft.Testing.Platform.CommandLine.CommandLineHandler.Uid.get -> string!
Microsoft.Testing.Platform.CommandLine.CommandLineHandler.Version.get -> string!
Microsoft.Testing.Platform.CommandLine.CommandLineManager
Microsoft.Testing.Platform.CommandLine.CommandLineManager.AddProvider(System.Func<Microsoft.Testing.Platform.Extensions.CommandLine.ICommandLineOptionsProvider!>! commandLineProviderFactory) -> void
Microsoft.Testing.Platform.CommandLine.CommandLineManager.AddProvider(System.Func<System.IServiceProvider!, Microsoft.Testing.Platform.Extensions.CommandLine.ICommandLineOptionsProvider!>! commandLineProviderFactory) -> void
Microsoft.Testing.Platform.CommandLine.CommandLineManager.BuildAsync(Microsoft.Testing.Platform.CommandLine.CommandLineParseResult! parseResult, System.IServiceProvider! serviceProvider, Microsoft.Testing.Platform.Configurations.IConfiguration! configuration) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.CommandLine.CommandLineHandler!>!
Microsoft.Testing.Platform.CommandLine.CommandLineManager.CommandLineManager(Microsoft.Testing.Platform.Helpers.IRuntimeFeature! runtimeFeature, Microsoft.Testing.Platform.Services.ITestApplicationModuleInfo! testApplicationModuleInfo) -> void
Microsoft.Testing.Platform.CommandLine.CommandLineOptionArgumentValidator
Microsoft.Testing.Platform.CommandLine.CommandLineOptionsProviderBase
Microsoft.Testing.Platform.CommandLine.CommandLineOptionsProviderBase.CommandLineOptionsProviderBase(Microsoft.Testing.Platform.Extensions.IExtension! extension, System.Collections.Generic.IReadOnlyCollection<Microsoft.Testing.Platform.Extensions.CommandLine.CommandLineOption!>! commandLineOptions) -> void
Microsoft.Testing.Platform.CommandLine.CommandLineOptionsProviderBase.CommandLineOptionsProviderBase(string! uid, string! version, string! displayName, string! description, System.Collections.Generic.IReadOnlyCollection<Microsoft.Testing.Platform.Extensions.CommandLine.CommandLineOption!>! commandLineOptions) -> void
Microsoft.Testing.Platform.CommandLine.CommandLineOptionsProviderBase.Description.get -> string!
Microsoft.Testing.Platform.CommandLine.CommandLineOptionsProviderBase.DisplayName.get -> string!
Microsoft.Testing.Platform.CommandLine.CommandLineOptionsProviderBase.GetCommandLineOptions() -> System.Collections.Generic.IReadOnlyCollection<Microsoft.Testing.Platform.Extensions.CommandLine.CommandLineOption!>!
Microsoft.Testing.Platform.CommandLine.CommandLineOptionsProviderBase.IsEnabledAsync() -> System.Threading.Tasks.Task<bool>!
Microsoft.Testing.Platform.CommandLine.CommandLineOptionsProviderBase.Uid.get -> string!
Microsoft.Testing.Platform.CommandLine.CommandLineOptionsProviderBase.Version.get -> string!
Microsoft.Testing.Platform.CommandLine.CommandLineOptionsProviderCache
Microsoft.Testing.Platform.CommandLine.CommandLineOptionsProviderCache.CommandLineOptionsProviderCache() -> void
Microsoft.Testing.Platform.CommandLine.CommandLineOptionsProviderCache.CommandLineOptionsProviderCache(Microsoft.Testing.Platform.Extensions.CommandLine.ICommandLineOptionsProvider! commandLineOptionsProvider) -> void
Microsoft.Testing.Platform.CommandLine.CommandLineOptionsProviderCache.Description.get -> string!
Microsoft.Testing.Platform.CommandLine.CommandLineOptionsProviderCache.DisplayName.get -> string!
Microsoft.Testing.Platform.CommandLine.CommandLineOptionsProviderCache.GetCommandLineOptions() -> System.Collections.Generic.IReadOnlyCollection<Microsoft.Testing.Platform.Extensions.CommandLine.CommandLineOption!>!
Microsoft.Testing.Platform.CommandLine.CommandLineOptionsProviderCache.IsEnabledAsync() -> System.Threading.Tasks.Task<bool>!
Microsoft.Testing.Platform.CommandLine.CommandLineOptionsProviderCache.Uid.get -> string!
Microsoft.Testing.Platform.CommandLine.CommandLineOptionsProviderCache.ValidateCommandLineOptionsAsync(Microsoft.Testing.Platform.CommandLine.ICommandLineOptions! commandLineOptions) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Extensions.ValidationResult>!
Microsoft.Testing.Platform.CommandLine.CommandLineOptionsProviderCache.ValidateOptionArgumentsAsync(Microsoft.Testing.Platform.Extensions.CommandLine.CommandLineOption! commandOption, string![]! arguments) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Extensions.ValidationResult>!
Microsoft.Testing.Platform.CommandLine.CommandLineOptionsProviderCache.Version.get -> string!
Microsoft.Testing.Platform.CommandLine.CommandLineOptionsProxy
Microsoft.Testing.Platform.CommandLine.CommandLineOptionsProxy.CommandLineOptionsProxy() -> void
Microsoft.Testing.Platform.CommandLine.CommandLineOptionsProxy.IsOptionSet(string! optionName) -> bool
Microsoft.Testing.Platform.CommandLine.CommandLineOptionsProxy.SetCommandLineOptions(Microsoft.Testing.Platform.CommandLine.ICommandLineOptions! commandLineOptions) -> void
Microsoft.Testing.Platform.CommandLine.CommandLineOptionsProxy.TryGetOptionArgumentList(string! optionName, out string![]? arguments) -> bool
Microsoft.Testing.Platform.CommandLine.CommandLineOptionsValidator
Microsoft.Testing.Platform.CommandLine.CommandLineParser
Microsoft.Testing.Platform.CommandLine.ICommandLineHandler
Microsoft.Testing.Platform.CommandLine.ICommandLineHandler.IsHelpInvoked() -> bool
Microsoft.Testing.Platform.CommandLine.ICommandLineHandler.PrintHelpAsync(Microsoft.Testing.Platform.OutputDevice.IOutputDevice! outputDevice, System.Collections.Generic.IReadOnlyList<Microsoft.Testing.Platform.Tools.ITool!>? availableTools, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.CommandLine.InformativeCommandLineHost
Microsoft.Testing.Platform.CommandLine.InformativeCommandLineHost.Dispose() -> void
Microsoft.Testing.Platform.CommandLine.InformativeCommandLineHost.InformativeCommandLineHost(int returnValue, System.IServiceProvider! serviceProvider) -> void
Microsoft.Testing.Platform.CommandLine.InformativeCommandLineHost.RunAsync() -> System.Threading.Tasks.Task<int>!
Microsoft.Testing.Platform.CommandLine.MaxFailedTestsCommandLineOptionsProvider
Microsoft.Testing.Platform.CommandLine.MaxFailedTestsCommandLineOptionsProvider.MaxFailedTestsCommandLineOptionsProvider(Microsoft.Testing.Platform.Extensions.IExtension! extension, System.IServiceProvider! serviceProvider) -> void
Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider
Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.PlatformCommandLineProvider() -> void
Microsoft.Testing.Platform.CommandLine.ToolCommandLineOptionsProviderCache
Microsoft.Testing.Platform.CommandLine.ToolCommandLineOptionsProviderCache.Description.get -> string!
Microsoft.Testing.Platform.CommandLine.ToolCommandLineOptionsProviderCache.DisplayName.get -> string!
Microsoft.Testing.Platform.CommandLine.ToolCommandLineOptionsProviderCache.GetCommandLineOptions() -> System.Collections.Generic.IReadOnlyCollection<Microsoft.Testing.Platform.Extensions.CommandLine.CommandLineOption!>!
Microsoft.Testing.Platform.CommandLine.ToolCommandLineOptionsProviderCache.IsEnabledAsync() -> System.Threading.Tasks.Task<bool>!
Microsoft.Testing.Platform.CommandLine.ToolCommandLineOptionsProviderCache.ToolCommandLineOptionsProviderCache() -> void
Microsoft.Testing.Platform.CommandLine.ToolCommandLineOptionsProviderCache.ToolCommandLineOptionsProviderCache(Microsoft.Testing.Platform.Tools.IToolCommandLineOptionsProvider! commandLineOptionsProvider) -> void
Microsoft.Testing.Platform.CommandLine.ToolCommandLineOptionsProviderCache.ToolName.get -> string!
Microsoft.Testing.Platform.CommandLine.ToolCommandLineOptionsProviderCache.Uid.get -> string!
Microsoft.Testing.Platform.CommandLine.ToolCommandLineOptionsProviderCache.ValidateCommandLineOptionsAsync(Microsoft.Testing.Platform.CommandLine.ICommandLineOptions! commandLineOptions) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Extensions.ValidationResult>!
Microsoft.Testing.Platform.CommandLine.ToolCommandLineOptionsProviderCache.ValidateOptionArgumentsAsync(Microsoft.Testing.Platform.Extensions.CommandLine.CommandLineOption! commandOption, string![]! arguments) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Extensions.ValidationResult>!
Microsoft.Testing.Platform.CommandLine.ToolCommandLineOptionsProviderCache.Version.get -> string!
Microsoft.Testing.Platform.CommandLine.TreeNodeFilterCommandLineOptionsProvider
Microsoft.Testing.Platform.CommandLine.TreeNodeFilterCommandLineOptionsProvider.TreeNodeFilterCommandLineOptionsProvider(Microsoft.Testing.Platform.Extensions.IExtension! extension) -> void
Microsoft.Testing.Platform.CommandLine.ZeroTestsPolicy
Microsoft.Testing.Platform.CommandLine.ZeroTestsPolicy.AllowSkipped = 0 -> Microsoft.Testing.Platform.CommandLine.ZeroTestsPolicy
Microsoft.Testing.Platform.CommandLine.ZeroTestsPolicy.Strict = 1 -> Microsoft.Testing.Platform.CommandLine.ZeroTestsPolicy
Microsoft.Testing.Platform.Configurations.AggregatedConfiguration
Microsoft.Testing.Platform.Configurations.AggregatedConfiguration.AggregatedConfiguration(Microsoft.Testing.Platform.Configurations.IConfigurationProvider![]! configurationProviders, Microsoft.Testing.Platform.Services.ITestApplicationModuleInfo! testApplicationModuleInfo, Microsoft.Testing.Platform.Helpers.IFileSystem! fileSystem, Microsoft.Testing.Platform.Helpers.IEnvironment! environment, Microsoft.Testing.Platform.CommandLine.CommandLineParseResult! commandLineParseResult) -> void
Microsoft.Testing.Platform.Configurations.AggregatedConfiguration.CheckTestResultsDirectoryOverrideAndCreateItAsync(Microsoft.Testing.Platform.Logging.IFileLoggerProvider? fileLoggerProvider) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Configurations.AggregatedConfiguration.EnumerateJsonCommandLineOptions() -> System.Collections.Generic.IReadOnlyList<Microsoft.Testing.Platform.Configurations.JsonCommandLineOptionEntry!>!
Microsoft.Testing.Platform.Configurations.AggregatedConfiguration.GetTestConfigJsonSection(string! sectionName) -> System.Collections.Generic.IReadOnlyList<System.Collections.Generic.KeyValuePair<string!, string?>>!
Microsoft.Testing.Platform.Configurations.AggregatedConfiguration.NormalizeJsonCommandLineOptionScalars(System.Collections.Generic.IReadOnlyDictionary<string!, Microsoft.Testing.Platform.Extensions.CommandLine.CommandLineOption!>! optionByName) -> void
Microsoft.Testing.Platform.Configurations.AggregatedConfiguration.SetCurrentWorkingDirectory(string! workingDirectory) -> void
Microsoft.Testing.Platform.Configurations.AggregatedConfiguration.this[string! key].get -> string?
Microsoft.Testing.Platform.Configurations.AggregatedConfiguration.TryGetCommandLineOptionFromProviders(string! optionName, out bool isSet, out string![]! arguments) -> bool
Microsoft.Testing.Platform.Configurations.CommandLineConfigurationProvider
Microsoft.Testing.Platform.Configurations.CommandLineConfigurationProvider.CommandLineConfigurationProvider(Microsoft.Testing.Platform.CommandLine.CommandLineParseResult! commandLineParseResult) -> void
Microsoft.Testing.Platform.Configurations.CommandLineConfigurationProvider.LoadAsync() -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Configurations.CommandLineConfigurationProvider.TryGet(string! key, out string? value) -> bool
Microsoft.Testing.Platform.Configurations.CommandLineConfigurationSource
Microsoft.Testing.Platform.Configurations.CommandLineConfigurationSource.CommandLineConfigurationSource() -> void
Microsoft.Testing.Platform.Configurations.ConfigurationManager
Microsoft.Testing.Platform.Configurations.ConfigurationManager.AddConfigurationSource(System.Func<Microsoft.Testing.Platform.Configurations.IConfigurationSource!>! source) -> void
Microsoft.Testing.Platform.Configurations.ConfigurationManager.BuildAsync(Microsoft.Testing.Platform.Logging.IFileLoggerProvider? syncFileLoggerProvider, Microsoft.Testing.Platform.CommandLine.CommandLineParseResult! commandLineParseResult) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Configurations.IConfiguration!>!
Microsoft.Testing.Platform.Configurations.ConfigurationManager.ConfigurationManager(Microsoft.Testing.Platform.Helpers.IFileSystem! fileSystem, Microsoft.Testing.Platform.Services.ITestApplicationModuleInfo! testApplicationModuleInfo, Microsoft.Testing.Platform.Helpers.IEnvironment! environment) -> void
Microsoft.Testing.Platform.Configurations.ConfigurationSourceBase
Microsoft.Testing.Platform.Configurations.ConfigurationSourceBase.ConfigurationSourceBase() -> void
Microsoft.Testing.Platform.Configurations.EnvironmentVariablesConfigurationProvider
Microsoft.Testing.Platform.Configurations.EnvironmentVariablesConfigurationProvider.EnvironmentVariablesConfigurationProvider(Microsoft.Testing.Platform.Helpers.IEnvironment! environmentVariables, string! prefix) -> void
Microsoft.Testing.Platform.Configurations.EnvironmentVariablesConfigurationProvider.EnvironmentVariablesConfigurationProvider(Microsoft.Testing.Platform.Helpers.IEnvironment! environmentVariables) -> void
Microsoft.Testing.Platform.Configurations.EnvironmentVariablesConfigurationProvider.LoadAsync() -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Configurations.EnvironmentVariablesConfigurationProvider.TryGet(string! key, out string? value) -> bool
Microsoft.Testing.Platform.Configurations.EnvironmentVariablesConfigurationSource
Microsoft.Testing.Platform.Configurations.EnvironmentVariablesConfigurationSource.EnvironmentVariablesConfigurationSource(Microsoft.Testing.Platform.Helpers.IEnvironment! environmentVariables) -> void
Microsoft.Testing.Platform.Configurations.IConfigurationBuilder
Microsoft.Testing.Platform.Configurations.IConfigurationBuilder.Build() -> Microsoft.Testing.Platform.Configurations.IConfiguration!
Microsoft.Testing.Platform.Configurations.JsonCommandLineOptionEntry
Microsoft.Testing.Platform.Configurations.JsonCommandLineOptionEntry.Arguments.get -> System.Collections.Generic.IReadOnlyList<string!>!
Microsoft.Testing.Platform.Configurations.JsonCommandLineOptionEntry.IsDisabled.get -> bool
Microsoft.Testing.Platform.Configurations.JsonCommandLineOptionEntry.JsonCommandLineOptionEntry(string! optionName, System.Collections.Generic.IReadOnlyList<string!>! arguments, bool isDisabled) -> void
Microsoft.Testing.Platform.Configurations.JsonCommandLineOptionEntry.OptionName.get -> string!
Microsoft.Testing.Platform.Configurations.JsonConfigurationFileParser
Microsoft.Testing.Platform.Configurations.JsonConfigurationSource
Microsoft.Testing.Platform.Configurations.JsonConfigurationSource.JsonConfigurationProvider
Microsoft.Testing.Platform.Configurations.JsonConfigurationSource.JsonConfigurationProvider.ConfigurationFile.get -> string?
Microsoft.Testing.Platform.Configurations.JsonConfigurationSource.JsonConfigurationProvider.EnumerateCommandLineOptions() -> System.Collections.Generic.IReadOnlyList<Microsoft.Testing.Platform.Configurations.JsonCommandLineOptionEntry!>!
Microsoft.Testing.Platform.Configurations.JsonConfigurationSource.JsonConfigurationProvider.GetSection(string! sectionName) -> System.Collections.Generic.IReadOnlyList<System.Collections.Generic.KeyValuePair<string!, string?>>!
Microsoft.Testing.Platform.Configurations.JsonConfigurationSource.JsonConfigurationProvider.JsonConfigurationProvider(Microsoft.Testing.Platform.Services.ITestApplicationModuleInfo! testApplicationModuleInfo, Microsoft.Testing.Platform.Helpers.IFileSystem! fileSystem, Microsoft.Testing.Platform.CommandLine.CommandLineParseResult! commandLineParseResult, Microsoft.Testing.Platform.Logging.ILogger? logger) -> void
Microsoft.Testing.Platform.Configurations.JsonConfigurationSource.JsonConfigurationProvider.LoadAsync() -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Configurations.JsonConfigurationSource.JsonConfigurationProvider.NormalizeCommandLineOptionScalars(System.Collections.Generic.IReadOnlyDictionary<string!, Microsoft.Testing.Platform.Extensions.CommandLine.CommandLineOption!>! optionByName) -> void
Microsoft.Testing.Platform.Configurations.JsonConfigurationSource.JsonConfigurationProvider.TryGet(string! key, out string? value) -> bool
Microsoft.Testing.Platform.Configurations.JsonConfigurationSource.JsonConfigurationSource(Microsoft.Testing.Platform.Services.ITestApplicationModuleInfo! testApplicationModuleInfo, Microsoft.Testing.Platform.Helpers.IFileSystem! fileSystem, Microsoft.Testing.Platform.Logging.FileLoggerProvider? fileLoggerProvider) -> void
Microsoft.Testing.Platform.Configurations.PlatformConfigurationConstants
Microsoft.Testing.Platform.DotnetTestConnection
Microsoft.Testing.Platform.DotnetTestConnection.AfterCommonServiceSetupAsync() -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.DotnetTestConnection.Dispose() -> void
Microsoft.Testing.Platform.DotnetTestConnection.DotnetTestConnection(Microsoft.Testing.Platform.CommandLine.CommandLineHandler! commandLineHandler, Microsoft.Testing.Platform.Helpers.IEnvironment! environment, Microsoft.Testing.Platform.Services.ITestApplicationModuleInfo! testApplicationModuleInfo, Microsoft.Testing.Platform.Services.ITestApplicationCancellationTokenSource! cancellationTokenSource) -> void
Microsoft.Testing.Platform.DotnetTestConnection.GetDataConsumerAsync() -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.ServerMode.IPushOnlyProtocolConsumer!>!
Microsoft.Testing.Platform.DotnetTestConnection.HelpInvokedAsync() -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.DotnetTestConnection.IsCompatibleProtocolAsync(string! hostType, System.Collections.Generic.IReadOnlyDictionary<byte, string!>? additionalHandshakeProperties = null) -> System.Threading.Tasks.Task<bool>!
Microsoft.Testing.Platform.DotnetTestConnection.IsDisplayMessageForwardingSupported.get -> bool
Microsoft.Testing.Platform.DotnetTestConnection.IsIDE.get -> bool
Microsoft.Testing.Platform.DotnetTestConnection.IsLogForwardingSupported.get -> bool
Microsoft.Testing.Platform.DotnetTestConnection.IsServerControlChannelSupported.get -> bool
Microsoft.Testing.Platform.DotnetTestConnection.IsServerMode.get -> bool
Microsoft.Testing.Platform.DotnetTestConnection.OnExitAsync() -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.DotnetTestConnection.SendMessageAsync(Microsoft.Testing.Platform.IPC.IRequest! message) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.DotnetTestConnection.StartServerControlChannelAsync(System.Func<System.Threading.CancellationToken, System.Threading.Tasks.Task!>! onCancelSessionRequestedAsync) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.DotnetTestHelper
Microsoft.Testing.Platform.Extensions.AbortForMaxFailedTestsExtension
Microsoft.Testing.Platform.Extensions.AbortForMaxFailedTestsExtension.AbortForMaxFailedTestsExtension(Microsoft.Testing.Platform.CommandLine.ICommandLineOptions! commandLineOptions, Microsoft.Testing.Platform.Capabilities.TestFramework.IGracefulStopTestExecutionCapability? capability, Microsoft.Testing.Platform.Services.IStopPoliciesService! policiesService, Microsoft.Testing.Platform.Services.ITestApplicationCancellationTokenSource! testApplicationCancellationTokenSource) -> void
Microsoft.Testing.Platform.Extensions.AbortForMaxFailedTestsExtension.ConsumeAsync(Microsoft.Testing.Platform.Extensions.Messages.IDataProducer! dataProducer, Microsoft.Testing.Platform.Extensions.Messages.IData! value, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Extensions.AbortForMaxFailedTestsExtension.DataTypesConsumed.get -> System.Type![]!
Microsoft.Testing.Platform.Extensions.AbortForMaxFailedTestsExtension.Description.get -> string!
Microsoft.Testing.Platform.Extensions.AbortForMaxFailedTestsExtension.DisplayName.get -> string!
Microsoft.Testing.Platform.Extensions.AbortForMaxFailedTestsExtension.IsEnabledAsync() -> System.Threading.Tasks.Task<bool>!
Microsoft.Testing.Platform.Extensions.AbortForMaxFailedTestsExtension.Uid.get -> string!
Microsoft.Testing.Platform.Extensions.AbortForMaxFailedTestsExtension.Version.get -> string!
Microsoft.Testing.Platform.Extensions.CommandLine.CommandLineOption.CommandLineOption(string! name, string! description, Microsoft.Testing.Platform.Extensions.CommandLine.ArgumentArity arity, bool isHidden, bool isBuiltIn) -> void
Microsoft.Testing.Platform.Extensions.CommandLine.CommandLineOption.IsBuiltIn.get -> bool
Microsoft.Testing.Platform.Extensions.ICompositeExtensionFactory
Microsoft.Testing.Platform.Extensions.ICompositeExtensionFactory.GetInstance(System.IServiceProvider? serviceProvider = null) -> object!
Microsoft.Testing.Platform.Extensions.InitializableExtension
Microsoft.Testing.Platform.Extensions.Messages.PropertyBag._property -> Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.Property?
Microsoft.Testing.Platform.Extensions.Messages.PropertyBag._testNodeStateProperty -> Microsoft.Testing.Platform.Extensions.Messages.TestNodeStateProperty?
Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.GetStructEnumerator() -> Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.PropertyBagEnumerator
Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.Property
Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.Property.Any<TProperty>() -> bool
Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.Property.Contains(Microsoft.Testing.Platform.Extensions.Messages.IProperty! property) -> bool
Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.Property.Count.get -> int
Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.Property.Current.get -> Microsoft.Testing.Platform.Extensions.Messages.IProperty!
Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.Property.GetEnumerator() -> System.Collections.Generic.IEnumerator<Microsoft.Testing.Platform.Extensions.Messages.IProperty!>!
Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.Property.Next.get -> Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.Property?
Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.Property.OfType<TProperty>() -> System.Collections.Generic.IEnumerable<TProperty>!
Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.Property.Property(Microsoft.Testing.Platform.Extensions.Messages.IProperty! current, Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.Property? next = null) -> void
Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.Property.PropertyEnumerator
Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.Property.PropertyEnumerator.Current.get -> Microsoft.Testing.Platform.Extensions.Messages.IProperty!
Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.Property.PropertyEnumerator.Dispose() -> void
Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.Property.PropertyEnumerator.MoveNext() -> bool
Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.Property.PropertyEnumerator.PropertyEnumerator() -> void
Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.Property.PropertyEnumerator.PropertyEnumerator(Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.Property! properties) -> void
Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.Property.PropertyEnumerator.Reset() -> void
Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.PropertyBagEnumerator
Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.PropertyBagEnumerator.Current.get -> Microsoft.Testing.Platform.Extensions.Messages.IProperty!
Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.PropertyBagEnumerator.Dispose() -> void
Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.PropertyBagEnumerator.MoveNext() -> bool
Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.PropertyBagEnumerator.PropertyBagEnumerator() -> void
Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.PropertyBagEnumerator.PropertyBagEnumerator(Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.Property? properties, Microsoft.Testing.Platform.Extensions.Messages.TestNodeStateProperty? testNodeStateProperty) -> void
Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.PropertyBagEnumerator.Reset() -> void
Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.PropertyDebugView
Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.PropertyDebugView.Items.get -> Microsoft.Testing.Platform.Extensions.Messages.IProperty![]!
Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.PropertyDebugView.PropertyDebugView(Microsoft.Testing.Platform.Extensions.Messages.PropertyBag.Property! property) -> void
Microsoft.Testing.Platform.Extensions.Messages.SerializableKeyValuePairStringProperty
Microsoft.Testing.Platform.Extensions.Messages.SerializableKeyValuePairStringProperty.Equals(Microsoft.Testing.Platform.Extensions.Messages.SerializableKeyValuePairStringProperty? other) -> bool
Microsoft.Testing.Platform.Extensions.Messages.SerializableKeyValuePairStringProperty.Key.get -> string!
Microsoft.Testing.Platform.Extensions.Messages.SerializableKeyValuePairStringProperty.SerializableKeyValuePairStringProperty(string! key, string! value) -> void
Microsoft.Testing.Platform.Extensions.Messages.SerializableKeyValuePairStringProperty.Value.get -> string!
Microsoft.Testing.Platform.Extensions.Messages.TestRequestExecutionTimeInfo
Microsoft.Testing.Platform.Extensions.Messages.TestRequestExecutionTimeInfo.Description.get -> string?
Microsoft.Testing.Platform.Extensions.Messages.TestRequestExecutionTimeInfo.DisplayName.get -> string!
Microsoft.Testing.Platform.Extensions.Messages.TestRequestExecutionTimeInfo.TestRequestExecutionTimeInfo() -> void
Microsoft.Testing.Platform.Extensions.Messages.TestRequestExecutionTimeInfo.TestRequestExecutionTimeInfo(Microsoft.Testing.Platform.Extensions.Messages.TimingInfo timingInfo) -> void
Microsoft.Testing.Platform.Extensions.Messages.TestRequestExecutionTimeInfo.TimingInfo.get -> Microsoft.Testing.Platform.Extensions.Messages.TimingInfo
Microsoft.Testing.Platform.Extensions.TestFramework.CloseTestSessionContext.CloseTestSessionContext(Microsoft.Testing.Platform.TestHost.SessionUid sessionUid, System.Threading.CancellationToken cancellationToken) -> void
Microsoft.Testing.Platform.Extensions.TestFramework.CreateTestSessionContext.CreateTestSessionContext(Microsoft.Testing.Platform.TestHost.SessionUid sessionUid, System.Threading.CancellationToken cancellationToken) -> void
Microsoft.Testing.Platform.Extensions.TestHost.TestSessionLifetimeHandlersContainer
Microsoft.Testing.Platform.Extensions.TestHost.TestSessionLifetimeHandlersContainer.TestSessionLifetimeHandlers.get -> System.Collections.Generic.IEnumerable<Microsoft.Testing.Platform.Extensions.TestHost.ITestSessionLifetimeHandler!>!
Microsoft.Testing.Platform.Extensions.TestHost.TestSessionLifetimeHandlersContainer.TestSessionLifetimeHandlersContainer(System.Collections.Generic.IEnumerable<Microsoft.Testing.Platform.Extensions.TestHost.ITestSessionLifetimeHandler!>! testSessionLifetimeHandlers) -> void
Microsoft.Testing.Platform.Extensions.TestHostControllers.SystemExtension
Microsoft.Testing.Platform.Extensions.TestHostControllers.SystemExtension.Description.get -> string!
Microsoft.Testing.Platform.Extensions.TestHostControllers.SystemExtension.DisplayName.get -> string!
Microsoft.Testing.Platform.Extensions.TestHostControllers.SystemExtension.IsEnabledAsync() -> System.Threading.Tasks.Task<bool>!
Microsoft.Testing.Platform.Extensions.TestHostControllers.SystemExtension.SystemExtension() -> void
Microsoft.Testing.Platform.Extensions.TestHostControllers.SystemExtension.Uid.get -> string!
Microsoft.Testing.Platform.Extensions.TestHostControllers.SystemExtension.Version.get -> string!
Microsoft.Testing.Platform.Extensions.TestHostOrchestrator.ITestHostOrchestrator
Microsoft.Testing.Platform.Extensions.TestHostOrchestrator.ITestHostOrchestratorManager
Microsoft.Testing.Platform.Extensions.TestHostOrchestrator.ITestHostOrchestratorManager.AddTestHostOrchestrator(System.Func<System.IServiceProvider!, Microsoft.Testing.Platform.Extensions.TestHostOrchestrator.ITestHostOrchestrator!>! factory) -> void
Microsoft.Testing.Platform.Extensions.TestHostOrchestrator.ITestHostOrchestratorManager.AddTestHostOrchestratorApplicationLifetime(System.Func<System.IServiceProvider!, Microsoft.Testing.Platform.Extensions.TestHostOrchestrator.ITestHostOrchestratorApplicationLifetime!>! testHostOrchestratorApplicationLifetimeFactory) -> void
Microsoft.Testing.Platform.Extensions.TestHostOrchestrator.TestHostOrchestratorManager
Microsoft.Testing.Platform.Extensions.TestHostOrchestrator.TestHostOrchestratorManager.AddTestHostOrchestrator(System.Func<System.IServiceProvider!, Microsoft.Testing.Platform.Extensions.TestHostOrchestrator.ITestHostOrchestrator!>! factory) -> void
Microsoft.Testing.Platform.Extensions.TestHostOrchestrator.TestHostOrchestratorManager.TestHostOrchestratorManager() -> void
Microsoft.Testing.Platform.Helpers.ActionResult
Microsoft.Testing.Platform.Helpers.ActionResult<TResult>
Microsoft.Testing.Platform.Helpers.ActionResult<TResult>.ActionResult(bool isSuccess, TResult? result) -> void
Microsoft.Testing.Platform.Helpers.ActionResult<TResult>.IsSuccess.get -> bool
Microsoft.Testing.Platform.Helpers.ActionResult<TResult>.Result.get -> TResult?
Microsoft.Testing.Platform.Helpers.ApplicationStateGuard
Microsoft.Testing.Platform.Helpers.AppVersion
Microsoft.Testing.Platform.Helpers.ArgumentGuard
Microsoft.Testing.Platform.Helpers.CIEnvironmentDetector
Microsoft.Testing.Platform.Helpers.CIEnvironmentDetector.CIEnvironmentDetector(Microsoft.Testing.Platform.Helpers.IEnvironment! environment) -> void
Microsoft.Testing.Platform.Helpers.CIEnvironmentDetector.IsCIEnvironment() -> bool
Microsoft.Testing.Platform.Helpers.CountDownEventExtensions
Microsoft.Testing.Platform.Helpers.DisposeHelper
Microsoft.Testing.Platform.Helpers.EnvironmentVariableConstants
Microsoft.Testing.Platform.Helpers.ExitCode
Microsoft.Testing.Platform.Helpers.ExitCode.AtLeastOneTestFailed = 2 -> Microsoft.Testing.Platform.Helpers.ExitCode
Microsoft.Testing.Platform.Helpers.ExitCode.DependentProcessExited = 11 -> Microsoft.Testing.Platform.Helpers.ExitCode
Microsoft.Testing.Platform.Helpers.ExitCode.GenericFailure = 1 -> Microsoft.Testing.Platform.Helpers.ExitCode
Microsoft.Testing.Platform.Helpers.ExitCode.IncompatibleProtocolVersion = 12 -> Microsoft.Testing.Platform.Helpers.ExitCode
Microsoft.Testing.Platform.Helpers.ExitCode.InvalidCommandLine = 5 -> Microsoft.Testing.Platform.Helpers.ExitCode
Microsoft.Testing.Platform.Helpers.ExitCode.InvalidPlatformSetup = 4 -> Microsoft.Testing.Platform.Helpers.ExitCode
Microsoft.Testing.Platform.Helpers.ExitCode.MinimumExpectedTestsPolicyViolation = 9 -> Microsoft.Testing.Platform.Helpers.ExitCode
Microsoft.Testing.Platform.Helpers.ExitCode.Success = 0 -> Microsoft.Testing.Platform.Helpers.ExitCode
Microsoft.Testing.Platform.Helpers.ExitCode.TestAdapterTestSessionFailure = 10 -> Microsoft.Testing.Platform.Helpers.ExitCode
Microsoft.Testing.Platform.Helpers.ExitCode.TestExecutionStoppedForMaxFailedTests = 13 -> Microsoft.Testing.Platform.Helpers.ExitCode
Microsoft.Testing.Platform.Helpers.ExitCode.TestHostProcessExitedNonGracefully = 7 -> Microsoft.Testing.Platform.Helpers.ExitCode
Microsoft.Testing.Platform.Helpers.ExitCode.TestSessionAborted = 3 -> Microsoft.Testing.Platform.Helpers.ExitCode
Microsoft.Testing.Platform.Helpers.ExitCode.ZeroTests = 8 -> Microsoft.Testing.Platform.Helpers.ExitCode
Microsoft.Testing.Platform.Helpers.ExtensionBuilderHelper
Microsoft.Testing.Platform.Helpers.ExtensionHelper
Microsoft.Testing.Platform.Helpers.ExtensionValidationHelper
Microsoft.Testing.Platform.Helpers.IAsyncMonitor
Microsoft.Testing.Platform.Helpers.IAsyncMonitor.LockAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<System.IDisposable!>!
Microsoft.Testing.Platform.Helpers.IAsyncMonitor.LockAsync(System.TimeSpan timeout) -> System.Threading.Tasks.Task<System.IDisposable!>!
Microsoft.Testing.Platform.Helpers.IAsyncMonitorFactory
Microsoft.Testing.Platform.Helpers.IAsyncMonitorFactory.Create() -> Microsoft.Testing.Platform.Helpers.IAsyncMonitor!
Microsoft.Testing.Platform.Helpers.IClock
Microsoft.Testing.Platform.Helpers.IClock.UtcNow.get -> System.DateTimeOffset
Microsoft.Testing.Platform.Helpers.IConsole
Microsoft.Testing.Platform.Helpers.IConsole.BufferHeight.get -> int
Microsoft.Testing.Platform.Helpers.IConsole.BufferWidth.get -> int
Microsoft.Testing.Platform.Helpers.IConsole.CancelKeyPress -> System.ConsoleCancelEventHandler?
Microsoft.Testing.Platform.Helpers.IConsole.Clear() -> void
Microsoft.Testing.Platform.Helpers.IConsole.GetForegroundColor() -> System.ConsoleColor
Microsoft.Testing.Platform.Helpers.IConsole.IsOutputRedirected.get -> bool
Microsoft.Testing.Platform.Helpers.IConsole.SetForegroundColor(System.ConsoleColor color) -> void
Microsoft.Testing.Platform.Helpers.IConsole.WindowHeight.get -> int
Microsoft.Testing.Platform.Helpers.IConsole.WindowWidth.get -> int
Microsoft.Testing.Platform.Helpers.IConsole.Write(char value) -> void
Microsoft.Testing.Platform.Helpers.IConsole.Write(string? value) -> void
Microsoft.Testing.Platform.Helpers.IConsole.WriteLine() -> void
Microsoft.Testing.Platform.Helpers.IConsole.WriteLine(string? value) -> void
Microsoft.Testing.Platform.Helpers.IEnvironment
Microsoft.Testing.Platform.Helpers.IEnvironment.CommandLine.get -> string!
Microsoft.Testing.Platform.Helpers.IEnvironment.Exit(int exitCode) -> void
Microsoft.Testing.Platform.Helpers.IEnvironment.FailFast(string? message, System.Exception? exception) -> void
Microsoft.Testing.Platform.Helpers.IEnvironment.FailFast(string? message) -> void
Microsoft.Testing.Platform.Helpers.IEnvironment.GetCommandLineArgs() -> string![]!
Microsoft.Testing.Platform.Helpers.IEnvironment.GetEnvironmentVariable(string! name) -> string?
Microsoft.Testing.Platform.Helpers.IEnvironment.GetEnvironmentVariables() -> System.Collections.IDictionary!
Microsoft.Testing.Platform.Helpers.IEnvironment.GetFolderPath(System.Environment.SpecialFolder folder, System.Environment.SpecialFolderOption option) -> string!
Microsoft.Testing.Platform.Helpers.IEnvironment.MachineName.get -> string!
Microsoft.Testing.Platform.Helpers.IEnvironment.NewLine.get -> string!
Microsoft.Testing.Platform.Helpers.IEnvironment.OsVersion.get -> string!
Microsoft.Testing.Platform.Helpers.IEnvironment.ProcessId.get -> int
Microsoft.Testing.Platform.Helpers.IEnvironment.SetEnvironmentVariable(string! variable, string? value) -> void
Microsoft.Testing.Platform.Helpers.IFileStream
Microsoft.Testing.Platform.Helpers.IFileStream.Name.get -> string!
Microsoft.Testing.Platform.Helpers.IFileStream.Stream.get -> System.IO.Stream!
Microsoft.Testing.Platform.Helpers.IFileStreamFactory
Microsoft.Testing.Platform.Helpers.IFileStreamFactory.Create(string! path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) -> Microsoft.Testing.Platform.Helpers.IFileStream!
Microsoft.Testing.Platform.Helpers.IFileSystem
Microsoft.Testing.Platform.Helpers.IFileSystem.CopyFile(string! sourceFileName, string! destFileName, bool overwrite = false) -> void
Microsoft.Testing.Platform.Helpers.IFileSystem.CreateDirectory(string! path) -> string!
Microsoft.Testing.Platform.Helpers.IFileSystem.DeleteFile(string! path) -> void
Microsoft.Testing.Platform.Helpers.IFileSystem.ExistDirectory(string? path) -> bool
Microsoft.Testing.Platform.Helpers.IFileSystem.ExistFile(string! path) -> bool
Microsoft.Testing.Platform.Helpers.IFileSystem.GetFiles(string! path, string! searchPattern, System.IO.SearchOption searchOption) -> string![]!
Microsoft.Testing.Platform.Helpers.IFileSystem.MoveFile(string! sourceFileName, string! destFileName, bool overwrite = false) -> void
Microsoft.Testing.Platform.Helpers.IFileSystem.NewFileStream(string! path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) -> Microsoft.Testing.Platform.Helpers.IFileStream!
Microsoft.Testing.Platform.Helpers.IFileSystem.NewFileStream(string! path, System.IO.FileMode mode, System.IO.FileAccess access) -> Microsoft.Testing.Platform.Helpers.IFileStream!
Microsoft.Testing.Platform.Helpers.IFileSystem.NewFileStream(string! path, System.IO.FileMode mode) -> Microsoft.Testing.Platform.Helpers.IFileStream!
Microsoft.Testing.Platform.Helpers.IFileSystem.ReadAllText(string! path) -> string!
Microsoft.Testing.Platform.Helpers.IFileSystem.ReadAllTextAsync(string! path) -> System.Threading.Tasks.Task<string!>!
Microsoft.Testing.Platform.Helpers.IMainModule
Microsoft.Testing.Platform.Helpers.IMainModule.FileName.get -> string!
Microsoft.Testing.Platform.Helpers.IMonitor
Microsoft.Testing.Platform.Helpers.IMonitor.Lock(object! obj) -> System.IDisposable!
Microsoft.Testing.Platform.Helpers.IProcess
Microsoft.Testing.Platform.Helpers.IProcess.ExitCode.get -> int
Microsoft.Testing.Platform.Helpers.IProcess.Exited -> System.EventHandler!
Microsoft.Testing.Platform.Helpers.IProcess.HasExited.get -> bool
Microsoft.Testing.Platform.Helpers.IProcess.Id.get -> int
Microsoft.Testing.Platform.Helpers.IProcess.Kill() -> void
Microsoft.Testing.Platform.Helpers.IProcess.MainModule.get -> Microsoft.Testing.Platform.Helpers.IMainModule?
Microsoft.Testing.Platform.Helpers.IProcess.Name.get -> string!
Microsoft.Testing.Platform.Helpers.IProcess.StartTime.get -> System.DateTime
Microsoft.Testing.Platform.Helpers.IProcess.WaitForExit() -> void
Microsoft.Testing.Platform.Helpers.IProcess.WaitForExitAsync() -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Helpers.IProcess.WaitForExitAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Helpers.IProcessHandler
Microsoft.Testing.Platform.Helpers.IProcessHandler.GetCurrentProcess() -> Microsoft.Testing.Platform.Helpers.IProcess!
Microsoft.Testing.Platform.Helpers.IProcessHandler.GetProcessById(int pid) -> Microsoft.Testing.Platform.Helpers.IProcess!
Microsoft.Testing.Platform.Helpers.IProcessHandler.Start(System.Diagnostics.ProcessStartInfo! startInfo) -> Microsoft.Testing.Platform.Helpers.IProcess!
Microsoft.Testing.Platform.Helpers.IRuntimeFeature
Microsoft.Testing.Platform.Helpers.IRuntimeFeature.IsDynamicCodeSupported.get -> bool
Microsoft.Testing.Platform.Helpers.IRuntimeFeature.IsHotReloadEnabled.get -> bool
Microsoft.Testing.Platform.Helpers.IStopwatch
Microsoft.Testing.Platform.Helpers.IStopwatch.Elapsed.get -> System.TimeSpan
Microsoft.Testing.Platform.Helpers.IStopwatch.Start() -> void
Microsoft.Testing.Platform.Helpers.IStopwatch.Stop() -> void
Microsoft.Testing.Platform.Helpers.ITask
Microsoft.Testing.Platform.Helpers.ITask.Delay(int millisecondDelay) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Helpers.ITask.Delay(System.TimeSpan timeSpan, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Helpers.ITask.Run(System.Action! action) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Helpers.ITask.Run(System.Func<System.Threading.Tasks.Task!>! function, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Helpers.ITask.Run<T>(System.Func<System.Threading.Tasks.Task<T>?>! function, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<T>!
Microsoft.Testing.Platform.Helpers.ITask.RunLongRunning(System.Func<System.Threading.Tasks.Task!>! action, string! name, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Helpers.ITask.WhenAll(params System.Threading.Tasks.Task![]! tasks) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Helpers.IUnhandledExceptionsHandler
Microsoft.Testing.Platform.Helpers.IUnhandledExceptionsHandler.SetLogger(Microsoft.Testing.Platform.Logging.ILogger! logger) -> void
Microsoft.Testing.Platform.Helpers.IUnhandledExceptionsHandler.Subscribe() -> void
Microsoft.Testing.Platform.Helpers.IUnhandledExceptionsPolicy
Microsoft.Testing.Platform.Helpers.IUnhandledExceptionsPolicy.FastFailOnFailure.get -> bool
Microsoft.Testing.Platform.Helpers.LLMEnvironmentDetector
Microsoft.Testing.Platform.Helpers.LLMEnvironmentDetector.IsLLMEnvironment() -> bool
Microsoft.Testing.Platform.Helpers.LLMEnvironmentDetector.LLMEnvironmentDetector(Microsoft.Testing.Platform.Helpers.IEnvironment! environment) -> void
Microsoft.Testing.Platform.Helpers.NonCooperativeParentProcessListener
Microsoft.Testing.Platform.Helpers.NonCooperativeParentProcessListener.Dispose() -> void
Microsoft.Testing.Platform.Helpers.NonCooperativeParentProcessListener.NonCooperativeParentProcessListener(Microsoft.Testing.Platform.CommandLine.ICommandLineOptions! commandLineOptions, Microsoft.Testing.Platform.Helpers.IEnvironment! environment) -> void
Microsoft.Testing.Platform.Helpers.ObjectPool<T>
Microsoft.Testing.Platform.Helpers.ObjectPool<T>.Allocate() -> T!
Microsoft.Testing.Platform.Helpers.ObjectPool<T>.Factory
Microsoft.Testing.Platform.Helpers.ObjectPool<T>.Free(T! obj, System.Threading.CancellationToken cancellationToken) -> void
Microsoft.Testing.Platform.Helpers.PasteArguments
Microsoft.Testing.Platform.Helpers.Sha256Hasher
Microsoft.Testing.Platform.Helpers.StackTraceHelper
Microsoft.Testing.Platform.Helpers.StackTraceRegexHelper
Microsoft.Testing.Platform.Helpers.SystemAsyncMonitor
Microsoft.Testing.Platform.Helpers.SystemAsyncMonitor.Dispose() -> void
Microsoft.Testing.Platform.Helpers.SystemAsyncMonitor.LockAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<System.IDisposable!>!
Microsoft.Testing.Platform.Helpers.SystemAsyncMonitor.LockAsync(System.TimeSpan timeout) -> System.Threading.Tasks.Task<System.IDisposable!>!
Microsoft.Testing.Platform.Helpers.SystemAsyncMonitor.SystemAsyncMonitor() -> void
Microsoft.Testing.Platform.Helpers.SystemClock
Microsoft.Testing.Platform.Helpers.SystemClock.SystemClock() -> void
Microsoft.Testing.Platform.Helpers.SystemClock.UtcNow.get -> System.DateTimeOffset
Microsoft.Testing.Platform.Helpers.SystemConsole
Microsoft.Testing.Platform.Helpers.SystemConsole.BufferHeight.get -> int
Microsoft.Testing.Platform.Helpers.SystemConsole.BufferWidth.get -> int
Microsoft.Testing.Platform.Helpers.SystemConsole.CancelKeyPress -> System.ConsoleCancelEventHandler?
Microsoft.Testing.Platform.Helpers.SystemConsole.Clear() -> void
Microsoft.Testing.Platform.Helpers.SystemConsole.GetForegroundColor() -> System.ConsoleColor
Microsoft.Testing.Platform.Helpers.SystemConsole.IsOutputRedirected.get -> bool
Microsoft.Testing.Platform.Helpers.SystemConsole.SetForegroundColor(System.ConsoleColor color) -> void
Microsoft.Testing.Platform.Helpers.SystemConsole.SuppressOutput() -> void
Microsoft.Testing.Platform.Helpers.SystemConsole.SystemConsole() -> void
Microsoft.Testing.Platform.Helpers.SystemConsole.WindowHeight.get -> int
Microsoft.Testing.Platform.Helpers.SystemConsole.WindowWidth.get -> int
Microsoft.Testing.Platform.Helpers.SystemConsole.Write(char value) -> void
Microsoft.Testing.Platform.Helpers.SystemConsole.Write(string? value) -> void
Microsoft.Testing.Platform.Helpers.SystemConsole.WriteLine() -> void
Microsoft.Testing.Platform.Helpers.SystemConsole.WriteLine(string? value) -> void
Microsoft.Testing.Platform.Helpers.SystemEnvironment
Microsoft.Testing.Platform.Helpers.SystemEnvironment.CommandLine.get -> string!
Microsoft.Testing.Platform.Helpers.SystemEnvironment.Exit(int exitCode) -> void
Microsoft.Testing.Platform.Helpers.SystemEnvironment.FailFast(string? message, System.Exception? exception) -> void
Microsoft.Testing.Platform.Helpers.SystemEnvironment.FailFast(string? message) -> void
Microsoft.Testing.Platform.Helpers.SystemEnvironment.GetCommandLineArgs() -> string![]!
Microsoft.Testing.Platform.Helpers.SystemEnvironment.GetEnvironmentVariable(string! name) -> string?
Microsoft.Testing.Platform.Helpers.SystemEnvironment.GetEnvironmentVariables() -> System.Collections.IDictionary!
Microsoft.Testing.Platform.Helpers.SystemEnvironment.GetFolderPath(System.Environment.SpecialFolder folder, System.Environment.SpecialFolderOption option) -> string!
Microsoft.Testing.Platform.Helpers.SystemEnvironment.MachineName.get -> string!
Microsoft.Testing.Platform.Helpers.SystemEnvironment.NewLine.get -> string!
Microsoft.Testing.Platform.Helpers.SystemEnvironment.OsVersion.get -> string!
Microsoft.Testing.Platform.Helpers.SystemEnvironment.ProcessId.get -> int
Microsoft.Testing.Platform.Helpers.SystemEnvironment.SetEnvironmentVariable(string! variable, string? value) -> void
Microsoft.Testing.Platform.Helpers.SystemEnvironment.SystemEnvironment() -> void
Microsoft.Testing.Platform.Helpers.SystemFileStream
Microsoft.Testing.Platform.Helpers.SystemFileStream.Dispose() -> void
Microsoft.Testing.Platform.Helpers.SystemFileStream.Name.get -> string!
Microsoft.Testing.Platform.Helpers.SystemFileStream.Stream.get -> System.IO.Stream!
Microsoft.Testing.Platform.Helpers.SystemFileStream.SystemFileStream(string! path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) -> void
Microsoft.Testing.Platform.Helpers.SystemFileStream.SystemFileStream(string! path, System.IO.FileMode mode, System.IO.FileAccess access) -> void
Microsoft.Testing.Platform.Helpers.SystemFileStream.SystemFileStream(string! path, System.IO.FileMode mode) -> void
Microsoft.Testing.Platform.Helpers.SystemFileStreamFactory
Microsoft.Testing.Platform.Helpers.SystemFileStreamFactory.Create(string! path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) -> Microsoft.Testing.Platform.Helpers.IFileStream!
Microsoft.Testing.Platform.Helpers.SystemFileStreamFactory.SystemFileStreamFactory() -> void
Microsoft.Testing.Platform.Helpers.SystemFileSystem
Microsoft.Testing.Platform.Helpers.SystemFileSystem.CopyFile(string! sourceFileName, string! destFileName, bool overwrite = false) -> void
Microsoft.Testing.Platform.Helpers.SystemFileSystem.CreateDirectory(string! path) -> string!
Microsoft.Testing.Platform.Helpers.SystemFileSystem.DeleteFile(string! path) -> void
Microsoft.Testing.Platform.Helpers.SystemFileSystem.ExistDirectory(string? path) -> bool
Microsoft.Testing.Platform.Helpers.SystemFileSystem.ExistFile(string! path) -> bool
Microsoft.Testing.Platform.Helpers.SystemFileSystem.GetFiles(string! path, string! searchPattern, System.IO.SearchOption searchOption) -> string![]!
Microsoft.Testing.Platform.Helpers.SystemFileSystem.MoveFile(string! sourceFileName, string! destFileName, bool overwrite = false) -> void
Microsoft.Testing.Platform.Helpers.SystemFileSystem.NewFileStream(string! path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) -> Microsoft.Testing.Platform.Helpers.IFileStream!
Microsoft.Testing.Platform.Helpers.SystemFileSystem.NewFileStream(string! path, System.IO.FileMode mode, System.IO.FileAccess access) -> Microsoft.Testing.Platform.Helpers.IFileStream!
Microsoft.Testing.Platform.Helpers.SystemFileSystem.NewFileStream(string! path, System.IO.FileMode mode) -> Microsoft.Testing.Platform.Helpers.IFileStream!
Microsoft.Testing.Platform.Helpers.SystemFileSystem.ReadAllText(string! path) -> string!
Microsoft.Testing.Platform.Helpers.SystemFileSystem.ReadAllTextAsync(string! path) -> System.Threading.Tasks.Task<string!>!
Microsoft.Testing.Platform.Helpers.SystemFileSystem.SystemFileSystem() -> void
Microsoft.Testing.Platform.Helpers.SystemMainModule
Microsoft.Testing.Platform.Helpers.SystemMainModule.FileName.get -> string!
Microsoft.Testing.Platform.Helpers.SystemMainModule.SystemMainModule(System.Diagnostics.ProcessModule! processModule) -> void
Microsoft.Testing.Platform.Helpers.SystemMonitor
Microsoft.Testing.Platform.Helpers.SystemMonitor.Lock(object! obj) -> System.IDisposable!
Microsoft.Testing.Platform.Helpers.SystemMonitor.SystemMonitor() -> void
Microsoft.Testing.Platform.Helpers.SystemMonitorAsyncFactory
Microsoft.Testing.Platform.Helpers.SystemMonitorAsyncFactory.Create() -> Microsoft.Testing.Platform.Helpers.IAsyncMonitor!
Microsoft.Testing.Platform.Helpers.SystemMonitorAsyncFactory.SystemMonitorAsyncFactory() -> void
Microsoft.Testing.Platform.Helpers.SystemProcess
Microsoft.Testing.Platform.Helpers.SystemProcess.Dispose() -> void
Microsoft.Testing.Platform.Helpers.SystemProcess.ExitCode.get -> int
Microsoft.Testing.Platform.Helpers.SystemProcess.Exited -> System.EventHandler?
Microsoft.Testing.Platform.Helpers.SystemProcess.HasExited.get -> bool
Microsoft.Testing.Platform.Helpers.SystemProcess.Id.get -> int
Microsoft.Testing.Platform.Helpers.SystemProcess.Kill() -> void
Microsoft.Testing.Platform.Helpers.SystemProcess.MainModule.get -> Microsoft.Testing.Platform.Helpers.IMainModule?
Microsoft.Testing.Platform.Helpers.SystemProcess.Name.get -> string!
Microsoft.Testing.Platform.Helpers.SystemProcess.StartTime.get -> System.DateTime
Microsoft.Testing.Platform.Helpers.SystemProcess.SystemProcess(System.Diagnostics.Process! process) -> void
Microsoft.Testing.Platform.Helpers.SystemProcess.WaitForExit() -> void
Microsoft.Testing.Platform.Helpers.SystemProcess.WaitForExitAsync() -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Helpers.SystemProcess.WaitForExitAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Helpers.SystemProcessHandler
Microsoft.Testing.Platform.Helpers.SystemProcessHandler.GetCurrentProcess() -> Microsoft.Testing.Platform.Helpers.IProcess!
Microsoft.Testing.Platform.Helpers.SystemProcessHandler.GetProcessById(int pid) -> Microsoft.Testing.Platform.Helpers.IProcess!
Microsoft.Testing.Platform.Helpers.SystemProcessHandler.Start(System.Diagnostics.ProcessStartInfo! startInfo) -> Microsoft.Testing.Platform.Helpers.IProcess!
Microsoft.Testing.Platform.Helpers.SystemProcessHandler.SystemProcessHandler() -> void
Microsoft.Testing.Platform.Helpers.SystemRuntimeFeature
Microsoft.Testing.Platform.Helpers.SystemRuntimeFeature.EnableHotReload() -> void
Microsoft.Testing.Platform.Helpers.SystemRuntimeFeature.IsDynamicCodeSupported.get -> bool
Microsoft.Testing.Platform.Helpers.SystemRuntimeFeature.IsHotReloadEnabled.get -> bool
Microsoft.Testing.Platform.Helpers.SystemRuntimeFeature.SystemRuntimeFeature() -> void
Microsoft.Testing.Platform.Helpers.SystemStopwatch
Microsoft.Testing.Platform.Helpers.SystemStopwatch.Elapsed.get -> System.TimeSpan
Microsoft.Testing.Platform.Helpers.SystemStopwatch.Start() -> void
Microsoft.Testing.Platform.Helpers.SystemStopwatch.Stop() -> void
Microsoft.Testing.Platform.Helpers.SystemStopwatch.SystemStopwatch() -> void
Microsoft.Testing.Platform.Helpers.SystemTask
Microsoft.Testing.Platform.Helpers.SystemTask.Delay(int millisecondDelay) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Helpers.SystemTask.Delay(System.TimeSpan timeSpan, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Helpers.SystemTask.Run(System.Action! action) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Helpers.SystemTask.Run(System.Func<System.Threading.Tasks.Task!>! function, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Helpers.SystemTask.Run<T>(System.Func<System.Threading.Tasks.Task<T>?>! function, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<T>!
Microsoft.Testing.Platform.Helpers.SystemTask.RunLongRunning(System.Func<System.Threading.Tasks.Task!>! action, string! name, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Helpers.SystemTask.SystemTask() -> void
Microsoft.Testing.Platform.Helpers.SystemTask.WhenAll(params System.Threading.Tasks.Task![]! tasks) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Helpers.TaskExtensions
Microsoft.Testing.Platform.Helpers.TestHostHandleToProcessAdapter
Microsoft.Testing.Platform.Helpers.TestHostHandleToProcessAdapter.Dispose() -> void
Microsoft.Testing.Platform.Helpers.TestHostHandleToProcessAdapter.ExitCode.get -> int
Microsoft.Testing.Platform.Helpers.TestHostHandleToProcessAdapter.Exited -> System.EventHandler?
Microsoft.Testing.Platform.Helpers.TestHostHandleToProcessAdapter.HasExited.get -> bool
Microsoft.Testing.Platform.Helpers.TestHostHandleToProcessAdapter.Id.get -> int
Microsoft.Testing.Platform.Helpers.TestHostHandleToProcessAdapter.Kill() -> void
Microsoft.Testing.Platform.Helpers.TestHostHandleToProcessAdapter.MainModule.get -> Microsoft.Testing.Platform.Helpers.IMainModule?
Microsoft.Testing.Platform.Helpers.TestHostHandleToProcessAdapter.Name.get -> string!
Microsoft.Testing.Platform.Helpers.TestHostHandleToProcessAdapter.StartTime.get -> System.DateTime
Microsoft.Testing.Platform.Helpers.TestHostHandleToProcessAdapter.TestHostHandleToProcessAdapter(Microsoft.Testing.Platform.Extensions.TestHostControllers.ITestHostHandle! handle) -> void
Microsoft.Testing.Platform.Helpers.TestHostHandleToProcessAdapter.WaitForExit() -> void
Microsoft.Testing.Platform.Helpers.TestHostHandleToProcessAdapter.WaitForExitAsync() -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Helpers.TestHostHandleToProcessAdapter.WaitForExitAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Helpers.TimeoutHelper
Microsoft.Testing.Platform.Helpers.TimeSpanDefaultUnit
Microsoft.Testing.Platform.Helpers.TimeSpanDefaultUnit.Days = 4 -> Microsoft.Testing.Platform.Helpers.TimeSpanDefaultUnit
Microsoft.Testing.Platform.Helpers.TimeSpanDefaultUnit.Hours = 3 -> Microsoft.Testing.Platform.Helpers.TimeSpanDefaultUnit
Microsoft.Testing.Platform.Helpers.TimeSpanDefaultUnit.Milliseconds = 0 -> Microsoft.Testing.Platform.Helpers.TimeSpanDefaultUnit
Microsoft.Testing.Platform.Helpers.TimeSpanDefaultUnit.Minutes = 2 -> Microsoft.Testing.Platform.Helpers.TimeSpanDefaultUnit
Microsoft.Testing.Platform.Helpers.TimeSpanDefaultUnit.Seconds = 1 -> Microsoft.Testing.Platform.Helpers.TimeSpanDefaultUnit
Microsoft.Testing.Platform.Helpers.TimeSpanParser
Microsoft.Testing.Platform.Helpers.UnhandledExceptionHandler
Microsoft.Testing.Platform.Helpers.UnhandledExceptionHandler.SetLogger(Microsoft.Testing.Platform.Logging.ILogger! logger) -> void
Microsoft.Testing.Platform.Helpers.UnhandledExceptionHandler.Subscribe() -> void
Microsoft.Testing.Platform.Helpers.UnhandledExceptionHandler.UnhandledExceptionHandler(Microsoft.Testing.Platform.Helpers.IEnvironment! environment, Microsoft.Testing.Platform.Helpers.IConsole! console, bool isTestHost = false) -> void
Microsoft.Testing.Platform.Helpers.UnhandledExceptionsPolicy
Microsoft.Testing.Platform.Helpers.UnhandledExceptionsPolicy.FastFailOnFailure.get -> bool
Microsoft.Testing.Platform.Helpers.UnhandledExceptionsPolicy.UnhandledExceptionsPolicy(bool fastFailOnFailure) -> void
Microsoft.Testing.Platform.Hosts.CommonHost
Microsoft.Testing.Platform.Hosts.CommonHost.CommonHost(Microsoft.Testing.Platform.Services.ServiceProvider! serviceProvider) -> void
Microsoft.Testing.Platform.Hosts.CommonHost.PushOnlyProtocol.get -> Microsoft.Testing.Platform.ServerMode.IPushOnlyProtocol?
Microsoft.Testing.Platform.Hosts.CommonHost.RunAsync() -> System.Threading.Tasks.Task<int>!
Microsoft.Testing.Platform.Hosts.CommonHost.ServiceProvider.get -> Microsoft.Testing.Platform.Services.ServiceProvider!
Microsoft.Testing.Platform.Hosts.ConsoleTestHost
Microsoft.Testing.Platform.Hosts.ConsoleTestHost.ConsoleTestHost(Microsoft.Testing.Platform.Services.ServiceProvider! serviceProvider, System.Func<Microsoft.Testing.Platform.Hosts.TestFrameworkBuilderData!, System.Threading.Tasks.Task<Microsoft.Testing.Platform.Extensions.TestFramework.ITestFramework!>!>! buildTestFrameworkAsync, Microsoft.Testing.Internal.Framework.TestFrameworkManager! testFrameworkManager, Microsoft.Testing.Platform.TestHost.TestHostManager! testHostManager) -> void
Microsoft.Testing.Platform.Hosts.IHost
Microsoft.Testing.Platform.Hosts.IHost.RunAsync() -> System.Threading.Tasks.Task<int>!
Microsoft.Testing.Platform.Hosts.IServerTestHost
Microsoft.Testing.Platform.Hosts.IServerTestHost.PushDataAsync(Microsoft.Testing.Platform.Extensions.Messages.IData! data, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Hosts.IServerTestHost.SendTelemetryEventUpdateAsync(Microsoft.Testing.Platform.ServerMode.TelemetryEventArgs! args, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Hosts.IServerTestHost.SendTestUpdateAsync(Microsoft.Testing.Platform.ServerMode.TestNodeStateChangedEventArgs! update, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Hosts.ITestHostBuilder
Microsoft.Testing.Platform.Hosts.ITestHostBuilder.BuildAsync(Microsoft.Testing.Platform.Logging.ApplicationLoggingState! loggingState, Microsoft.Testing.Platform.Builder.TestApplicationOptions! testApplicationOptions, Microsoft.Testing.Platform.Helpers.IUnhandledExceptionsHandler! unhandledExceptionsHandler, System.DateTimeOffset createBuilderStart) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Hosts.IHost!>!
Microsoft.Testing.Platform.Hosts.ITestHostBuilder.CommandLine.get -> Microsoft.Testing.Platform.CommandLine.ICommandLineManager!
Microsoft.Testing.Platform.Hosts.ITestHostBuilder.Configuration.get -> Microsoft.Testing.Platform.Configurations.IConfigurationManager!
Microsoft.Testing.Platform.Hosts.ITestHostBuilder.Logging.get -> Microsoft.Testing.Platform.Logging.ILoggingManager!
Microsoft.Testing.Platform.Hosts.ITestHostBuilder.Telemetry.get -> Microsoft.Testing.Platform.Telemetry.ITelemetryManager!
Microsoft.Testing.Platform.Hosts.ITestHostBuilder.TestFramework.get -> Microsoft.Testing.Internal.Framework.ITestFrameworkManager?
Microsoft.Testing.Platform.Hosts.ITestHostBuilder.TestFramework.set -> void
Microsoft.Testing.Platform.Hosts.ITestHostBuilder.TestHost.get -> Microsoft.Testing.Platform.TestHost.ITestHostManager!
Microsoft.Testing.Platform.Hosts.ITestHostBuilder.TestHostControllers.get -> Microsoft.Testing.Platform.TestHostControllers.ITestHostControllersManager!
Microsoft.Testing.Platform.Hosts.ITestHostBuilder.TestHostOrchestrator.get -> Microsoft.Testing.Platform.TestHostOrchestrator.ITestHostOrchestratorManager!
Microsoft.Testing.Platform.Hosts.ITestHostBuilder.Tools.get -> Microsoft.Testing.Platform.Tools.IToolsManager!
Microsoft.Testing.Platform.Hosts.ServerTestHost
Microsoft.Testing.Platform.Hosts.ServerTestHost.AssertInitialized() -> void
Microsoft.Testing.Platform.Hosts.ServerTestHost.Description.get -> string!
Microsoft.Testing.Platform.Hosts.ServerTestHost.DisplayName.get -> string!
Microsoft.Testing.Platform.Hosts.ServerTestHost.Dispose() -> void
Microsoft.Testing.Platform.Hosts.ServerTestHost.IsEnabledAsync() -> System.Threading.Tasks.Task<bool>!
Microsoft.Testing.Platform.Hosts.ServerTestHost.IsInitialized.get -> bool
Microsoft.Testing.Platform.Hosts.ServerTestHost.PushDataAsync(Microsoft.Testing.Platform.Extensions.Messages.IData! value, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Hosts.ServerTestHost.SendTelemetryEventUpdateAsync(Microsoft.Testing.Platform.ServerMode.TelemetryEventArgs! args, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Hosts.ServerTestHost.SendTestUpdateAsync(Microsoft.Testing.Platform.ServerMode.TestNodeStateChangedEventArgs! update, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Hosts.ServerTestHost.SendTestUpdateCompleteAsync(System.Guid runId, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Hosts.ServerTestHost.ServerTestHost(Microsoft.Testing.Platform.Services.ServiceProvider! serviceProvider, System.Func<Microsoft.Testing.Platform.Hosts.TestFrameworkBuilderData!, System.Threading.Tasks.Task<Microsoft.Testing.Platform.Extensions.TestFramework.ITestFramework!>!>! buildTestFrameworkAsync, Microsoft.Testing.Platform.ServerMode.IMessageHandlerFactory! messageHandlerFactory, Microsoft.Testing.Internal.Framework.TestFrameworkManager! testFrameworkManager, Microsoft.Testing.Platform.TestHost.TestHostManager! testSessionManager) -> void
Microsoft.Testing.Platform.Hosts.ServerTestHost.TestNodeStateChangeAggregator
Microsoft.Testing.Platform.Hosts.ServerTestHost.TestNodeStateChangeAggregator.BuildAggregatedChange() -> Microsoft.Testing.Platform.ServerMode.TestNodeStateChangedEventArgs!
Microsoft.Testing.Platform.Hosts.ServerTestHost.TestNodeStateChangeAggregator.HasChanges.get -> bool
Microsoft.Testing.Platform.Hosts.ServerTestHost.TestNodeStateChangeAggregator.OnStateChange(Microsoft.Testing.Platform.Extensions.Messages.TestNodeUpdateMessage! stateChangedMessage) -> void
Microsoft.Testing.Platform.Hosts.ServerTestHost.TestNodeStateChangeAggregator.RunId.get -> System.Guid
Microsoft.Testing.Platform.Hosts.ServerTestHost.TestNodeStateChangeAggregator.TestNodeStateChangeAggregator(System.Guid runId) -> void
Microsoft.Testing.Platform.Hosts.ServerTestHost.Uid.get -> string!
Microsoft.Testing.Platform.Hosts.ServerTestHost.Version.get -> string!
Microsoft.Testing.Platform.Hosts.TestFrameworkBuilderData
Microsoft.Testing.Platform.Hosts.TestFrameworkBuilderData.IsForDiscoveryRequest.get -> bool
Microsoft.Testing.Platform.Hosts.TestFrameworkBuilderData.MessageBusProxy.get -> Microsoft.Testing.Platform.Messages.MessageBusProxy!
Microsoft.Testing.Platform.Hosts.TestFrameworkBuilderData.PlatformOutputDisplayService.get -> Microsoft.Testing.Platform.OutputDevice.IPlatformOutputDevice!
Microsoft.Testing.Platform.Hosts.TestFrameworkBuilderData.ServerPerCallConsumers.get -> System.Collections.Generic.IEnumerable<Microsoft.Testing.Platform.Extensions.IDataConsumer!>!
Microsoft.Testing.Platform.Hosts.TestFrameworkBuilderData.ServiceProvider.get -> Microsoft.Testing.Platform.Services.ServiceProvider!
Microsoft.Testing.Platform.Hosts.TestFrameworkBuilderData.TestExecutionFilterFactory.get -> Microsoft.Testing.Platform.Requests.ITestExecutionFilterFactory!
Microsoft.Testing.Platform.Hosts.TestFrameworkBuilderData.TestExecutionRequestFactory.get -> Microsoft.Testing.Platform.Requests.ITestExecutionRequestFactory!
Microsoft.Testing.Platform.Hosts.TestFrameworkBuilderData.TestExecutionRequestInvoker.get -> Microsoft.Testing.Platform.Requests.ITestFrameworkInvoker!
Microsoft.Testing.Platform.Hosts.TestFrameworkBuilderData.TestFrameworkBuilderData(Microsoft.Testing.Platform.Services.ServiceProvider! serviceProvider, Microsoft.Testing.Platform.Requests.ITestExecutionRequestFactory! testExecutionRequestFactory, Microsoft.Testing.Platform.Requests.ITestFrameworkInvoker! testExecutionRequestInvoker, Microsoft.Testing.Platform.Requests.ITestExecutionFilterFactory! testExecutionFilterFactory, Microsoft.Testing.Platform.OutputDevice.IPlatformOutputDevice! platformOutputDisplayService, System.Collections.Generic.IEnumerable<Microsoft.Testing.Platform.Extensions.IDataConsumer!>! serverPerCallConsumers, Microsoft.Testing.Internal.Framework.TestFrameworkManager! testFrameworkManager, Microsoft.Testing.Platform.TestHost.TestHostManager! testSessionManager, Microsoft.Testing.Platform.Messages.MessageBusProxy! messageBusProxy, bool isForDiscoveryRequest) -> void
Microsoft.Testing.Platform.Hosts.TestFrameworkBuilderData.TestFrameworkManager.get -> Microsoft.Testing.Internal.Framework.TestFrameworkManager!
Microsoft.Testing.Platform.Hosts.TestFrameworkBuilderData.TestSessionManager.get -> Microsoft.Testing.Platform.TestHost.TestHostManager!
Microsoft.Testing.Platform.Hosts.TestFrameworkProxy
Microsoft.Testing.Platform.Hosts.TestFrameworkProxy.CloseTestSessionAsync(Microsoft.Testing.Platform.Extensions.TestFramework.CloseTestSessionContext! context) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Extensions.TestFramework.CloseTestSessionResult!>!
Microsoft.Testing.Platform.Hosts.TestFrameworkProxy.CreateTestSessionAsync(Microsoft.Testing.Platform.Extensions.TestFramework.CreateTestSessionContext! context) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Extensions.TestFramework.CreateTestSessionResult!>!
Microsoft.Testing.Platform.Hosts.TestFrameworkProxy.Description.get -> string!
Microsoft.Testing.Platform.Hosts.TestFrameworkProxy.DisplayName.get -> string!
Microsoft.Testing.Platform.Hosts.TestFrameworkProxy.ExecuteRequestAsync(Microsoft.Testing.Platform.Extensions.TestFramework.ExecuteRequestContext! context) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Hosts.TestFrameworkProxy.IsEnabledAsync() -> System.Threading.Tasks.Task<bool>!
Microsoft.Testing.Platform.Hosts.TestFrameworkProxy.TestFrameworkProxy(Microsoft.Testing.Platform.Extensions.TestFramework.ITestFramework! testFramework) -> void
Microsoft.Testing.Platform.Hosts.TestFrameworkProxy.Uid.get -> string!
Microsoft.Testing.Platform.Hosts.TestFrameworkProxy.Version.get -> string!
Microsoft.Testing.Platform.Hosts.TestHostBuilder
Microsoft.Testing.Platform.Hosts.TestHostBuilder.BuildAsync(Microsoft.Testing.Platform.Logging.ApplicationLoggingState! loggingState, Microsoft.Testing.Platform.Builder.TestApplicationOptions! testApplicationOptions, Microsoft.Testing.Platform.Helpers.IUnhandledExceptionsHandler! unhandledExceptionsHandler, System.DateTimeOffset createBuilderStart) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Hosts.IHost!>!
Microsoft.Testing.Platform.Hosts.TestHostBuilder.ChatClientManager.get -> Microsoft.Testing.Platform.AI.IChatClientManager!
Microsoft.Testing.Platform.Hosts.TestHostBuilder.CommandLine.get -> Microsoft.Testing.Platform.CommandLine.ICommandLineManager!
Microsoft.Testing.Platform.Hosts.TestHostBuilder.Configuration.get -> Microsoft.Testing.Platform.Configurations.IConfigurationManager!
Microsoft.Testing.Platform.Hosts.TestHostBuilder.Logging.get -> Microsoft.Testing.Platform.Logging.ILoggingManager!
Microsoft.Testing.Platform.Hosts.TestHostBuilder.Telemetry.get -> Microsoft.Testing.Platform.Telemetry.ITelemetryManager!
Microsoft.Testing.Platform.Hosts.TestHostBuilder.TestFramework.get -> Microsoft.Testing.Internal.Framework.ITestFrameworkManager?
Microsoft.Testing.Platform.Hosts.TestHostBuilder.TestFramework.set -> void
Microsoft.Testing.Platform.Hosts.TestHostBuilder.TestHost.get -> Microsoft.Testing.Platform.TestHost.ITestHostManager!
Microsoft.Testing.Platform.Hosts.TestHostBuilder.TestHostBuilder(Microsoft.Testing.Platform.Helpers.IFileSystem! fileSystem, Microsoft.Testing.Platform.Helpers.IRuntimeFeature! runtimeFeature, Microsoft.Testing.Platform.Helpers.IEnvironment! environment, Microsoft.Testing.Platform.Helpers.IProcessHandler! processHandler, Microsoft.Testing.Platform.Services.ITestApplicationModuleInfo! testApplicationModuleInfo) -> void
Microsoft.Testing.Platform.Hosts.TestHostBuilder.TestHostControllers.get -> Microsoft.Testing.Platform.TestHostControllers.ITestHostControllersManager!
Microsoft.Testing.Platform.Hosts.TestHostBuilder.TestHostOrchestrator.get -> Microsoft.Testing.Platform.TestHostOrchestrator.ITestHostOrchestratorManager!
Microsoft.Testing.Platform.Hosts.TestHostBuilder.Tools.get -> Microsoft.Testing.Platform.Tools.IToolsManager!
Microsoft.Testing.Platform.Hosts.TestHostControlledHost
Microsoft.Testing.Platform.Hosts.TestHostControlledHost.Dispose() -> void
Microsoft.Testing.Platform.Hosts.TestHostControlledHost.RunAsync() -> System.Threading.Tasks.Task<int>!
Microsoft.Testing.Platform.Hosts.TestHostControlledHost.TestHostControlledHost(Microsoft.Testing.Platform.IPC.NamedPipeClient! testHostControllerPipeClient, Microsoft.Testing.Platform.Hosts.IHost! innerHost, System.Threading.CancellationToken cancellationToken) -> void
Microsoft.Testing.Platform.Hosts.TestHostControllersTestHost
Microsoft.Testing.Platform.Hosts.TestHostControllersTestHost.Description.get -> string!
Microsoft.Testing.Platform.Hosts.TestHostControllersTestHost.DisplayName.get -> string!
Microsoft.Testing.Platform.Hosts.TestHostControllersTestHost.Dispose() -> void
Microsoft.Testing.Platform.Hosts.TestHostControllersTestHost.IsEnabledAsync() -> System.Threading.Tasks.Task<bool>!
Microsoft.Testing.Platform.Hosts.TestHostControllersTestHost.TestHostControllersTestHost(Microsoft.Testing.Platform.TestHostControllers.TestHostControllerConfiguration! testHostsInformation, Microsoft.Testing.Platform.Services.ServiceProvider! serviceProvider, Microsoft.Testing.Platform.ServerMode.PassiveNode? passiveNode, Microsoft.Testing.Platform.Helpers.IEnvironment! environment, Microsoft.Testing.Platform.Logging.ILoggerFactory! loggerFactory, Microsoft.Testing.Platform.Helpers.IClock! clock) -> void
Microsoft.Testing.Platform.Hosts.TestHostControllersTestHost.Uid.get -> string!
Microsoft.Testing.Platform.Hosts.TestHostControllersTestHost.Version.get -> string!
Microsoft.Testing.Platform.Hosts.TestHostOrchestratorHost
Microsoft.Testing.Platform.Hosts.TestHostOrchestratorHost.RunAsync() -> System.Threading.Tasks.Task<int>!
Microsoft.Testing.Platform.Hosts.TestHostOrchestratorHost.TestHostOrchestratorHost(Microsoft.Testing.Platform.TestHostOrchestrator.TestHostOrchestratorConfiguration! testHostOrchestratorConfiguration, Microsoft.Testing.Platform.Services.ServiceProvider! serviceProvider) -> void
Microsoft.Testing.Platform.Hosts.ToolsHost
Microsoft.Testing.Platform.Hosts.ToolsHost.Description.get -> string!
Microsoft.Testing.Platform.Hosts.ToolsHost.DisplayName.get -> string!
Microsoft.Testing.Platform.Hosts.ToolsHost.IsEnabledAsync() -> System.Threading.Tasks.Task<bool>!
Microsoft.Testing.Platform.Hosts.ToolsHost.RunAsync() -> System.Threading.Tasks.Task<int>!
Microsoft.Testing.Platform.Hosts.ToolsHost.ToolsHost(System.Collections.Generic.IReadOnlyList<Microsoft.Testing.Platform.Tools.ITool!>! toolsInformation, Microsoft.Testing.Platform.Services.ServiceProvider! serviceProvider, Microsoft.Testing.Platform.CommandLine.CommandLineHandler! commandLineHandler, Microsoft.Testing.Platform.OutputDevice.IOutputDevice! outputDevice) -> void
Microsoft.Testing.Platform.Hosts.ToolsHost.Uid.get -> string!
Microsoft.Testing.Platform.Hosts.ToolsHost.Version.get -> string!
Microsoft.Testing.Platform.IPC.AzureDevOpsLogMessageFieldsId
Microsoft.Testing.Platform.IPC.CommandLineOptionMessageFieldsId
Microsoft.Testing.Platform.IPC.CommandLineOptionMessagesFieldsId
Microsoft.Testing.Platform.IPC.DiscoveredTestMessageFieldsId
Microsoft.Testing.Platform.IPC.DiscoveredTestMessagesFieldsId
Microsoft.Testing.Platform.IPC.DisplayMessageFieldsId
Microsoft.Testing.Platform.IPC.DisplayMessageLevels
Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer
Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.ConsumeAsync(Microsoft.Testing.Platform.Extensions.Messages.IDataProducer! dataProducer, Microsoft.Testing.Platform.Extensions.Messages.IData! value, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.DataTypesConsumed.get -> System.Type![]!
Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.Description.get -> string!
Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.DisplayName.get -> string!
Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.DotnetTestDataConsumer(Microsoft.Testing.Platform.DotnetTestConnection! dotnetTestConnection, Microsoft.Testing.Platform.Helpers.IEnvironment! environment) -> void
Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.IsEnabledAsync() -> System.Threading.Tasks.Task<bool>!
Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.OnTestSessionFinishingAsync(Microsoft.Testing.Platform.Services.ITestSessionContext! testSessionContext) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.OnTestSessionStartingAsync(Microsoft.Testing.Platform.Services.ITestSessionContext! testSessionContext) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.TestNodeDetails
Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.TestNodeDetails.<Clone>$() -> Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.TestNodeDetails!
Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.TestNodeDetails.Artifacts.get -> Microsoft.Testing.Platform.Extensions.Messages.FileArtifactProperty![]!
Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.TestNodeDetails.Artifacts.init -> void
Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.TestNodeDetails.Deconstruct(out byte? State, out long? Duration, out string? Reason, out Microsoft.Testing.Platform.IPC.Models.ExceptionMessage![]? Exceptions, out string? StandardOutput, out string? StandardError, out Microsoft.Testing.Platform.Extensions.Messages.FileArtifactProperty![]! Artifacts, out Microsoft.Testing.Platform.Extensions.Messages.TestMetadataProperty![]! Traits) -> void
Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.TestNodeDetails.Duration.get -> long?
Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.TestNodeDetails.Duration.init -> void
Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.TestNodeDetails.Equals(Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.TestNodeDetails? other) -> bool
Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.TestNodeDetails.Exceptions.get -> Microsoft.Testing.Platform.IPC.Models.ExceptionMessage![]?
Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.TestNodeDetails.Exceptions.init -> void
Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.TestNodeDetails.Reason.get -> string?
Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.TestNodeDetails.Reason.init -> void
Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.TestNodeDetails.StandardError.get -> string?
Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.TestNodeDetails.StandardError.init -> void
Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.TestNodeDetails.StandardOutput.get -> string?
Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.TestNodeDetails.StandardOutput.init -> void
Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.TestNodeDetails.State.get -> byte?
Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.TestNodeDetails.State.init -> void
Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.TestNodeDetails.TestNodeDetails(byte? State, long? Duration, string? Reason, Microsoft.Testing.Platform.IPC.Models.ExceptionMessage![]? Exceptions, string? StandardOutput, string? StandardError, Microsoft.Testing.Platform.Extensions.Messages.FileArtifactProperty![]! Artifacts, Microsoft.Testing.Platform.Extensions.Messages.TestMetadataProperty![]! Traits) -> void
Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.TestNodeDetails.Traits.get -> Microsoft.Testing.Platform.Extensions.Messages.TestMetadataProperty![]!
Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.TestNodeDetails.Traits.init -> void
Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.Uid.get -> string!
Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.Version.get -> string!
Microsoft.Testing.Platform.IPC.ExceptionMessageFieldsId
Microsoft.Testing.Platform.IPC.FailedTestResultMessageFieldsId
Microsoft.Testing.Platform.IPC.FileArtifactMessageFieldsId
Microsoft.Testing.Platform.IPC.FileArtifactMessagesFieldsId
Microsoft.Testing.Platform.IPC.HandshakeMessageExecutionModes
Microsoft.Testing.Platform.IPC.HandshakeMessageFieldsId
Microsoft.Testing.Platform.IPC.HandshakeMessageHostTypes
Microsoft.Testing.Platform.IPC.HandshakeMessagePropertyNames
Microsoft.Testing.Platform.IPC.IClient
Microsoft.Testing.Platform.IPC.IClient.ConnectAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.IPC.IClient.IsConnected.get -> bool
Microsoft.Testing.Platform.IPC.IClient.RequestReplyAsync<TRequest, TResponse>(TRequest request, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<TResponse>!
Microsoft.Testing.Platform.IPC.INamedPipeSerializer
Microsoft.Testing.Platform.IPC.INamedPipeSerializer.Deserialize(System.IO.Stream! stream) -> object!
Microsoft.Testing.Platform.IPC.INamedPipeSerializer.Id.get -> int
Microsoft.Testing.Platform.IPC.INamedPipeSerializer.Serialize(object! objectToSerialize, System.IO.Stream! stream) -> void
Microsoft.Testing.Platform.IPC.IRequest
Microsoft.Testing.Platform.IPC.IResponse
Microsoft.Testing.Platform.IPC.IServer
Microsoft.Testing.Platform.IPC.IServer.PipeName.get -> Microsoft.Testing.Platform.IPC.PipeNameDescription!
Microsoft.Testing.Platform.IPC.IServer.WaitConnectionAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.IPC.Models.AzureDevOpsLogMessage
Microsoft.Testing.Platform.IPC.Models.AzureDevOpsLogMessage.<Clone>$() -> Microsoft.Testing.Platform.IPC.Models.AzureDevOpsLogMessage!
Microsoft.Testing.Platform.IPC.Models.AzureDevOpsLogMessage.AzureDevOpsLogMessage(string? ExecutionId, string? InstanceId, string? LogText) -> void
Microsoft.Testing.Platform.IPC.Models.AzureDevOpsLogMessage.Deconstruct(out string? ExecutionId, out string? InstanceId, out string? LogText) -> void
Microsoft.Testing.Platform.IPC.Models.AzureDevOpsLogMessage.Equals(Microsoft.Testing.Platform.IPC.Models.AzureDevOpsLogMessage? other) -> bool
Microsoft.Testing.Platform.IPC.Models.AzureDevOpsLogMessage.ExecutionId.get -> string?
Microsoft.Testing.Platform.IPC.Models.AzureDevOpsLogMessage.ExecutionId.init -> void
Microsoft.Testing.Platform.IPC.Models.AzureDevOpsLogMessage.InstanceId.get -> string?
Microsoft.Testing.Platform.IPC.Models.AzureDevOpsLogMessage.InstanceId.init -> void
Microsoft.Testing.Platform.IPC.Models.AzureDevOpsLogMessage.LogText.get -> string?
Microsoft.Testing.Platform.IPC.Models.AzureDevOpsLogMessage.LogText.init -> void
Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessage
Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessage.<Clone>$() -> Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessage!
Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessage.CommandLineOptionMessage(string? Name, string? Description, bool? IsHidden, bool? IsBuiltIn) -> void
Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessage.Deconstruct(out string? Name, out string? Description, out bool? IsHidden, out bool? IsBuiltIn) -> void
Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessage.Description.get -> string?
Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessage.Description.init -> void
Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessage.Equals(Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessage? other) -> bool
Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessage.IsBuiltIn.get -> bool?
Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessage.IsBuiltIn.init -> void
Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessage.IsHidden.get -> bool?
Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessage.IsHidden.init -> void
Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessage.Name.get -> string?
Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessage.Name.init -> void
Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessages
Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessages.<Clone>$() -> Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessages!
Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessages.CommandLineOptionMessageList.get -> Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessage![]?
Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessages.CommandLineOptionMessageList.init -> void
Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessages.CommandLineOptionMessages(string? ModulePath, Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessage![]? CommandLineOptionMessageList) -> void
Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessages.Deconstruct(out string? ModulePath, out Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessage![]? CommandLineOptionMessageList) -> void
Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessages.Equals(Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessages? other) -> bool
Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessages.ModulePath.get -> string?
Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessages.ModulePath.init -> void
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage.<Clone>$() -> Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage!
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage.Deconstruct(out string? Uid, out string? DisplayName, out string? FilePath, out int? LineNumber, out string? Namespace, out string? TypeName, out string? MethodName, out string![]? ParameterTypeFullNames, out Microsoft.Testing.Platform.IPC.Models.TraitMessage![]! Traits) -> void
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage.DiscoveredTestMessage(string? Uid, string? DisplayName, string? FilePath, int? LineNumber, string? Namespace, string? TypeName, string? MethodName, string![]? ParameterTypeFullNames, Microsoft.Testing.Platform.IPC.Models.TraitMessage![]! Traits) -> void
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage.DisplayName.get -> string?
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage.DisplayName.init -> void
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage.Equals(Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage? other) -> bool
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage.FilePath.get -> string?
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage.FilePath.init -> void
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage.LineNumber.get -> int?
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage.LineNumber.init -> void
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage.MethodName.get -> string?
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage.MethodName.init -> void
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage.Namespace.get -> string?
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage.Namespace.init -> void
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage.ParameterTypeFullNames.get -> string![]?
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage.ParameterTypeFullNames.init -> void
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage.Traits.get -> Microsoft.Testing.Platform.IPC.Models.TraitMessage![]!
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage.Traits.init -> void
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage.TypeName.get -> string?
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage.TypeName.init -> void
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage.Uid.get -> string?
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage.Uid.init -> void
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessages
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessages.<Clone>$() -> Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessages!
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessages.Deconstruct(out string? ExecutionId, out string? InstanceId, out Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage![]! DiscoveredMessages) -> void
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessages.DiscoveredMessages.get -> Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage![]!
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessages.DiscoveredMessages.init -> void
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessages.DiscoveredTestMessages(string? ExecutionId, string? InstanceId, Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage![]! DiscoveredMessages) -> void
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessages.Equals(Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessages? other) -> bool
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessages.ExecutionId.get -> string?
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessages.ExecutionId.init -> void
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessages.InstanceId.get -> string?
Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessages.InstanceId.init -> void
Microsoft.Testing.Platform.IPC.Models.DisplayMessage
Microsoft.Testing.Platform.IPC.Models.DisplayMessage.<Clone>$() -> Microsoft.Testing.Platform.IPC.Models.DisplayMessage!
Microsoft.Testing.Platform.IPC.Models.DisplayMessage.Deconstruct(out string? ExecutionId, out string? InstanceId, out byte Level, out string? Text) -> void
Microsoft.Testing.Platform.IPC.Models.DisplayMessage.DisplayMessage(string? ExecutionId, string? InstanceId, byte Level, string? Text) -> void
Microsoft.Testing.Platform.IPC.Models.DisplayMessage.Equals(Microsoft.Testing.Platform.IPC.Models.DisplayMessage? other) -> bool
Microsoft.Testing.Platform.IPC.Models.DisplayMessage.ExecutionId.get -> string?
Microsoft.Testing.Platform.IPC.Models.DisplayMessage.ExecutionId.init -> void
Microsoft.Testing.Platform.IPC.Models.DisplayMessage.InstanceId.get -> string?
Microsoft.Testing.Platform.IPC.Models.DisplayMessage.InstanceId.init -> void
Microsoft.Testing.Platform.IPC.Models.DisplayMessage.Level.get -> byte
Microsoft.Testing.Platform.IPC.Models.DisplayMessage.Level.init -> void
Microsoft.Testing.Platform.IPC.Models.DisplayMessage.Text.get -> string?
Microsoft.Testing.Platform.IPC.Models.DisplayMessage.Text.init -> void
Microsoft.Testing.Platform.IPC.Models.ExceptionMessage
Microsoft.Testing.Platform.IPC.Models.ExceptionMessage.<Clone>$() -> Microsoft.Testing.Platform.IPC.Models.ExceptionMessage!
Microsoft.Testing.Platform.IPC.Models.ExceptionMessage.Deconstruct(out string? ErrorMessage, out string? ErrorType, out string? StackTrace) -> void
Microsoft.Testing.Platform.IPC.Models.ExceptionMessage.Equals(Microsoft.Testing.Platform.IPC.Models.ExceptionMessage? other) -> bool
Microsoft.Testing.Platform.IPC.Models.ExceptionMessage.ErrorMessage.get -> string?
Microsoft.Testing.Platform.IPC.Models.ExceptionMessage.ErrorMessage.init -> void
Microsoft.Testing.Platform.IPC.Models.ExceptionMessage.ErrorType.get -> string?
Microsoft.Testing.Platform.IPC.Models.ExceptionMessage.ErrorType.init -> void
Microsoft.Testing.Platform.IPC.Models.ExceptionMessage.ExceptionMessage(string? ErrorMessage, string? ErrorType, string? StackTrace) -> void
Microsoft.Testing.Platform.IPC.Models.ExceptionMessage.StackTrace.get -> string?
Microsoft.Testing.Platform.IPC.Models.ExceptionMessage.StackTrace.init -> void
Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage
Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage.<Clone>$() -> Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage!
Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage.Deconstruct(out string? Uid, out string? DisplayName, out byte? State, out long? Duration, out string? Reason, out Microsoft.Testing.Platform.IPC.Models.ExceptionMessage![]? Exceptions, out string? StandardOutput, out string? ErrorOutput, out string? SessionUid) -> void
Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage.DisplayName.get -> string?
Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage.DisplayName.init -> void
Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage.Duration.get -> long?
Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage.Duration.init -> void
Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage.Equals(Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage? other) -> bool
Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage.ErrorOutput.get -> string?
Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage.ErrorOutput.init -> void
Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage.Exceptions.get -> Microsoft.Testing.Platform.IPC.Models.ExceptionMessage![]?
Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage.Exceptions.init -> void
Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage.FailedTestResultMessage(string? Uid, string? DisplayName, byte? State, long? Duration, string? Reason, Microsoft.Testing.Platform.IPC.Models.ExceptionMessage![]? Exceptions, string? StandardOutput, string? ErrorOutput, string? SessionUid) -> void
Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage.Reason.get -> string?
Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage.Reason.init -> void
Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage.SessionUid.get -> string?
Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage.SessionUid.init -> void
Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage.StandardOutput.get -> string?
Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage.StandardOutput.init -> void
Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage.State.get -> byte?
Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage.State.init -> void
Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage.Uid.get -> string?
Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage.Uid.init -> void
Microsoft.Testing.Platform.IPC.Models.FileArtifactMessage
Microsoft.Testing.Platform.IPC.Models.FileArtifactMessage.<Clone>$() -> Microsoft.Testing.Platform.IPC.Models.FileArtifactMessage!
Microsoft.Testing.Platform.IPC.Models.FileArtifactMessage.Deconstruct(out string? FullPath, out string? DisplayName, out string? Description, out string? TestUid, out string? TestDisplayName, out string? SessionUid) -> void
Microsoft.Testing.Platform.IPC.Models.FileArtifactMessage.Description.get -> string?
Microsoft.Testing.Platform.IPC.Models.FileArtifactMessage.Description.init -> void
Microsoft.Testing.Platform.IPC.Models.FileArtifactMessage.DisplayName.get -> string?
Microsoft.Testing.Platform.IPC.Models.FileArtifactMessage.DisplayName.init -> void
Microsoft.Testing.Platform.IPC.Models.FileArtifactMessage.Equals(Microsoft.Testing.Platform.IPC.Models.FileArtifactMessage? other) -> bool
Microsoft.Testing.Platform.IPC.Models.FileArtifactMessage.FileArtifactMessage(string? FullPath, string? DisplayName, string? Description, string? TestUid, string? TestDisplayName, string? SessionUid) -> void
Microsoft.Testing.Platform.IPC.Models.FileArtifactMessage.FullPath.get -> string?
Microsoft.Testing.Platform.IPC.Models.FileArtifactMessage.FullPath.init -> void
Microsoft.Testing.Platform.IPC.Models.FileArtifactMessage.SessionUid.get -> string?
Microsoft.Testing.Platform.IPC.Models.FileArtifactMessage.SessionUid.init -> void
Microsoft.Testing.Platform.IPC.Models.FileArtifactMessage.TestDisplayName.get -> string?
Microsoft.Testing.Platform.IPC.Models.FileArtifactMessage.TestDisplayName.init -> void
Microsoft.Testing.Platform.IPC.Models.FileArtifactMessage.TestUid.get -> string?
Microsoft.Testing.Platform.IPC.Models.FileArtifactMessage.TestUid.init -> void
Microsoft.Testing.Platform.IPC.Models.FileArtifactMessages
Microsoft.Testing.Platform.IPC.Models.FileArtifactMessages.<Clone>$() -> Microsoft.Testing.Platform.IPC.Models.FileArtifactMessages!
Microsoft.Testing.Platform.IPC.Models.FileArtifactMessages.Deconstruct(out string? ExecutionId, out string? InstanceId, out Microsoft.Testing.Platform.IPC.Models.FileArtifactMessage![]! FileArtifacts) -> void
Microsoft.Testing.Platform.IPC.Models.FileArtifactMessages.Equals(Microsoft.Testing.Platform.IPC.Models.FileArtifactMessages? other) -> bool
Microsoft.Testing.Platform.IPC.Models.FileArtifactMessages.ExecutionId.get -> string?
Microsoft.Testing.Platform.IPC.Models.FileArtifactMessages.ExecutionId.init -> void
Microsoft.Testing.Platform.IPC.Models.FileArtifactMessages.FileArtifactMessages(string? ExecutionId, string? InstanceId, Microsoft.Testing.Platform.IPC.Models.FileArtifactMessage![]! FileArtifacts) -> void
Microsoft.Testing.Platform.IPC.Models.FileArtifactMessages.FileArtifacts.get -> Microsoft.Testing.Platform.IPC.Models.FileArtifactMessage![]!
Microsoft.Testing.Platform.IPC.Models.FileArtifactMessages.FileArtifacts.init -> void
Microsoft.Testing.Platform.IPC.Models.FileArtifactMessages.InstanceId.get -> string?
Microsoft.Testing.Platform.IPC.Models.FileArtifactMessages.InstanceId.init -> void
Microsoft.Testing.Platform.IPC.Models.HandshakeMessage
Microsoft.Testing.Platform.IPC.Models.HandshakeMessage.<Clone>$() -> Microsoft.Testing.Platform.IPC.Models.HandshakeMessage!
Microsoft.Testing.Platform.IPC.Models.HandshakeMessage.Deconstruct(out System.Collections.Generic.Dictionary<byte, string!>? Properties) -> void
Microsoft.Testing.Platform.IPC.Models.HandshakeMessage.Equals(Microsoft.Testing.Platform.IPC.Models.HandshakeMessage? other) -> bool
Microsoft.Testing.Platform.IPC.Models.HandshakeMessage.HandshakeMessage(System.Collections.Generic.Dictionary<byte, string!>? Properties) -> void
Microsoft.Testing.Platform.IPC.Models.HandshakeMessage.Properties.get -> System.Collections.Generic.Dictionary<byte, string!>?
Microsoft.Testing.Platform.IPC.Models.HandshakeMessage.Properties.init -> void
Microsoft.Testing.Platform.IPC.Models.ServerControlMessage
Microsoft.Testing.Platform.IPC.Models.ServerControlMessage.<Clone>$() -> Microsoft.Testing.Platform.IPC.Models.ServerControlMessage!
Microsoft.Testing.Platform.IPC.Models.ServerControlMessage.Deconstruct(out byte Kind) -> void
Microsoft.Testing.Platform.IPC.Models.ServerControlMessage.Equals(Microsoft.Testing.Platform.IPC.Models.ServerControlMessage? other) -> bool
Microsoft.Testing.Platform.IPC.Models.ServerControlMessage.Kind.get -> byte
Microsoft.Testing.Platform.IPC.Models.ServerControlMessage.Kind.init -> void
Microsoft.Testing.Platform.IPC.Models.ServerControlMessage.ServerControlMessage(byte Kind) -> void
Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage
Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage.<Clone>$() -> Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage!
Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage.Deconstruct(out string? Uid, out string? DisplayName, out byte? State, out long? Duration, out string? Reason, out string? StandardOutput, out string? ErrorOutput, out string? SessionUid) -> void
Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage.DisplayName.get -> string?
Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage.DisplayName.init -> void
Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage.Duration.get -> long?
Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage.Duration.init -> void
Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage.Equals(Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage? other) -> bool
Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage.ErrorOutput.get -> string?
Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage.ErrorOutput.init -> void
Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage.Reason.get -> string?
Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage.Reason.init -> void
Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage.SessionUid.get -> string?
Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage.SessionUid.init -> void
Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage.StandardOutput.get -> string?
Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage.StandardOutput.init -> void
Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage.State.get -> byte?
Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage.State.init -> void
Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage.SuccessfulTestResultMessage(string? Uid, string? DisplayName, byte? State, long? Duration, string? Reason, string? StandardOutput, string? ErrorOutput, string? SessionUid) -> void
Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage.Uid.get -> string?
Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage.Uid.init -> void
Microsoft.Testing.Platform.IPC.Models.TestHostCompletedRequest
Microsoft.Testing.Platform.IPC.Models.TestHostCompletedRequest.ExitCode.get -> int
Microsoft.Testing.Platform.IPC.Models.TestHostCompletedRequest.TestHostCompletedRequest(int returnCode) -> void
Microsoft.Testing.Platform.IPC.Models.TestHostProcessPIDRequest
Microsoft.Testing.Platform.IPC.Models.TestHostProcessPIDRequest.PID.get -> int
Microsoft.Testing.Platform.IPC.Models.TestHostProcessPIDRequest.TestHostProcessPIDRequest(int pid) -> void
Microsoft.Testing.Platform.IPC.Models.TestInProgressMessage
Microsoft.Testing.Platform.IPC.Models.TestInProgressMessage.<Clone>$() -> Microsoft.Testing.Platform.IPC.Models.TestInProgressMessage!
Microsoft.Testing.Platform.IPC.Models.TestInProgressMessage.Deconstruct(out string? Uid, out string? DisplayName) -> void
Microsoft.Testing.Platform.IPC.Models.TestInProgressMessage.DisplayName.get -> string?
Microsoft.Testing.Platform.IPC.Models.TestInProgressMessage.DisplayName.init -> void
Microsoft.Testing.Platform.IPC.Models.TestInProgressMessage.Equals(Microsoft.Testing.Platform.IPC.Models.TestInProgressMessage? other) -> bool
Microsoft.Testing.Platform.IPC.Models.TestInProgressMessage.TestInProgressMessage(string? Uid, string? DisplayName) -> void
Microsoft.Testing.Platform.IPC.Models.TestInProgressMessage.Uid.get -> string?
Microsoft.Testing.Platform.IPC.Models.TestInProgressMessage.Uid.init -> void
Microsoft.Testing.Platform.IPC.Models.TestInProgressMessages
Microsoft.Testing.Platform.IPC.Models.TestInProgressMessages.<Clone>$() -> Microsoft.Testing.Platform.IPC.Models.TestInProgressMessages!
Microsoft.Testing.Platform.IPC.Models.TestInProgressMessages.Deconstruct(out string? ExecutionId, out string? InstanceId, out Microsoft.Testing.Platform.IPC.Models.TestInProgressMessage![]! InProgressMessages) -> void
Microsoft.Testing.Platform.IPC.Models.TestInProgressMessages.Equals(Microsoft.Testing.Platform.IPC.Models.TestInProgressMessages? other) -> bool
Microsoft.Testing.Platform.IPC.Models.TestInProgressMessages.ExecutionId.get -> string?
Microsoft.Testing.Platform.IPC.Models.TestInProgressMessages.ExecutionId.init -> void
Microsoft.Testing.Platform.IPC.Models.TestInProgressMessages.InProgressMessages.get -> Microsoft.Testing.Platform.IPC.Models.TestInProgressMessage![]!
Microsoft.Testing.Platform.IPC.Models.TestInProgressMessages.InProgressMessages.init -> void
Microsoft.Testing.Platform.IPC.Models.TestInProgressMessages.InstanceId.get -> string?
Microsoft.Testing.Platform.IPC.Models.TestInProgressMessages.InstanceId.init -> void
Microsoft.Testing.Platform.IPC.Models.TestInProgressMessages.TestInProgressMessages(string? ExecutionId, string? InstanceId, Microsoft.Testing.Platform.IPC.Models.TestInProgressMessage![]! InProgressMessages) -> void
Microsoft.Testing.Platform.IPC.Models.TestResultMessages
Microsoft.Testing.Platform.IPC.Models.TestResultMessages.<Clone>$() -> Microsoft.Testing.Platform.IPC.Models.TestResultMessages!
Microsoft.Testing.Platform.IPC.Models.TestResultMessages.Deconstruct(out string? ExecutionId, out string? InstanceId, out Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage![]! SuccessfulTestMessages, out Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage![]! FailedTestMessages) -> void
Microsoft.Testing.Platform.IPC.Models.TestResultMessages.Equals(Microsoft.Testing.Platform.IPC.Models.TestResultMessages? other) -> bool
Microsoft.Testing.Platform.IPC.Models.TestResultMessages.ExecutionId.get -> string?
Microsoft.Testing.Platform.IPC.Models.TestResultMessages.ExecutionId.init -> void
Microsoft.Testing.Platform.IPC.Models.TestResultMessages.FailedTestMessages.get -> Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage![]!
Microsoft.Testing.Platform.IPC.Models.TestResultMessages.FailedTestMessages.init -> void
Microsoft.Testing.Platform.IPC.Models.TestResultMessages.InstanceId.get -> string?
Microsoft.Testing.Platform.IPC.Models.TestResultMessages.InstanceId.init -> void
Microsoft.Testing.Platform.IPC.Models.TestResultMessages.SuccessfulTestMessages.get -> Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage![]!
Microsoft.Testing.Platform.IPC.Models.TestResultMessages.SuccessfulTestMessages.init -> void
Microsoft.Testing.Platform.IPC.Models.TestResultMessages.TestResultMessages(string? ExecutionId, string? InstanceId, Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage![]! SuccessfulTestMessages, Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage![]! FailedTestMessages) -> void
Microsoft.Testing.Platform.IPC.Models.TestSessionEvent
Microsoft.Testing.Platform.IPC.Models.TestSessionEvent.<Clone>$() -> Microsoft.Testing.Platform.IPC.Models.TestSessionEvent!
Microsoft.Testing.Platform.IPC.Models.TestSessionEvent.Deconstruct(out byte? SessionType, out string? SessionUid, out string? ExecutionId) -> void
Microsoft.Testing.Platform.IPC.Models.TestSessionEvent.Equals(Microsoft.Testing.Platform.IPC.Models.TestSessionEvent? other) -> bool
Microsoft.Testing.Platform.IPC.Models.TestSessionEvent.ExecutionId.get -> string?
Microsoft.Testing.Platform.IPC.Models.TestSessionEvent.ExecutionId.init -> void
Microsoft.Testing.Platform.IPC.Models.TestSessionEvent.SessionType.get -> byte?
Microsoft.Testing.Platform.IPC.Models.TestSessionEvent.SessionType.init -> void
Microsoft.Testing.Platform.IPC.Models.TestSessionEvent.SessionUid.get -> string?
Microsoft.Testing.Platform.IPC.Models.TestSessionEvent.SessionUid.init -> void
Microsoft.Testing.Platform.IPC.Models.TestSessionEvent.TestSessionEvent(byte? SessionType, string? SessionUid, string? ExecutionId) -> void
Microsoft.Testing.Platform.IPC.Models.TraitMessage
Microsoft.Testing.Platform.IPC.Models.TraitMessage.<Clone>$() -> Microsoft.Testing.Platform.IPC.Models.TraitMessage!
Microsoft.Testing.Platform.IPC.Models.TraitMessage.Deconstruct(out string! Key, out string! Value) -> void
Microsoft.Testing.Platform.IPC.Models.TraitMessage.Equals(Microsoft.Testing.Platform.IPC.Models.TraitMessage? other) -> bool
Microsoft.Testing.Platform.IPC.Models.TraitMessage.Key.get -> string!
Microsoft.Testing.Platform.IPC.Models.TraitMessage.Key.init -> void
Microsoft.Testing.Platform.IPC.Models.TraitMessage.TraitMessage(string! Key, string! Value) -> void
Microsoft.Testing.Platform.IPC.Models.TraitMessage.Value.get -> string!
Microsoft.Testing.Platform.IPC.Models.TraitMessage.Value.init -> void
Microsoft.Testing.Platform.IPC.Models.VoidResponse
Microsoft.Testing.Platform.IPC.Models.VoidResponse.VoidResponse() -> void
Microsoft.Testing.Platform.IPC.Models.WaitForServerControlRequest
Microsoft.Testing.Platform.IPC.Models.WaitForServerControlRequest.WaitForServerControlRequest() -> void
Microsoft.Testing.Platform.IPC.NamedPipeBase
Microsoft.Testing.Platform.IPC.NamedPipeBase.GetSerializer(int id) -> Microsoft.Testing.Platform.IPC.INamedPipeSerializer!
Microsoft.Testing.Platform.IPC.NamedPipeBase.GetSerializer(System.Type! type) -> Microsoft.Testing.Platform.IPC.INamedPipeSerializer!
Microsoft.Testing.Platform.IPC.NamedPipeBase.NamedPipeBase() -> void
Microsoft.Testing.Platform.IPC.NamedPipeBase.RegisterSerializer(Microsoft.Testing.Platform.IPC.INamedPipeSerializer! namedPipeSerializer, System.Type! type) -> void
Microsoft.Testing.Platform.IPC.NamedPipeClient
Microsoft.Testing.Platform.IPC.NamedPipeClient.ConnectAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.IPC.NamedPipeClient.Dispose() -> void
Microsoft.Testing.Platform.IPC.NamedPipeClient.IsConnected.get -> bool
Microsoft.Testing.Platform.IPC.NamedPipeClient.NamedPipeClient(string! name, Microsoft.Testing.Platform.Helpers.IEnvironment! environment, bool exitProcessOnConnectionLoss) -> void
Microsoft.Testing.Platform.IPC.NamedPipeClient.NamedPipeClient(string! name, Microsoft.Testing.Platform.Helpers.IEnvironment! environment) -> void
Microsoft.Testing.Platform.IPC.NamedPipeClient.NamedPipeClient(string! name) -> void
Microsoft.Testing.Platform.IPC.NamedPipeClient.PipeName.get -> string!
Microsoft.Testing.Platform.IPC.NamedPipeClient.RequestReplyAsync<TRequest, TResponse>(TRequest request, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<TResponse>!
Microsoft.Testing.Platform.IPC.NamedPipeConnectionBase
Microsoft.Testing.Platform.IPC.NamedPipeConnectionBase.DisposeBuffers() -> void
Microsoft.Testing.Platform.IPC.NamedPipeConnectionBase.NamedPipeConnectionBase() -> void
Microsoft.Testing.Platform.IPC.NamedPipeConnectionBase.ReadNextMessageAsync(System.IO.Pipes.PipeStream! stream, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<object?>!
Microsoft.Testing.Platform.IPC.NamedPipeConnectionBase.WriteMessageAsync(System.IO.Pipes.PipeStream! stream, Microsoft.Testing.Platform.IPC.INamedPipeSerializer! serializer, object! message, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.IPC.NamedPipeServer
Microsoft.Testing.Platform.IPC.NamedPipeServer.Dispose() -> void
Microsoft.Testing.Platform.IPC.NamedPipeServer.NamedPipeServer(Microsoft.Testing.Platform.IPC.PipeNameDescription! pipeNameDescription, System.Func<Microsoft.Testing.Platform.IPC.IRequest!, System.Threading.Tasks.Task<Microsoft.Testing.Platform.IPC.IResponse!>!>! callback, Microsoft.Testing.Platform.Helpers.IEnvironment! environment, Microsoft.Testing.Platform.Logging.ILogger! logger, Microsoft.Testing.Platform.Helpers.ITask! task, int maxNumberOfServerInstances, System.Threading.CancellationToken cancellationToken) -> void
Microsoft.Testing.Platform.IPC.NamedPipeServer.NamedPipeServer(Microsoft.Testing.Platform.IPC.PipeNameDescription! pipeNameDescription, System.Func<Microsoft.Testing.Platform.IPC.IRequest!, System.Threading.Tasks.Task<Microsoft.Testing.Platform.IPC.IResponse!>!>! callback, Microsoft.Testing.Platform.Helpers.IEnvironment! environment, Microsoft.Testing.Platform.Logging.ILogger! logger, Microsoft.Testing.Platform.Helpers.ITask! task, System.Threading.CancellationToken cancellationToken) -> void
Microsoft.Testing.Platform.IPC.NamedPipeServer.NamedPipeServer(string! name, System.Func<Microsoft.Testing.Platform.IPC.IRequest!, System.Threading.Tasks.Task<Microsoft.Testing.Platform.IPC.IResponse!>!>! callback, Microsoft.Testing.Platform.Helpers.IEnvironment! environment, Microsoft.Testing.Platform.Logging.ILogger! logger, Microsoft.Testing.Platform.Helpers.ITask! task, System.Threading.CancellationToken cancellationToken) -> void
Microsoft.Testing.Platform.IPC.NamedPipeServer.PipeName.get -> Microsoft.Testing.Platform.IPC.PipeNameDescription!
Microsoft.Testing.Platform.IPC.NamedPipeServer.WaitConnectionAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.IPC.NamedPipeServer.WasConnected.get -> bool
Microsoft.Testing.Platform.IPC.PipeNameDescription
Microsoft.Testing.Platform.IPC.PipeNameDescription.Name.get -> string!
Microsoft.Testing.Platform.IPC.PipeNameDescription.PipeNameDescription(string! name) -> void
Microsoft.Testing.Platform.IPC.ProtocolConstants
Microsoft.Testing.Platform.IPC.Serializers.AzureDevOpsLogMessageSerializer
Microsoft.Testing.Platform.IPC.Serializers.AzureDevOpsLogMessageSerializer.AzureDevOpsLogMessageSerializer() -> void
Microsoft.Testing.Platform.IPC.Serializers.BaseSerializer
Microsoft.Testing.Platform.IPC.Serializers.BaseSerializer.BaseSerializer() -> void
Microsoft.Testing.Platform.IPC.Serializers.CommandLineOptionMessagesSerializer
Microsoft.Testing.Platform.IPC.Serializers.CommandLineOptionMessagesSerializer.CommandLineOptionMessagesSerializer() -> void
Microsoft.Testing.Platform.IPC.Serializers.DiscoveredTestMessagesSerializer
Microsoft.Testing.Platform.IPC.Serializers.DiscoveredTestMessagesSerializer.DiscoveredTestMessagesSerializer() -> void
Microsoft.Testing.Platform.IPC.Serializers.DisplayMessageSerializer
Microsoft.Testing.Platform.IPC.Serializers.DisplayMessageSerializer.DisplayMessageSerializer() -> void
Microsoft.Testing.Platform.IPC.Serializers.FileArtifactMessagesSerializer
Microsoft.Testing.Platform.IPC.Serializers.FileArtifactMessagesSerializer.FileArtifactMessagesSerializer() -> void
Microsoft.Testing.Platform.IPC.Serializers.HandshakeMessageSerializer
Microsoft.Testing.Platform.IPC.Serializers.HandshakeMessageSerializer.HandshakeMessageSerializer() -> void
Microsoft.Testing.Platform.IPC.Serializers.NamedPipeSerializer<T>
Microsoft.Testing.Platform.IPC.Serializers.NamedPipeSerializer<T>.Deserialize(System.IO.Stream! stream) -> T
Microsoft.Testing.Platform.IPC.Serializers.NamedPipeSerializer<T>.NamedPipeSerializer() -> void
Microsoft.Testing.Platform.IPC.Serializers.NamedPipeSerializer<T>.Serialize(T objectToSerialize, System.IO.Stream! stream) -> void
Microsoft.Testing.Platform.IPC.Serializers.RegisterSerializers
Microsoft.Testing.Platform.IPC.Serializers.ServerControlMessageSerializer
Microsoft.Testing.Platform.IPC.Serializers.ServerControlMessageSerializer.ServerControlMessageSerializer() -> void
Microsoft.Testing.Platform.IPC.Serializers.TestHostCompletedRequestSerializer
Microsoft.Testing.Platform.IPC.Serializers.TestHostCompletedRequestSerializer.TestHostCompletedRequestSerializer() -> void
Microsoft.Testing.Platform.IPC.Serializers.TestHostProcessPIDRequestSerializer
Microsoft.Testing.Platform.IPC.Serializers.TestHostProcessPIDRequestSerializer.TestHostProcessPIDRequestSerializer() -> void
Microsoft.Testing.Platform.IPC.Serializers.TestInProgressMessagesSerializer
Microsoft.Testing.Platform.IPC.Serializers.TestInProgressMessagesSerializer.TestInProgressMessagesSerializer() -> void
Microsoft.Testing.Platform.IPC.Serializers.TestResultMessagesSerializer
Microsoft.Testing.Platform.IPC.Serializers.TestResultMessagesSerializer.TestResultMessagesSerializer() -> void
Microsoft.Testing.Platform.IPC.Serializers.TestSessionEventSerializer
Microsoft.Testing.Platform.IPC.Serializers.TestSessionEventSerializer.TestSessionEventSerializer() -> void
Microsoft.Testing.Platform.IPC.Serializers.VoidResponseSerializer
Microsoft.Testing.Platform.IPC.Serializers.VoidResponseSerializer.VoidResponseSerializer() -> void
Microsoft.Testing.Platform.IPC.Serializers.WaitForServerControlRequestSerializer
Microsoft.Testing.Platform.IPC.Serializers.WaitForServerControlRequestSerializer.WaitForServerControlRequestSerializer() -> void
Microsoft.Testing.Platform.IPC.ServerControlKinds
Microsoft.Testing.Platform.IPC.ServerControlMessageFieldsId
Microsoft.Testing.Platform.IPC.SessionEventTypes
Microsoft.Testing.Platform.IPC.SuccessfulTestResultMessageFieldsId
Microsoft.Testing.Platform.IPC.TestHostCompletedRequestFieldsId
Microsoft.Testing.Platform.IPC.TestHostProcessPIDRequestFieldsId
Microsoft.Testing.Platform.IPC.TestInProgressMessageFieldsId
Microsoft.Testing.Platform.IPC.TestInProgressMessagesFieldsId
Microsoft.Testing.Platform.IPC.TestResultMessagesFieldsId
Microsoft.Testing.Platform.IPC.TestSessionEventFieldsId
Microsoft.Testing.Platform.IPC.TestStates
Microsoft.Testing.Platform.IPC.TraitMessageFieldsId
Microsoft.Testing.Platform.IPC.VoidResponseFieldsId
Microsoft.Testing.Platform.IPC.WaitForServerControlRequestFieldsId
Microsoft.Testing.Platform.Logging.ApplicationLoggingState
Microsoft.Testing.Platform.Logging.ApplicationLoggingState.ApplicationLoggingState(Microsoft.Testing.Platform.Logging.LogLevel logLevel, Microsoft.Testing.Platform.CommandLine.CommandLineParseResult! commandLineParseResult, Microsoft.Testing.Platform.Logging.FileLoggerProvider! fileLoggerProvider, bool isSynchronousWrite) -> void
Microsoft.Testing.Platform.Logging.ApplicationLoggingState.ApplicationLoggingState(Microsoft.Testing.Platform.Logging.LogLevel logLevel, Microsoft.Testing.Platform.CommandLine.CommandLineParseResult! commandLineParseResult) -> void
Microsoft.Testing.Platform.Logging.ApplicationLoggingState.CommandLineParseResult.get -> Microsoft.Testing.Platform.CommandLine.CommandLineParseResult!
Microsoft.Testing.Platform.Logging.ApplicationLoggingState.FileLoggerProvider.get -> Microsoft.Testing.Platform.Logging.FileLoggerProvider?
Microsoft.Testing.Platform.Logging.ApplicationLoggingState.IsSynchronousWrite.get -> bool
Microsoft.Testing.Platform.Logging.ApplicationLoggingState.LogLevel.get -> Microsoft.Testing.Platform.Logging.LogLevel
Microsoft.Testing.Platform.Logging.FileLogger
Microsoft.Testing.Platform.Logging.FileLogger.Dispose() -> void
Microsoft.Testing.Platform.Logging.FileLogger.FileLogger(Microsoft.Testing.Platform.Logging.FileLoggerOptions! options, Microsoft.Testing.Platform.Logging.LogLevel logLevel, Microsoft.Testing.Platform.Helpers.IClock! clock, Microsoft.Testing.Platform.Helpers.ITask! task, Microsoft.Testing.Platform.Helpers.IConsole! console, Microsoft.Testing.Platform.Helpers.IFileSystem! fileSystem, Microsoft.Testing.Platform.Helpers.IFileStreamFactory! fileStreamFactory) -> void
Microsoft.Testing.Platform.Logging.FileLogger.FileName.get -> string!
Microsoft.Testing.Platform.Logging.FileLogger.IsEnabled(Microsoft.Testing.Platform.Logging.LogLevel logLevel) -> bool
Microsoft.Testing.Platform.Logging.FileLogger.Log<TState>(Microsoft.Testing.Platform.Logging.LogLevel logLevel, TState state, System.Exception? exception, System.Func<TState, System.Exception?, string!>! formatter, string! category) -> void
Microsoft.Testing.Platform.Logging.FileLogger.LogAsync<TState>(Microsoft.Testing.Platform.Logging.LogLevel logLevel, TState state, System.Exception? exception, System.Func<TState, System.Exception?, string!>! formatter, string! category) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Logging.FileLoggerCategory
Microsoft.Testing.Platform.Logging.FileLoggerCategory.FileLoggerCategory(Microsoft.Testing.Platform.Logging.FileLogger! fileLogger, string! category) -> void
Microsoft.Testing.Platform.Logging.FileLoggerCategory.IsEnabled(Microsoft.Testing.Platform.Logging.LogLevel logLevel) -> bool
Microsoft.Testing.Platform.Logging.FileLoggerCategory.Log<TState>(Microsoft.Testing.Platform.Logging.LogLevel logLevel, TState state, System.Exception? exception, System.Func<TState, System.Exception?, string!>! formatter) -> void
Microsoft.Testing.Platform.Logging.FileLoggerCategory.LogAsync<TState>(Microsoft.Testing.Platform.Logging.LogLevel logLevel, TState state, System.Exception? exception, System.Func<TState, System.Exception?, string!>! formatter) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Logging.FileLoggerInformation
Microsoft.Testing.Platform.Logging.FileLoggerInformation.<Clone>$() -> Microsoft.Testing.Platform.Logging.FileLoggerInformation!
Microsoft.Testing.Platform.Logging.FileLoggerInformation.Deconstruct(out bool SynchronousWrite, out System.IO.FileInfo! LogFile, out Microsoft.Testing.Platform.Logging.LogLevel LogLevel) -> void
Microsoft.Testing.Platform.Logging.FileLoggerInformation.Equals(Microsoft.Testing.Platform.Logging.FileLoggerInformation? other) -> bool
Microsoft.Testing.Platform.Logging.FileLoggerInformation.FileLoggerInformation(bool SynchronousWrite, System.IO.FileInfo! LogFile, Microsoft.Testing.Platform.Logging.LogLevel LogLevel) -> void
Microsoft.Testing.Platform.Logging.FileLoggerInformation.LogFile.get -> System.IO.FileInfo!
Microsoft.Testing.Platform.Logging.FileLoggerInformation.LogFile.init -> void
Microsoft.Testing.Platform.Logging.FileLoggerInformation.LogLevel.get -> Microsoft.Testing.Platform.Logging.LogLevel
Microsoft.Testing.Platform.Logging.FileLoggerInformation.LogLevel.init -> void
Microsoft.Testing.Platform.Logging.FileLoggerInformation.SynchronousWrite.get -> bool
Microsoft.Testing.Platform.Logging.FileLoggerInformation.SynchronousWrite.init -> void
Microsoft.Testing.Platform.Logging.FileLoggerOptions
Microsoft.Testing.Platform.Logging.FileLoggerOptions.FileLoggerOptions(string! logFolder, string! logPrefixName, string? fileName = null, bool syncFlush = true) -> void
Microsoft.Testing.Platform.Logging.FileLoggerOptions.FileName.get -> string?
Microsoft.Testing.Platform.Logging.FileLoggerOptions.LogFolder.get -> string!
Microsoft.Testing.Platform.Logging.FileLoggerOptions.LogPrefixName.get -> string!
Microsoft.Testing.Platform.Logging.FileLoggerOptions.SyncFlush.get -> bool
Microsoft.Testing.Platform.Logging.FileLoggerProvider
Microsoft.Testing.Platform.Logging.FileLoggerProvider.CheckLogFolderAndMoveToTheNewIfNeededAsync(string! testResultDirectory) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Logging.FileLoggerProvider.CreateLogger(string! categoryName) -> Microsoft.Testing.Platform.Logging.ILogger!
Microsoft.Testing.Platform.Logging.FileLoggerProvider.Dispose() -> void
Microsoft.Testing.Platform.Logging.FileLoggerProvider.FileLogger.get -> Microsoft.Testing.Platform.Logging.FileLogger!
Microsoft.Testing.Platform.Logging.FileLoggerProvider.FileLoggerProvider(Microsoft.Testing.Platform.Logging.FileLoggerOptions! options, Microsoft.Testing.Platform.Logging.LogLevel logLevel, bool customDirectory, Microsoft.Testing.Platform.Helpers.IClock! clock, Microsoft.Testing.Platform.Helpers.ITask! task, Microsoft.Testing.Platform.Helpers.IConsole! console, Microsoft.Testing.Platform.Helpers.IFileSystem! fileSystem, Microsoft.Testing.Platform.Helpers.IFileStreamFactory! fileStreamFactory) -> void
Microsoft.Testing.Platform.Logging.FileLoggerProvider.LogLevel.get -> Microsoft.Testing.Platform.Logging.LogLevel
Microsoft.Testing.Platform.Logging.FileLoggerProvider.SyncFlush.get -> bool
Microsoft.Testing.Platform.Logging.IFileLoggerInformation
Microsoft.Testing.Platform.Logging.IFileLoggerInformation.LogFile.get -> System.IO.FileInfo!
Microsoft.Testing.Platform.Logging.IFileLoggerInformation.LogLevel.get -> Microsoft.Testing.Platform.Logging.LogLevel
Microsoft.Testing.Platform.Logging.IFileLoggerInformation.SynchronousWrite.get -> bool
Microsoft.Testing.Platform.Logging.IFileLoggerProvider
Microsoft.Testing.Platform.Logging.IFileLoggerProvider.CheckLogFolderAndMoveToTheNewIfNeededAsync(string! testResultDirectory) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Logging.Logger
Microsoft.Testing.Platform.Logging.Logger.IsEnabled(Microsoft.Testing.Platform.Logging.LogLevel logLevel) -> bool
Microsoft.Testing.Platform.Logging.Logger.Log<TState>(Microsoft.Testing.Platform.Logging.LogLevel logLevel, TState state, System.Exception? exception, System.Func<TState, System.Exception?, string!>! formatter) -> void
Microsoft.Testing.Platform.Logging.Logger.LogAsync<TState>(Microsoft.Testing.Platform.Logging.LogLevel logLevel, TState state, System.Exception? exception, System.Func<TState, System.Exception?, string!>! formatter) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Logging.Logger.Logger(Microsoft.Testing.Platform.Logging.ILogger![]! loggers, Microsoft.Testing.Platform.Logging.LogLevel logLevel) -> void
Microsoft.Testing.Platform.Logging.Logger<TCategoryName>
Microsoft.Testing.Platform.Logging.Logger<TCategoryName>.IsEnabled(Microsoft.Testing.Platform.Logging.LogLevel logLevel) -> bool
Microsoft.Testing.Platform.Logging.Logger<TCategoryName>.Log<TState>(Microsoft.Testing.Platform.Logging.LogLevel logLevel, TState state, System.Exception? exception, System.Func<TState, System.Exception?, string!>! formatter) -> void
Microsoft.Testing.Platform.Logging.Logger<TCategoryName>.LogAsync<TState>(Microsoft.Testing.Platform.Logging.LogLevel logLevel, TState state, System.Exception? exception, System.Func<TState, System.Exception?, string!>! formatter) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Logging.Logger<TCategoryName>.Logger(Microsoft.Testing.Platform.Logging.ILoggerFactory! loggerFactory) -> void
Microsoft.Testing.Platform.Logging.LoggerFactory
Microsoft.Testing.Platform.Logging.LoggerFactory.CreateLogger(string! categoryName) -> Microsoft.Testing.Platform.Logging.ILogger!
Microsoft.Testing.Platform.Logging.LoggerFactory.Dispose() -> void
Microsoft.Testing.Platform.Logging.LoggerFactory.LoggerFactory(Microsoft.Testing.Platform.Logging.ILoggerProvider![]! loggerProviders, Microsoft.Testing.Platform.Logging.LogLevel logLevel, Microsoft.Testing.Platform.Helpers.IMonitor! monitor) -> void
Microsoft.Testing.Platform.Logging.LoggerFactoryProxy
Microsoft.Testing.Platform.Logging.LoggerFactoryProxy.CreateLogger(string! categoryName) -> Microsoft.Testing.Platform.Logging.ILogger!
Microsoft.Testing.Platform.Logging.LoggerFactoryProxy.Dispose() -> void
Microsoft.Testing.Platform.Logging.LoggerFactoryProxy.LoggerFactoryProxy() -> void
Microsoft.Testing.Platform.Logging.LoggerFactoryProxy.SetLoggerFactory(Microsoft.Testing.Platform.Logging.ILoggerFactory! loggerFactory) -> void
Microsoft.Testing.Platform.Logging.LoggingManager
Microsoft.Testing.Platform.Logging.LoggingManager.AddProvider(System.Func<Microsoft.Testing.Platform.Logging.LogLevel, System.IServiceProvider!, Microsoft.Testing.Platform.Logging.ILoggerProvider!>! loggerProviderFactory) -> void
Microsoft.Testing.Platform.Logging.LoggingManager.BuildAsync(System.IServiceProvider! serviceProvider, Microsoft.Testing.Platform.Logging.LogLevel logLevel, Microsoft.Testing.Platform.Helpers.IMonitor! monitor) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Logging.ILoggerFactory!>!
Microsoft.Testing.Platform.Logging.LoggingManager.LoggingManager() -> void
Microsoft.Testing.Platform.Logging.NopLogger
Microsoft.Testing.Platform.Logging.NopLogger.IsEnabled(Microsoft.Testing.Platform.Logging.LogLevel logLevel) -> bool
Microsoft.Testing.Platform.Logging.NopLogger.Log<TState>(Microsoft.Testing.Platform.Logging.LogLevel logLevel, TState state, System.Exception? exception, System.Func<TState, System.Exception?, string!>! formatter) -> void
Microsoft.Testing.Platform.Logging.NopLogger.LogAsync<TState>(Microsoft.Testing.Platform.Logging.LogLevel logLevel, TState state, System.Exception? exception, System.Func<TState, System.Exception?, string!>! formatter) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Logging.NopLogger.NopLogger() -> void
Microsoft.Testing.Platform.Logging.ServerLogMessage
Microsoft.Testing.Platform.Logging.ServerLogMessage.Description.get -> string!
Microsoft.Testing.Platform.Logging.ServerLogMessage.DisplayName.get -> string!
Microsoft.Testing.Platform.Logging.ServerLogMessage.Level.get -> Microsoft.Testing.Platform.Logging.LogLevel
Microsoft.Testing.Platform.Logging.ServerLogMessage.Message.get -> string!
Microsoft.Testing.Platform.Logging.ServerLogMessage.ServerLogMessage(Microsoft.Testing.Platform.Logging.LogLevel level, string! message) -> void
Microsoft.Testing.Platform.Logging.TypeNameHelper
Microsoft.Testing.Platform.Messages.AsyncConsumerDataProcessor
Microsoft.Testing.Platform.Messages.AsyncConsumerDataProcessor.AsyncConsumerDataProcessor(Microsoft.Testing.Platform.Extensions.IDataConsumer! dataConsumer, Microsoft.Testing.Platform.Helpers.ITask! task, System.Threading.CancellationToken cancellationToken) -> void
Microsoft.Testing.Platform.Messages.AsyncConsumerDataProcessor.CompleteAddingAsync() -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Messages.AsyncConsumerDataProcessor.DataConsumer.get -> Microsoft.Testing.Platform.Extensions.IDataConsumer!
Microsoft.Testing.Platform.Messages.AsyncConsumerDataProcessor.Dispose() -> void
Microsoft.Testing.Platform.Messages.AsyncConsumerDataProcessor.DrainDataAsync() -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Messages.AsyncConsumerDataProcessor.PublishAsync(Microsoft.Testing.Platform.Extensions.Messages.IDataProducer! dataProducer, Microsoft.Testing.Platform.Extensions.Messages.IData! data) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Messages.AsyncConsumerDataProcessor.ReceivedCount.get -> long
Microsoft.Testing.Platform.Messages.AsyncConsumerDataProcessorMessage
Microsoft.Testing.Platform.Messages.AsyncConsumerDataProcessorMessage.AsyncConsumerDataProcessorMessage() -> void
Microsoft.Testing.Platform.Messages.AsyncConsumerDataProcessorMessage.Data.get -> Microsoft.Testing.Platform.Extensions.Messages.IData?
Microsoft.Testing.Platform.Messages.AsyncConsumerDataProcessorMessage.DataProducer.get -> Microsoft.Testing.Platform.Extensions.Messages.IDataProducer?
Microsoft.Testing.Platform.Messages.AsyncConsumerDataProcessorMessage.DrainMarker.get -> System.Threading.Tasks.TaskCompletionSource<bool>?
Microsoft.Testing.Platform.Messages.AsynchronousMessageBus
Microsoft.Testing.Platform.Messages.AsynchronousMessageBus.AsynchronousMessageBus(Microsoft.Testing.Platform.Extensions.IDataConsumer![]! dataConsumers, Microsoft.Testing.Platform.Services.ITestApplicationCancellationTokenSource! testApplicationCancellationTokenSource, Microsoft.Testing.Platform.Helpers.ITask! task, Microsoft.Testing.Platform.Logging.ILoggerFactory! loggerFactory, Microsoft.Testing.Platform.Helpers.IEnvironment! environment, Microsoft.Testing.Platform.Services.IShutdownProgressReporter? shutdownProgressReporter) -> void
Microsoft.Testing.Platform.Messages.AsynchronousMessageBus.AsynchronousMessageBus(Microsoft.Testing.Platform.Extensions.IDataConsumer![]! dataConsumers, Microsoft.Testing.Platform.Services.ITestApplicationCancellationTokenSource! testApplicationCancellationTokenSource, Microsoft.Testing.Platform.Helpers.ITask! task, Microsoft.Testing.Platform.Logging.ILoggerFactory! loggerFactory, Microsoft.Testing.Platform.Helpers.IEnvironment! environment) -> void
Microsoft.Testing.Platform.Messages.BaseMessageBus
Microsoft.Testing.Platform.Messages.BaseMessageBus.BaseMessageBus() -> void
Microsoft.Testing.Platform.Messages.BlockingConsumerDataProcessor
Microsoft.Testing.Platform.Messages.BlockingConsumerDataProcessor.BlockingConsumerDataProcessor(Microsoft.Testing.Platform.Extensions.IDataConsumer! dataConsumer, System.Threading.CancellationToken cancellationToken) -> void
Microsoft.Testing.Platform.Messages.BlockingConsumerDataProcessor.CompleteAddingAsync() -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Messages.BlockingConsumerDataProcessor.DataConsumer.get -> Microsoft.Testing.Platform.Extensions.IDataConsumer!
Microsoft.Testing.Platform.Messages.BlockingConsumerDataProcessor.Dispose() -> void
Microsoft.Testing.Platform.Messages.BlockingConsumerDataProcessor.DrainDataAsync() -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Messages.BlockingConsumerDataProcessor.PublishAsync(Microsoft.Testing.Platform.Extensions.Messages.IDataProducer! dataProducer, Microsoft.Testing.Platform.Extensions.Messages.IData! data) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Messages.BlockingConsumerDataProcessor.ReceivedCount.get -> long
Microsoft.Testing.Platform.Messages.IAsyncConsumerDataProcessor
Microsoft.Testing.Platform.Messages.IAsyncConsumerDataProcessor.CompleteAddingAsync() -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Messages.IAsyncConsumerDataProcessor.DataConsumer.get -> Microsoft.Testing.Platform.Extensions.IDataConsumer!
Microsoft.Testing.Platform.Messages.IAsyncConsumerDataProcessor.DrainDataAsync() -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Messages.IAsyncConsumerDataProcessor.PublishAsync(Microsoft.Testing.Platform.Extensions.Messages.IDataProducer! dataProducer, Microsoft.Testing.Platform.Extensions.Messages.IData! data) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Messages.IAsyncConsumerDataProcessor.ReceivedCount.get -> long
Microsoft.Testing.Platform.Messages.MessageBusProxy
Microsoft.Testing.Platform.Messages.MessageBusProxy.MessageBusProxy() -> void
Microsoft.Testing.Platform.Messages.MessageBusProxy.SetBuiltMessageBus(Microsoft.Testing.Platform.Messages.BaseMessageBus! messageBus) -> void
Microsoft.Testing.Platform.Messages.SingleConsumerUnboundedChannel<T>
Microsoft.Testing.Platform.Messages.SingleConsumerUnboundedChannel<T>.Complete() -> void
Microsoft.Testing.Platform.Messages.SingleConsumerUnboundedChannel<T>.SingleConsumerUnboundedChannel() -> void
Microsoft.Testing.Platform.Messages.SingleConsumerUnboundedChannel<T>.TryRead(out T item) -> bool
Microsoft.Testing.Platform.Messages.SingleConsumerUnboundedChannel<T>.WaitToReadAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<bool>!
Microsoft.Testing.Platform.Messages.SingleConsumerUnboundedChannel<T>.Write(T item) -> void
Microsoft.Testing.Platform.Messages.TestNodePropertiesCategories
Microsoft.Testing.Platform.Messages.TestNodeStateStatistics
Microsoft.Testing.Platform.Messages.TestNodeStateStatistics.Deconstruct(out bool HasPassed, out long TotalPassedRetries, out long TotalFailedRetries) -> void
Microsoft.Testing.Platform.Messages.TestNodeStateStatistics.Equals(Microsoft.Testing.Platform.Messages.TestNodeStateStatistics other) -> bool
Microsoft.Testing.Platform.Messages.TestNodeStateStatistics.HasPassed.get -> bool
Microsoft.Testing.Platform.Messages.TestNodeStateStatistics.HasPassed.set -> void
Microsoft.Testing.Platform.Messages.TestNodeStateStatistics.TestNodeStateStatistics() -> void
Microsoft.Testing.Platform.Messages.TestNodeStateStatistics.TestNodeStateStatistics(bool HasPassed, long TotalPassedRetries, long TotalFailedRetries) -> void
Microsoft.Testing.Platform.Messages.TestNodeStateStatistics.TotalFailedRetries.get -> long
Microsoft.Testing.Platform.Messages.TestNodeStateStatistics.TotalFailedRetries.set -> void
Microsoft.Testing.Platform.Messages.TestNodeStateStatistics.TotalPassedRetries.get -> long
Microsoft.Testing.Platform.Messages.TestNodeStateStatistics.TotalPassedRetries.set -> void
Microsoft.Testing.Platform.OutputDevice.AzureDevOpsCommandOutputDeviceData
Microsoft.Testing.Platform.OutputDevice.AzureDevOpsCommandOutputDeviceData.AzureDevOpsCommandOutputDeviceData(string! text) -> void
Microsoft.Testing.Platform.OutputDevice.AzureDevOpsLogIssueFormatter
Microsoft.Testing.Platform.OutputDevice.DiscoveredTestsJsonSerializer
Microsoft.Testing.Platform.OutputDevice.DotnetTestPassthroughOutputDevice
Microsoft.Testing.Platform.OutputDevice.DotnetTestPassthroughOutputDevice.Description.get -> string!
Microsoft.Testing.Platform.OutputDevice.DotnetTestPassthroughOutputDevice.DisplayAfterSessionEndRunAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.DotnetTestPassthroughOutputDevice.DisplayAsync(Microsoft.Testing.Platform.Extensions.OutputDevice.IOutputDeviceDataProducer! producer, Microsoft.Testing.Platform.OutputDevice.IOutputDeviceData! data, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.DotnetTestPassthroughOutputDevice.DisplayBannerAsync(string? bannerMessage, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.DotnetTestPassthroughOutputDevice.DisplayBeforeSessionStartAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.DotnetTestPassthroughOutputDevice.DisplayName.get -> string!
Microsoft.Testing.Platform.OutputDevice.DotnetTestPassthroughOutputDevice.DotnetTestPassthroughOutputDevice(System.IServiceProvider! serviceProvider) -> void
Microsoft.Testing.Platform.OutputDevice.DotnetTestPassthroughOutputDevice.HandleProcessRoleAsync(Microsoft.Testing.Platform.TestProcessRole processRole, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.DotnetTestPassthroughOutputDevice.IsEnabledAsync() -> System.Threading.Tasks.Task<bool>!
Microsoft.Testing.Platform.OutputDevice.DotnetTestPassthroughOutputDevice.Uid.get -> string!
Microsoft.Testing.Platform.OutputDevice.DotnetTestPassthroughOutputDevice.Version.get -> string!
Microsoft.Testing.Platform.OutputDevice.IHotReloadPlatformOutputDevice
Microsoft.Testing.Platform.OutputDevice.IHotReloadPlatformOutputDevice.DisplayAfterHotReloadSessionEndAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.IHotReloadPlatformOutputDevice.DisplayBeforeHotReloadSessionStartAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.IPlatformOutputDevice
Microsoft.Testing.Platform.OutputDevice.IPlatformOutputDevice.DisplayAfterSessionEndRunAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.IPlatformOutputDevice.DisplayAsync(Microsoft.Testing.Platform.Extensions.OutputDevice.IOutputDeviceDataProducer! producer, Microsoft.Testing.Platform.OutputDevice.IOutputDeviceData! data, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.IPlatformOutputDevice.DisplayBannerAsync(string? bannerMessage, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.IPlatformOutputDevice.DisplayBeforeSessionStartAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.IPlatformOutputDevice.HandleProcessRoleAsync(Microsoft.Testing.Platform.TestProcessRole processRole, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.JsonStringWriter
Microsoft.Testing.Platform.OutputDevice.JsonStringWriter.JsonStringWriter() -> void
Microsoft.Testing.Platform.OutputDevice.JsonStringWriter.WriteEndArray() -> void
Microsoft.Testing.Platform.OutputDevice.JsonStringWriter.WriteEndObject() -> void
Microsoft.Testing.Platform.OutputDevice.JsonStringWriter.WriteNumber(string! name, int value) -> void
Microsoft.Testing.Platform.OutputDevice.JsonStringWriter.WriteStartArray(string! name) -> void
Microsoft.Testing.Platform.OutputDevice.JsonStringWriter.WriteStartObject(string? name = null) -> void
Microsoft.Testing.Platform.OutputDevice.JsonStringWriter.WriteString(string! name, string? value) -> void
Microsoft.Testing.Platform.OutputDevice.JsonStringWriter.WriteStringValue(string? value) -> void
Microsoft.Testing.Platform.OutputDevice.NopPlatformOutputDevice
Microsoft.Testing.Platform.OutputDevice.NopPlatformOutputDevice.Description.get -> string!
Microsoft.Testing.Platform.OutputDevice.NopPlatformOutputDevice.DisplayAfterSessionEndRunAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.NopPlatformOutputDevice.DisplayAsync(Microsoft.Testing.Platform.Extensions.OutputDevice.IOutputDeviceDataProducer! producer, Microsoft.Testing.Platform.OutputDevice.IOutputDeviceData! data, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.NopPlatformOutputDevice.DisplayBannerAsync(string? bannerMessage, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.NopPlatformOutputDevice.DisplayBeforeSessionStartAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.NopPlatformOutputDevice.DisplayName.get -> string!
Microsoft.Testing.Platform.OutputDevice.NopPlatformOutputDevice.HandleProcessRoleAsync(Microsoft.Testing.Platform.TestProcessRole processRole, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.NopPlatformOutputDevice.IsEnabledAsync() -> System.Threading.Tasks.Task<bool>!
Microsoft.Testing.Platform.OutputDevice.NopPlatformOutputDevice.NopPlatformOutputDevice() -> void
Microsoft.Testing.Platform.OutputDevice.NopPlatformOutputDevice.Uid.get -> string!
Microsoft.Testing.Platform.OutputDevice.NopPlatformOutputDevice.Version.get -> string!
Microsoft.Testing.Platform.OutputDevice.OutputDeviceBannerHelper
Microsoft.Testing.Platform.OutputDevice.PlatformOutputDeviceManager
Microsoft.Testing.Platform.OutputDevice.PlatformOutputDeviceManager.BuildAsync(Microsoft.Testing.Platform.Services.ServiceProvider! serviceProvider, bool useServerModeOutputDevice, bool isPipeProtocol) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.OutputDevice.ProxyOutputDevice!>!
Microsoft.Testing.Platform.OutputDevice.PlatformOutputDeviceManager.PlatformOutputDeviceManager() -> void
Microsoft.Testing.Platform.OutputDevice.PlatformOutputDeviceManager.SetPlatformOutputDevice(System.Func<System.IServiceProvider!, Microsoft.Testing.Platform.OutputDevice.IPlatformOutputDevice!>! platformOutputDeviceFactory) -> void
Microsoft.Testing.Platform.OutputDevice.ProxyOutputDevice
Microsoft.Testing.Platform.OutputDevice.ProxyOutputDevice.DisplayAfterSessionEndRunAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.ProxyOutputDevice.DisplayAsync(Microsoft.Testing.Platform.Extensions.OutputDevice.IOutputDeviceDataProducer! producer, Microsoft.Testing.Platform.OutputDevice.IOutputDeviceData! data, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.ProxyOutputDevice.DisplayBannerAsync(string? bannerMessage, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.ProxyOutputDevice.DisplayBeforeSessionStartAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.ProxyOutputDevice.HandleProcessRoleAsync(Microsoft.Testing.Platform.TestProcessRole processRole, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.ProxyOutputDevice.InitializeAsync(Microsoft.Testing.Platform.Hosts.ServerTestHost! serverTestHost) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.ProxyOutputDevice.OriginalOutputDevice.get -> Microsoft.Testing.Platform.OutputDevice.IPlatformOutputDevice!
Microsoft.Testing.Platform.OutputDevice.ProxyOutputDevice.ProxyOutputDevice(Microsoft.Testing.Platform.OutputDevice.IPlatformOutputDevice! originalOutputDevice, Microsoft.Testing.Platform.ServerMode.ServerModePerCallOutputDevice? serverModeOutputDevice) -> void
Microsoft.Testing.Platform.OutputDevice.SimplifiedConsoleOutputDeviceBase
Microsoft.Testing.Platform.OutputDevice.SimplifiedConsoleOutputDeviceBase.ConsumeAsync(Microsoft.Testing.Platform.Extensions.Messages.IDataProducer! dataProducer, Microsoft.Testing.Platform.Extensions.Messages.IData! value, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.SimplifiedConsoleOutputDeviceBase.DataTypesConsumed.get -> System.Type![]!
Microsoft.Testing.Platform.OutputDevice.SimplifiedConsoleOutputDeviceBase.DisplayAfterSessionEndRunAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.SimplifiedConsoleOutputDeviceBase.DisplayAsync(Microsoft.Testing.Platform.Extensions.OutputDevice.IOutputDeviceDataProducer! producer, Microsoft.Testing.Platform.OutputDevice.IOutputDeviceData! data, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.SimplifiedConsoleOutputDeviceBase.DisplayBannerAsync(string? bannerMessage, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.SimplifiedConsoleOutputDeviceBase.DisplayBeforeSessionStartAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.SimplifiedConsoleOutputDeviceBase.HandleProcessRoleAsync(Microsoft.Testing.Platform.TestProcessRole processRole, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.SimplifiedConsoleOutputDeviceBase.InitializeAsync() -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.SimplifiedConsoleOutputDeviceBase.IsEnabledAsync() -> System.Threading.Tasks.Task<bool>!
Microsoft.Testing.Platform.OutputDevice.SimplifiedConsoleOutputDeviceBase.OnTestSessionFinishingAsync(Microsoft.Testing.Platform.Services.ITestSessionContext! testSessionContext) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.SimplifiedConsoleOutputDeviceBase.OnTestSessionStartingAsync(Microsoft.Testing.Platform.Services.ITestSessionContext! testSessionContext) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.SimplifiedConsoleOutputDeviceBase.SimplifiedConsoleOutputDeviceBase(Microsoft.Testing.Platform.Helpers.IConsole! console, Microsoft.Testing.Platform.Services.ITestApplicationModuleInfo! testApplicationModuleInfo, Microsoft.Testing.Platform.Helpers.IAsyncMonitor! asyncMonitor, Microsoft.Testing.Platform.Helpers.IRuntimeFeature! runtimeFeature, Microsoft.Testing.Platform.Helpers.IEnvironment! environment, Microsoft.Testing.Platform.Services.IPlatformInformation! platformInformation, Microsoft.Testing.Platform.Services.IStopPoliciesService! policiesService) -> void
Microsoft.Testing.Platform.OutputDevice.SimplifiedConsoleOutputDeviceBase.Uid.get -> string!
Microsoft.Testing.Platform.OutputDevice.SimplifiedConsoleOutputDeviceBase.Version.get -> string!
Microsoft.Testing.Platform.OutputDevice.TargetFrameworkParser
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiCodes
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiDetector
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiMode
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiMode.AnsiIfPossible = 2 -> Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiMode
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiMode.ForceAnsi = 3 -> Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiMode
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiMode.NoAnsi = 0 -> Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiMode
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiMode.SimpleAnsi = 1 -> Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiMode
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminal
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminal.AnsiTerminal(Microsoft.Testing.Platform.Helpers.IConsole! console) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminal.Append(char value) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminal.Append(string! value) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminal.AppendLine() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminal.AppendLine(string! value) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminal.AppendLink(string? path, int? lineNumber) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminal.EraseProgress() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminal.Height.get -> int
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminal.HideCursor() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminal.MoveCursorUp(int lineCount) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminal.RenderProgress(Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState?[]! progress) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminal.ResetColor() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminal.SetColor(Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor color) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminal.SetCursorHorizontal(int position) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminal.ShowCursor() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminal.StartBusyIndicator() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminal.StartUpdate() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminal.StopBusyIndicator() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminal.StopUpdate() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminal.Width.get -> int
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminalTestProgressFrame
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminalTestProgressFrame.AnsiTerminalTestProgressFrame(int width, int height) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminalTestProgressFrame.AppendTestWorkerDetail(Microsoft.Testing.Platform.OutputDevice.Terminal.TestDetailState! detail, Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminalTestProgressFrame.RenderedProgressItem! currentLine, Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminal! terminal) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminalTestProgressFrame.AppendTestWorkerProgress(Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState! progress, Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminalTestProgressFrame.RenderedProgressItem! currentLine, Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminal! terminal) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminalTestProgressFrame.Clear() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminalTestProgressFrame.Height.get -> int
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminalTestProgressFrame.Render(Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminalTestProgressFrame! previousFrame, Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState?[]! progress, Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminal! terminal) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminalTestProgressFrame.RenderedLinesCount.get -> int
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminalTestProgressFrame.RenderedProgressItem
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminalTestProgressFrame.RenderedProgressItem.ProgressId.get -> long
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminalTestProgressFrame.RenderedProgressItem.ProgressVersion.get -> long
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminalTestProgressFrame.RenderedProgressItem.RenderedDurationLength.get -> int
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminalTestProgressFrame.RenderedProgressItem.RenderedDurationLength.set -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminalTestProgressFrame.RenderedProgressItem.RenderedProgressItem() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminalTestProgressFrame.RenderedProgressItem.Reset(long id, long version) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminalTestProgressFrame.Reset(int width, int height) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiTerminalTestProgressFrame.Width.get -> int
Microsoft.Testing.Platform.OutputDevice.Terminal.CursorProgressRenderer
Microsoft.Testing.Platform.OutputDevice.Terminal.CursorProgressRenderer.CursorProgressRenderer() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.CursorProgressRenderer.OnStart() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.CursorProgressRenderer.OnTestCompleted() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.CursorProgressRenderer.OnTick(Microsoft.Testing.Platform.OutputDevice.Terminal.ITerminal! terminal, Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState?[]! progressItems) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.CursorProgressRenderer.OnWrite(Microsoft.Testing.Platform.OutputDevice.Terminal.ITerminal! terminal, Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState?[]! progressItems, System.Action<Microsoft.Testing.Platform.OutputDevice.Terminal.ITerminal!>! write) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.CursorProgressRenderer.TickInterval.get -> System.TimeSpan
Microsoft.Testing.Platform.OutputDevice.Terminal.ExceptionFlattener
Microsoft.Testing.Platform.OutputDevice.Terminal.ExceptionFlattener.ExceptionFlattener() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.FileUtilities
Microsoft.Testing.Platform.OutputDevice.Terminal.FlatException
Microsoft.Testing.Platform.OutputDevice.Terminal.FlatException.<Clone>$() -> Microsoft.Testing.Platform.OutputDevice.Terminal.FlatException!
Microsoft.Testing.Platform.OutputDevice.Terminal.FlatException.Deconstruct(out string? ErrorMessage, out string? ErrorType, out string? StackTrace) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.FlatException.Equals(Microsoft.Testing.Platform.OutputDevice.Terminal.FlatException? other) -> bool
Microsoft.Testing.Platform.OutputDevice.Terminal.FlatException.ErrorMessage.get -> string?
Microsoft.Testing.Platform.OutputDevice.Terminal.FlatException.ErrorMessage.init -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.FlatException.ErrorType.get -> string?
Microsoft.Testing.Platform.OutputDevice.Terminal.FlatException.ErrorType.init -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.FlatException.FlatException(string? ErrorMessage, string? ErrorType, string? StackTrace) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.FlatException.StackTrace.get -> string?
Microsoft.Testing.Platform.OutputDevice.Terminal.FlatException.StackTrace.init -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.HumanReadableDurationFormatter
Microsoft.Testing.Platform.OutputDevice.Terminal.IProgressRenderer
Microsoft.Testing.Platform.OutputDevice.Terminal.IProgressRenderer.OnStart() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.IProgressRenderer.OnTestCompleted() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.IProgressRenderer.OnTick(Microsoft.Testing.Platform.OutputDevice.Terminal.ITerminal! terminal, Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState?[]! progressItems) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.IProgressRenderer.OnWrite(Microsoft.Testing.Platform.OutputDevice.Terminal.ITerminal! terminal, Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState?[]! progressItems, System.Action<Microsoft.Testing.Platform.OutputDevice.Terminal.ITerminal!>! write) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.IProgressRenderer.TickInterval.get -> System.TimeSpan
Microsoft.Testing.Platform.OutputDevice.Terminal.ITerminal
Microsoft.Testing.Platform.OutputDevice.Terminal.ITerminal.Append(char value) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.ITerminal.Append(string! value) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.ITerminal.AppendLine() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.ITerminal.AppendLine(string! value) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.ITerminal.AppendLink(string! path, int? lineNumber) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.ITerminal.EraseProgress() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.ITerminal.Height.get -> int
Microsoft.Testing.Platform.OutputDevice.Terminal.ITerminal.HideCursor() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.ITerminal.RenderProgress(Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState?[]! progress) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.ITerminal.ResetColor() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.ITerminal.SetColor(Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor color) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.ITerminal.ShowCursor() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.ITerminal.StartBusyIndicator() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.ITerminal.StartUpdate() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.ITerminal.StopBusyIndicator() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.ITerminal.StopUpdate() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.ITerminal.Width.get -> int
Microsoft.Testing.Platform.OutputDevice.Terminal.NativeMethods
Microsoft.Testing.Platform.OutputDevice.Terminal.NativeMethods.StreamHandleType
Microsoft.Testing.Platform.OutputDevice.Terminal.NativeMethods.StreamHandleType.StdErr = -12 -> Microsoft.Testing.Platform.OutputDevice.Terminal.NativeMethods.StreamHandleType
Microsoft.Testing.Platform.OutputDevice.Terminal.NativeMethods.StreamHandleType.StdOut = -11 -> Microsoft.Testing.Platform.OutputDevice.Terminal.NativeMethods.StreamHandleType
Microsoft.Testing.Platform.OutputDevice.Terminal.NonAnsiTerminal
Microsoft.Testing.Platform.OutputDevice.Terminal.NonAnsiTerminal.NonAnsiTerminal(Microsoft.Testing.Platform.Helpers.IConsole! console) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.OutputShowMode
Microsoft.Testing.Platform.OutputDevice.Terminal.OutputShowMode.All = 0 -> Microsoft.Testing.Platform.OutputDevice.Terminal.OutputShowMode
Microsoft.Testing.Platform.OutputDevice.Terminal.OutputShowMode.Failed = 1 -> Microsoft.Testing.Platform.OutputDevice.Terminal.OutputShowMode
Microsoft.Testing.Platform.OutputDevice.Terminal.OutputShowMode.None = 2 -> Microsoft.Testing.Platform.OutputDevice.Terminal.OutputShowMode
Microsoft.Testing.Platform.OutputDevice.Terminal.SilenceDrivenHeartbeatRenderer
Microsoft.Testing.Platform.OutputDevice.Terminal.SilenceDrivenHeartbeatRenderer.OnStart() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.SilenceDrivenHeartbeatRenderer.OnTestCompleted() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.SilenceDrivenHeartbeatRenderer.OnTick(Microsoft.Testing.Platform.OutputDevice.Terminal.ITerminal! terminal, Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState?[]! progressItems) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.SilenceDrivenHeartbeatRenderer.OnWrite(Microsoft.Testing.Platform.OutputDevice.Terminal.ITerminal! terminal, Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState?[]! progressItems, System.Action<Microsoft.Testing.Platform.OutputDevice.Terminal.ITerminal!>! write) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.SilenceDrivenHeartbeatRenderer.SilenceDrivenHeartbeatRenderer(System.TimeSpan silenceThreshold, System.TimeSpan slowTestThreshold, System.Func<Microsoft.Testing.Platform.Helpers.IStopwatch!>! createStopwatch) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.SilenceDrivenHeartbeatRenderer.TickInterval.get -> System.TimeSpan
Microsoft.Testing.Platform.OutputDevice.Terminal.SimpleAnsiTerminal
Microsoft.Testing.Platform.OutputDevice.Terminal.SimpleAnsiTerminal.SimpleAnsiTerminal(Microsoft.Testing.Platform.Helpers.IConsole! console) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.SimpleTerminal
Microsoft.Testing.Platform.OutputDevice.Terminal.SimpleTerminal.Append(char value) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.SimpleTerminal.AppendLine() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.SimpleTerminal.AppendLink(string! path, int? lineNumber) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.SimpleTerminal.Console.get -> Microsoft.Testing.Platform.Helpers.IConsole!
Microsoft.Testing.Platform.OutputDevice.Terminal.SimpleTerminal.EraseProgress() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.SimpleTerminal.Height.get -> int
Microsoft.Testing.Platform.OutputDevice.Terminal.SimpleTerminal.HideCursor() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.SimpleTerminal.RenderProgress(Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState?[]! progress) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.SimpleTerminal.ShowCursor() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.SimpleTerminal.SimpleTerminal(Microsoft.Testing.Platform.Helpers.IConsole! console) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.SimpleTerminal.StartBusyIndicator() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.SimpleTerminal.StartUpdate() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.SimpleTerminal.StopBusyIndicator() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.SimpleTerminal.StopUpdate() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.SimpleTerminal.Width.get -> int
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor.Black = 30 -> Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor.Blue = 94 -> Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor.Cyan = 96 -> Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor.DarkBlue = 34 -> Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor.DarkCyan = 36 -> Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor.DarkGray = 90 -> Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor.DarkGreen = 32 -> Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor.DarkMagenta = 35 -> Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor.DarkRed = 31 -> Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor.DarkYellow = 33 -> Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor.Default = 39 -> Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor.Gray = 37 -> Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor.Green = 92 -> Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor.Magenta = 95 -> Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor.Red = 91 -> Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor.White = 97 -> Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor.Yellow = 93 -> Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalResources
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.AppendTestDiscoverySummary(Microsoft.Testing.Platform.OutputDevice.Terminal.ITerminal! terminal) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.ArtifactAdded(bool outOfProcess, string? assembly, string? targetFramework, string? architecture, string? executionId, string? testName, string! path) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.AssemblyRunCompleted(string! executionId, int exitCode, string? outputData, string? errorData) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.AssemblyRunCompleted(string! executionId) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.AssemblyRunStarted(string! assembly, string? targetFramework, string? architecture, string! executionId, string! instanceId) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.CreateStopwatch.get -> System.Func<Microsoft.Testing.Platform.Helpers.IStopwatch!>!
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.CreateStopwatch.set -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.Dispose() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.HandshakeFailure(string! assemblyPath, string? targetFramework, int exitCode, string! outputData, string! errorData, bool reportEvenWhenHelp = false) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.HasHandshakeFailure.get -> bool
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.OnProgressStartUpdate -> System.EventHandler!
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.OnProgressStopUpdate -> System.EventHandler!
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.PrintOutOfProcessArtifacts() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.StartCancelling() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.TerminalTestReporter(Microsoft.Testing.Platform.Helpers.IConsole! console, Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterOptions! options) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.TerminalTestReporter(Microsoft.Testing.Platform.Helpers.IConsole! console, System.Func<bool>! isCancellationRequested, Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterOptions! options) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.TestCompleted(string! assembly, string? targetFramework, string? architecture, string! executionId, string! instanceId, string! testNodeUid, string! displayName, string? informativeMessage, Microsoft.Testing.Platform.OutputDevice.Terminal.TestOutcome outcome, System.TimeSpan? duration, Microsoft.Testing.Platform.OutputDevice.Terminal.FlatException![]? exceptions, string? expected, string? actual, string? standardOutput, string? errorOutput) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.TestCompleted(string! executionId, string! testNodeUid, string! displayName, Microsoft.Testing.Platform.OutputDevice.Terminal.TestOutcome outcome, System.TimeSpan? duration, string? informativeMessage, string? errorMessage, System.Exception? exception, string? expected, string? actual, string? standardOutput, string? errorOutput) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.TestDiscovered(string! executionId, string! displayName) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.TestDiscovered(string! executionId, string? displayName, string? uid, string? filePath, int? lineNumber) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.TestExecutionCompleted(System.DateTimeOffset endTime, int? exitCode) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.TestExecutionStarted(System.DateTimeOffset testStartTime, int workerCount, bool isDiscovery, bool isHelp, bool isRetry) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.TestInProgress(string! assembly, string? targetFramework, string? architecture, string! executionId, string! instanceId, string! testNodeUid, string! displayName) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.TestInProgress(string! executionId, string! testNodeUid, string! displayName) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.TotalTests.get -> int
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.WriteErrorMessage(string! text, int? padding) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.WriteErrorMessage(System.Exception! exception) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.WriteMessage(string! text, Microsoft.Testing.Platform.OutputDevice.SystemConsoleColor? color = null, int? padding = null) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.WriteWarningMessage(string! text, int? padding) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterCommandLineOptionsProvider
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterCommandLineOptionsProvider.TerminalTestReporterCommandLineOptionsProvider() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterOptions
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterOptions.AnsiMode.get -> Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiMode
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterOptions.AnsiMode.init -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterOptions.HeartbeatSilenceThreshold.get -> System.TimeSpan
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterOptions.HeartbeatSilenceThreshold.init -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterOptions.MinimumExpectedTests.get -> int
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterOptions.MinimumExpectedTests.init -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterOptions.ShowActiveTests.get -> bool
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterOptions.ShowActiveTests.init -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterOptions.ShowAssembly.get -> bool
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterOptions.ShowAssembly.init -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterOptions.ShowAssemblyStartAndComplete.get -> bool
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterOptions.ShowAssemblyStartAndComplete.init -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterOptions.ShowPassedTests.get -> System.Func<bool>!
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterOptions.ShowPassedTests.init -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterOptions.ShowProgress.get -> System.Func<bool?>!
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterOptions.ShowProgress.init -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterOptions.ShowStderr.get -> Microsoft.Testing.Platform.OutputDevice.Terminal.OutputShowMode
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterOptions.ShowStderr.init -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterOptions.ShowStdout.get -> Microsoft.Testing.Platform.OutputDevice.Terminal.OutputShowMode
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterOptions.ShowStdout.init -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterOptions.SlowTestThreshold.get -> System.TimeSpan
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterOptions.SlowTestThreshold.init -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterOptions.TerminalTestReporterOptions() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterOptions.ZeroTestsPolicy.get -> Microsoft.Testing.Platform.CommandLine.ZeroTestsPolicy
Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterOptions.ZeroTestsPolicy.init -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestDetailState
Microsoft.Testing.Platform.OutputDevice.Terminal.TestDetailState.Id.get -> long
Microsoft.Testing.Platform.OutputDevice.Terminal.TestDetailState.Stopwatch.get -> Microsoft.Testing.Platform.Helpers.IStopwatch?
Microsoft.Testing.Platform.OutputDevice.Terminal.TestDetailState.TestDetailState(long id, Microsoft.Testing.Platform.Helpers.IStopwatch? stopwatch, string! text) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestDetailState.Text.get -> string!
Microsoft.Testing.Platform.OutputDevice.Terminal.TestDetailState.Text.set -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestDetailState.Version.get -> long
Microsoft.Testing.Platform.OutputDevice.Terminal.TestDetailState.Version.set -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestNodeResultsState
Microsoft.Testing.Platform.OutputDevice.Terminal.TestNodeResultsState.AddRunningTestNode(int id, string! uid, string! name, Microsoft.Testing.Platform.Helpers.IStopwatch! stopwatch) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestNodeResultsState.Count.get -> int
Microsoft.Testing.Platform.OutputDevice.Terminal.TestNodeResultsState.GetRunningTasks(int maxCount) -> System.Collections.Generic.List<Microsoft.Testing.Platform.OutputDevice.Terminal.TestDetailState!>!
Microsoft.Testing.Platform.OutputDevice.Terminal.TestNodeResultsState.GetSingleActiveOrSummaryTask() -> Microsoft.Testing.Platform.OutputDevice.Terminal.TestDetailState?
Microsoft.Testing.Platform.OutputDevice.Terminal.TestNodeResultsState.Id.get -> long
Microsoft.Testing.Platform.OutputDevice.Terminal.TestNodeResultsState.RemoveRunningTestNode(string! uid) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestNodeResultsState.TestNodeResultsState(long id) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestOutcome
Microsoft.Testing.Platform.OutputDevice.Terminal.TestOutcome.Canceled = 5 -> Microsoft.Testing.Platform.OutputDevice.Terminal.TestOutcome
Microsoft.Testing.Platform.OutputDevice.Terminal.TestOutcome.Error = 0 -> Microsoft.Testing.Platform.OutputDevice.Terminal.TestOutcome
Microsoft.Testing.Platform.OutputDevice.Terminal.TestOutcome.Fail = 1 -> Microsoft.Testing.Platform.OutputDevice.Terminal.TestOutcome
Microsoft.Testing.Platform.OutputDevice.Terminal.TestOutcome.Passed = 2 -> Microsoft.Testing.Platform.OutputDevice.Terminal.TestOutcome
Microsoft.Testing.Platform.OutputDevice.Terminal.TestOutcome.Skipped = 3 -> Microsoft.Testing.Platform.OutputDevice.Terminal.TestOutcome
Microsoft.Testing.Platform.OutputDevice.Terminal.TestOutcome.Timeout = 4 -> Microsoft.Testing.Platform.OutputDevice.Terminal.TestOutcome
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState.Architecture.get -> string?
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState.Assembly.get -> string!
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState.AssemblyName.get -> string!
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState.DiscoveredTestDisplayNames.get -> System.Collections.Generic.List<string!>!
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState.DiscoveredTestDisplayNames.set -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState.DiscoveredTests.get -> int
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState.DiscoveredTests.set -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState.FailedTests.get -> int
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState.Id.get -> long
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState.Id.set -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState.IsDiscovery.get -> bool
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState.NotifyHandshake(string! instanceId) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState.PassedTests.get -> int
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState.ReportFailedTest(string! testNodeUid, string! instanceId) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState.ReportPassingTest(string! testNodeUid, string! instanceId) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState.ReportSkippedTest(string! testNodeUid, string! instanceId) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState.RetriedFailedTests.get -> int
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState.SkippedTests.get -> int
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState.SlotIndex.get -> int
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState.SlotIndex.set -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState.Stopwatch.get -> Microsoft.Testing.Platform.Helpers.IStopwatch!
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState.Success.get -> bool
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState.Success.set -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState.TargetFramework.get -> string?
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState.TestNodeResultsState.get -> Microsoft.Testing.Platform.OutputDevice.Terminal.TestNodeResultsState?
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState.TestNodeResultsState.set -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState.TestProgressState(long id, string! assembly, string? targetFramework, string? architecture, Microsoft.Testing.Platform.Helpers.IStopwatch! stopwatch, bool isDiscovery) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState.TotalTests.get -> int
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState.TryCount.get -> int
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState.Version.get -> long
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState.Version.set -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressStateAwareTerminal
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressStateAwareTerminal.AddWorker(Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressState! testWorker) -> int
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressStateAwareTerminal.Dispose() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressStateAwareTerminal.NotifyTestCompleted() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressStateAwareTerminal.OnProgressStartUpdate -> System.EventHandler?
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressStateAwareTerminal.OnProgressStopUpdate -> System.EventHandler?
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressStateAwareTerminal.RemoveWorker(int slotIndex) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressStateAwareTerminal.StartShowingProgress(int workerCount) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressStateAwareTerminal.StopShowingProgress() -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressStateAwareTerminal.TestProgressStateAwareTerminal(Microsoft.Testing.Platform.OutputDevice.Terminal.ITerminal! terminal, System.Func<bool?>! showProgress, Microsoft.Testing.Platform.OutputDevice.Terminal.IProgressRenderer! renderer) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressStateAwareTerminal.UpdateWorker(int slotIndex) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestProgressStateAwareTerminal.WriteToTerminal(System.Action<Microsoft.Testing.Platform.OutputDevice.Terminal.ITerminal!>! write) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestRunArtifact
Microsoft.Testing.Platform.OutputDevice.Terminal.TestRunArtifact.<Clone>$() -> Microsoft.Testing.Platform.OutputDevice.Terminal.TestRunArtifact!
Microsoft.Testing.Platform.OutputDevice.Terminal.TestRunArtifact.Architecture.get -> string?
Microsoft.Testing.Platform.OutputDevice.Terminal.TestRunArtifact.Architecture.init -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestRunArtifact.Assembly.get -> string?
Microsoft.Testing.Platform.OutputDevice.Terminal.TestRunArtifact.Assembly.init -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestRunArtifact.Deconstruct(out bool OutOfProcess, out string? Assembly, out string? TargetFramework, out string? Architecture, out string? ExecutionId, out string? TestName, out string! Path) -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestRunArtifact.Equals(Microsoft.Testing.Platform.OutputDevice.Terminal.TestRunArtifact? other) -> bool
Microsoft.Testing.Platform.OutputDevice.Terminal.TestRunArtifact.ExecutionId.get -> string?
Microsoft.Testing.Platform.OutputDevice.Terminal.TestRunArtifact.ExecutionId.init -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestRunArtifact.OutOfProcess.get -> bool
Microsoft.Testing.Platform.OutputDevice.Terminal.TestRunArtifact.OutOfProcess.init -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestRunArtifact.Path.get -> string!
Microsoft.Testing.Platform.OutputDevice.Terminal.TestRunArtifact.Path.init -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestRunArtifact.TargetFramework.get -> string?
Microsoft.Testing.Platform.OutputDevice.Terminal.TestRunArtifact.TargetFramework.init -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestRunArtifact.TestName.get -> string?
Microsoft.Testing.Platform.OutputDevice.Terminal.TestRunArtifact.TestName.init -> void
Microsoft.Testing.Platform.OutputDevice.Terminal.TestRunArtifact.TestRunArtifact(bool OutOfProcess, string? Assembly, string? TargetFramework, string? Architecture, string? ExecutionId, string? TestName, string! Path) -> void
Microsoft.Testing.Platform.OutputDevice.TerminalOutputDevice
Microsoft.Testing.Platform.OutputDevice.TerminalOutputDevice.ConsumeAsync(Microsoft.Testing.Platform.Extensions.Messages.IDataProducer! dataProducer, Microsoft.Testing.Platform.Extensions.Messages.IData! value, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.TerminalOutputDevice.DataTypesConsumed.get -> System.Type![]!
Microsoft.Testing.Platform.OutputDevice.TerminalOutputDevice.Description.get -> string!
Microsoft.Testing.Platform.OutputDevice.TerminalOutputDevice.DisplayAfterHotReloadSessionEndAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.TerminalOutputDevice.DisplayAfterSessionEndRunAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.TerminalOutputDevice.DisplayAsync(Microsoft.Testing.Platform.Extensions.OutputDevice.IOutputDeviceDataProducer! producer, Microsoft.Testing.Platform.OutputDevice.IOutputDeviceData! data, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.TerminalOutputDevice.DisplayBannerAsync(string? bannerMessage, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.TerminalOutputDevice.DisplayBeforeHotReloadSessionStartAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.TerminalOutputDevice.DisplayBeforeSessionStartAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.TerminalOutputDevice.DisplayName.get -> string!
Microsoft.Testing.Platform.OutputDevice.TerminalOutputDevice.Dispose() -> void
Microsoft.Testing.Platform.OutputDevice.TerminalOutputDevice.HandleProcessRoleAsync(Microsoft.Testing.Platform.TestProcessRole processRole, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.TerminalOutputDevice.InitializeAsync() -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.OutputDevice.TerminalOutputDevice.IsEnabledAsync() -> System.Threading.Tasks.Task<bool>!
Microsoft.Testing.Platform.OutputDevice.TerminalOutputDevice.TerminalOutputDevice(Microsoft.Testing.Platform.Helpers.IConsole! console, Microsoft.Testing.Platform.Services.ITestApplicationModuleInfo! testApplicationModuleInfo, Microsoft.Testing.Platform.TestHostControllers.ITestHostControllerInfo! testHostControllerInfo, Microsoft.Testing.Platform.Helpers.IAsyncMonitor! asyncMonitor, Microsoft.Testing.Platform.Helpers.IRuntimeFeature! runtimeFeature, Microsoft.Testing.Platform.Helpers.IEnvironment! environment, Microsoft.Testing.Platform.Services.IPlatformInformation! platformInformation, Microsoft.Testing.Platform.CommandLine.ICommandLineOptions! commandLineOptions, Microsoft.Testing.Platform.Logging.IFileLoggerInformation? fileLoggerInformation, Microsoft.Testing.Platform.Logging.ILoggerFactory! loggerFactory, Microsoft.Testing.Platform.Helpers.IClock! clock, Microsoft.Testing.Platform.Services.IStopPoliciesService! policiesService, Microsoft.Testing.Platform.Services.ITestApplicationCancellationTokenSource! testApplicationCancellationTokenSource) -> void
Microsoft.Testing.Platform.OutputDevice.TerminalOutputDevice.Uid.get -> string!
Microsoft.Testing.Platform.OutputDevice.TerminalOutputDevice.Version.get -> string!
Microsoft.Testing.Platform.OutputDevice.TestRunSummaryHelper
Microsoft.Testing.Platform.OutputDevice.WasiOutputDevice
Microsoft.Testing.Platform.OutputDevice.WasiOutputDevice.WasiOutputDevice(Microsoft.Testing.Platform.Helpers.IConsole! console, Microsoft.Testing.Platform.Services.ITestApplicationModuleInfo! testApplicationModuleInfo, Microsoft.Testing.Platform.Helpers.IAsyncMonitor! asyncMonitor, Microsoft.Testing.Platform.Helpers.IRuntimeFeature! runtimeFeature, Microsoft.Testing.Platform.Helpers.IEnvironment! environment, Microsoft.Testing.Platform.Services.IPlatformInformation! platformInformation, Microsoft.Testing.Platform.Services.IStopPoliciesService! policiesService) -> void
Microsoft.Testing.Platform.Requests.ConsoleTestExecutionFilterFactory
Microsoft.Testing.Platform.Requests.ConsoleTestExecutionFilterFactory.ConsoleTestExecutionFilterFactory(Microsoft.Testing.Platform.CommandLine.ICommandLineOptions! commandLineService) -> void
Microsoft.Testing.Platform.Requests.ConsoleTestExecutionFilterFactory.Description.get -> string!
Microsoft.Testing.Platform.Requests.ConsoleTestExecutionFilterFactory.DisplayName.get -> string!
Microsoft.Testing.Platform.Requests.ConsoleTestExecutionFilterFactory.IsEnabledAsync() -> System.Threading.Tasks.Task<bool>!
Microsoft.Testing.Platform.Requests.ConsoleTestExecutionFilterFactory.TryCreateAsync() -> System.Threading.Tasks.Task<(bool Success, Microsoft.Testing.Platform.Requests.ITestExecutionFilter? TestExecutionFilter)>!
Microsoft.Testing.Platform.Requests.ConsoleTestExecutionFilterFactory.Uid.get -> string!
Microsoft.Testing.Platform.Requests.ConsoleTestExecutionFilterFactory.Version.get -> string!
Microsoft.Testing.Platform.Requests.ConsoleTestExecutionRequestFactory
Microsoft.Testing.Platform.Requests.ConsoleTestExecutionRequestFactory.ConsoleTestExecutionRequestFactory(Microsoft.Testing.Platform.CommandLine.ICommandLineOptions! commandLineService, Microsoft.Testing.Platform.Requests.ITestExecutionFilterFactory! testExecutionFilterFactory) -> void
Microsoft.Testing.Platform.Requests.ConsoleTestExecutionRequestFactory.CreateRequestAsync(Microsoft.Testing.Platform.TestHost.TestSessionContext! session) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Requests.TestExecutionRequest!>!
Microsoft.Testing.Platform.Requests.FilterExpression
Microsoft.Testing.Platform.Requests.FilterExpression.FilterExpression() -> void
Microsoft.Testing.Platform.Requests.FilterOperator
Microsoft.Testing.Platform.Requests.FilterOperator.And = 1 -> Microsoft.Testing.Platform.Requests.FilterOperator
Microsoft.Testing.Platform.Requests.FilterOperator.Not = 0 -> Microsoft.Testing.Platform.Requests.FilterOperator
Microsoft.Testing.Platform.Requests.FilterOperator.Or = 2 -> Microsoft.Testing.Platform.Requests.FilterOperator
Microsoft.Testing.Platform.Requests.ITestExecutionFilterFactory
Microsoft.Testing.Platform.Requests.ITestExecutionFilterFactory.TryCreateAsync() -> System.Threading.Tasks.Task<(bool Success, Microsoft.Testing.Platform.Requests.ITestExecutionFilter? TestExecutionFilter)>!
Microsoft.Testing.Platform.Requests.ITestExecutionRequestFactory
Microsoft.Testing.Platform.Requests.ITestExecutionRequestFactory.CreateRequestAsync(Microsoft.Testing.Platform.TestHost.TestSessionContext! session) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Requests.TestExecutionRequest!>!
Microsoft.Testing.Platform.Requests.ITestFrameworkInvoker
Microsoft.Testing.Platform.Requests.ITestFrameworkInvoker.ExecuteAsync(Microsoft.Testing.Platform.Extensions.TestFramework.ITestFramework! testFramework, Microsoft.Testing.Platform.TestHost.ClientInfo! client, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Requests.NopExpression
Microsoft.Testing.Platform.Requests.NopExpression.NopExpression() -> void
Microsoft.Testing.Platform.Requests.OperatorExpression
Microsoft.Testing.Platform.Requests.OperatorExpression.Op.get -> Microsoft.Testing.Platform.Requests.FilterOperator
Microsoft.Testing.Platform.Requests.OperatorExpression.OperatorExpression(Microsoft.Testing.Platform.Requests.FilterOperator op, Microsoft.Testing.Platform.Requests.FilterExpression![]! subExpressions) -> void
Microsoft.Testing.Platform.Requests.OperatorExpression.SubExpressions.get -> System.Collections.Generic.IReadOnlyList<Microsoft.Testing.Platform.Requests.FilterExpression!>!
Microsoft.Testing.Platform.Requests.OperatorKind
Microsoft.Testing.Platform.Requests.OperatorKind.And = 9 -> Microsoft.Testing.Platform.Requests.OperatorKind
Microsoft.Testing.Platform.Requests.OperatorKind.FilterEquals = 6 -> Microsoft.Testing.Platform.Requests.OperatorKind
Microsoft.Testing.Platform.Requests.OperatorKind.FilterNotEquals = 7 -> Microsoft.Testing.Platform.Requests.OperatorKind
Microsoft.Testing.Platform.Requests.OperatorKind.LeftBrace = 2 -> Microsoft.Testing.Platform.Requests.OperatorKind
Microsoft.Testing.Platform.Requests.OperatorKind.LeftParameter = 4 -> Microsoft.Testing.Platform.Requests.OperatorKind
Microsoft.Testing.Platform.Requests.OperatorKind.None = 0 -> Microsoft.Testing.Platform.Requests.OperatorKind
Microsoft.Testing.Platform.Requests.OperatorKind.Or = 8 -> Microsoft.Testing.Platform.Requests.OperatorKind
Microsoft.Testing.Platform.Requests.OperatorKind.RightBrace = 3 -> Microsoft.Testing.Platform.Requests.OperatorKind
Microsoft.Testing.Platform.Requests.OperatorKind.RightParameter = 5 -> Microsoft.Testing.Platform.Requests.OperatorKind
Microsoft.Testing.Platform.Requests.OperatorKind.Separator = 1 -> Microsoft.Testing.Platform.Requests.OperatorKind
Microsoft.Testing.Platform.Requests.OperatorKind.UnaryNot = 10 -> Microsoft.Testing.Platform.Requests.OperatorKind
Microsoft.Testing.Platform.Requests.PropertyExpression
Microsoft.Testing.Platform.Requests.PropertyExpression.PropertyExpression(Microsoft.Testing.Platform.Requests.ValueExpression! propertyName, Microsoft.Testing.Platform.Requests.ValueExpression! value) -> void
Microsoft.Testing.Platform.Requests.PropertyExpression.PropertyName.get -> Microsoft.Testing.Platform.Requests.ValueExpression!
Microsoft.Testing.Platform.Requests.PropertyExpression.Value.get -> Microsoft.Testing.Platform.Requests.ValueExpression!
Microsoft.Testing.Platform.Requests.SemaphoreSlimRequestCompleteNotifier
Microsoft.Testing.Platform.Requests.SemaphoreSlimRequestCompleteNotifier.Complete() -> void
Microsoft.Testing.Platform.Requests.SemaphoreSlimRequestCompleteNotifier.SemaphoreSlimRequestCompleteNotifier(System.Threading.SemaphoreSlim! semaphore) -> void
Microsoft.Testing.Platform.Requests.ServerTestExecutionFilterFactory
Microsoft.Testing.Platform.Requests.ServerTestExecutionFilterFactory.Description.get -> string!
Microsoft.Testing.Platform.Requests.ServerTestExecutionFilterFactory.DisplayName.get -> string!
Microsoft.Testing.Platform.Requests.ServerTestExecutionFilterFactory.IsEnabledAsync() -> System.Threading.Tasks.Task<bool>!
Microsoft.Testing.Platform.Requests.ServerTestExecutionFilterFactory.ServerTestExecutionFilterFactory() -> void
Microsoft.Testing.Platform.Requests.ServerTestExecutionFilterFactory.TryCreateAsync() -> System.Threading.Tasks.Task<(bool Success, Microsoft.Testing.Platform.Requests.ITestExecutionFilter? TestExecutionFilter)>!
Microsoft.Testing.Platform.Requests.ServerTestExecutionFilterFactory.Uid.get -> string!
Microsoft.Testing.Platform.Requests.ServerTestExecutionFilterFactory.Version.get -> string!
Microsoft.Testing.Platform.Requests.ServerTestExecutionRequestFactory
Microsoft.Testing.Platform.Requests.ServerTestExecutionRequestFactory.CreateRequestAsync(Microsoft.Testing.Platform.TestHost.TestSessionContext! session) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Requests.TestExecutionRequest!>!
Microsoft.Testing.Platform.Requests.ServerTestExecutionRequestFactory.ServerTestExecutionRequestFactory(System.Func<Microsoft.Testing.Platform.TestHost.TestSessionContext!, Microsoft.Testing.Platform.Requests.TestExecutionRequest!>! factory) -> void
Microsoft.Testing.Platform.Requests.TestHostTestFrameworkInvoker
Microsoft.Testing.Platform.Requests.TestHostTestFrameworkInvoker.DataTypesProduced.get -> System.Type![]!
Microsoft.Testing.Platform.Requests.TestHostTestFrameworkInvoker.Description.get -> string!
Microsoft.Testing.Platform.Requests.TestHostTestFrameworkInvoker.DisplayName.get -> string!
Microsoft.Testing.Platform.Requests.TestHostTestFrameworkInvoker.ExecuteAsync(Microsoft.Testing.Platform.Extensions.TestFramework.ITestFramework! testFramework, Microsoft.Testing.Platform.TestHost.ClientInfo! client, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Requests.TestHostTestFrameworkInvoker.IsEnabledAsync() -> System.Threading.Tasks.Task<bool>!
Microsoft.Testing.Platform.Requests.TestHostTestFrameworkInvoker.ServiceProvider.get -> System.IServiceProvider!
Microsoft.Testing.Platform.Requests.TestHostTestFrameworkInvoker.TestHostTestFrameworkInvoker(System.IServiceProvider! serviceProvider) -> void
Microsoft.Testing.Platform.Requests.TestHostTestFrameworkInvoker.Uid.get -> string!
Microsoft.Testing.Platform.Requests.TestHostTestFrameworkInvoker.Version.get -> string!
Microsoft.Testing.Platform.Requests.ValueAndPropertyExpression
Microsoft.Testing.Platform.Requests.ValueAndPropertyExpression.Properties.get -> Microsoft.Testing.Platform.Requests.FilterExpression!
Microsoft.Testing.Platform.Requests.ValueAndPropertyExpression.Value.get -> Microsoft.Testing.Platform.Requests.FilterExpression!
Microsoft.Testing.Platform.Requests.ValueAndPropertyExpression.ValueAndPropertyExpression(Microsoft.Testing.Platform.Requests.FilterExpression! value, Microsoft.Testing.Platform.Requests.FilterExpression! properties) -> void
Microsoft.Testing.Platform.Requests.ValueExpression
Microsoft.Testing.Platform.Requests.ValueExpression.Regex.get -> System.Text.RegularExpressions.Regex!
Microsoft.Testing.Platform.Requests.ValueExpression.Value.get -> string!
Microsoft.Testing.Platform.Requests.ValueExpression.ValueExpression(string! value) -> void
Microsoft.Testing.Platform.Resources.PlatformResources
Microsoft.Testing.Platform.RoslynDebug
Microsoft.Testing.Platform.RoslynHashCode
Microsoft.Testing.Platform.RoslynHashCode.Add<T>(T value, System.Collections.Generic.IEqualityComparer<T>? comparer) -> void
Microsoft.Testing.Platform.RoslynHashCode.Add<T>(T value) -> void
Microsoft.Testing.Platform.RoslynHashCode.RoslynHashCode() -> void
Microsoft.Testing.Platform.RoslynHashCode.ToHashCode() -> int
Microsoft.Testing.Platform.RoslynString
Microsoft.Testing.Platform.ServerMode.Artifact
Microsoft.Testing.Platform.ServerMode.Artifact.<Clone>$() -> Microsoft.Testing.Platform.ServerMode.Artifact!
Microsoft.Testing.Platform.ServerMode.Artifact.Artifact(string! Uri, string! Producer, string! Type, string! DisplayName, string? Description = null) -> void
Microsoft.Testing.Platform.ServerMode.Artifact.Deconstruct(out string! Uri, out string! Producer, out string! Type, out string! DisplayName, out string? Description) -> void
Microsoft.Testing.Platform.ServerMode.Artifact.Description.get -> string?
Microsoft.Testing.Platform.ServerMode.Artifact.Description.init -> void
Microsoft.Testing.Platform.ServerMode.Artifact.DisplayName.get -> string!
Microsoft.Testing.Platform.ServerMode.Artifact.DisplayName.init -> void
Microsoft.Testing.Platform.ServerMode.Artifact.Equals(Microsoft.Testing.Platform.ServerMode.Artifact? other) -> bool
Microsoft.Testing.Platform.ServerMode.Artifact.Producer.get -> string!
Microsoft.Testing.Platform.ServerMode.Artifact.Producer.init -> void
Microsoft.Testing.Platform.ServerMode.Artifact.Type.get -> string!
Microsoft.Testing.Platform.ServerMode.Artifact.Type.init -> void
Microsoft.Testing.Platform.ServerMode.Artifact.Uri.get -> string!
Microsoft.Testing.Platform.ServerMode.Artifact.Uri.init -> void
Microsoft.Testing.Platform.ServerMode.AttachDebuggerInfoArgs
Microsoft.Testing.Platform.ServerMode.AttachDebuggerInfoArgs.<Clone>$() -> Microsoft.Testing.Platform.ServerMode.AttachDebuggerInfoArgs!
Microsoft.Testing.Platform.ServerMode.AttachDebuggerInfoArgs.AttachDebuggerInfoArgs(int ProcessId) -> void
Microsoft.Testing.Platform.ServerMode.AttachDebuggerInfoArgs.Deconstruct(out int ProcessId) -> void
Microsoft.Testing.Platform.ServerMode.AttachDebuggerInfoArgs.Equals(Microsoft.Testing.Platform.ServerMode.AttachDebuggerInfoArgs? other) -> bool
Microsoft.Testing.Platform.ServerMode.AttachDebuggerInfoArgs.ProcessId.get -> int
Microsoft.Testing.Platform.ServerMode.AttachDebuggerInfoArgs.ProcessId.init -> void
Microsoft.Testing.Platform.ServerMode.CancelRequestArgs
Microsoft.Testing.Platform.ServerMode.CancelRequestArgs.<Clone>$() -> Microsoft.Testing.Platform.ServerMode.CancelRequestArgs!
Microsoft.Testing.Platform.ServerMode.CancelRequestArgs.CancelRequestArgs(int CancelRequestId) -> void
Microsoft.Testing.Platform.ServerMode.CancelRequestArgs.CancelRequestId.get -> int
Microsoft.Testing.Platform.ServerMode.CancelRequestArgs.CancelRequestId.init -> void
Microsoft.Testing.Platform.ServerMode.CancelRequestArgs.Deconstruct(out int CancelRequestId) -> void
Microsoft.Testing.Platform.ServerMode.CancelRequestArgs.Equals(Microsoft.Testing.Platform.ServerMode.CancelRequestArgs? other) -> bool
Microsoft.Testing.Platform.ServerMode.ClientCapabilities
Microsoft.Testing.Platform.ServerMode.ClientCapabilities.<Clone>$() -> Microsoft.Testing.Platform.ServerMode.ClientCapabilities!
Microsoft.Testing.Platform.ServerMode.ClientCapabilities.ClientCapabilities(bool DebuggerProvider) -> void
Microsoft.Testing.Platform.ServerMode.ClientCapabilities.DebuggerProvider.get -> bool
Microsoft.Testing.Platform.ServerMode.ClientCapabilities.DebuggerProvider.init -> void
Microsoft.Testing.Platform.ServerMode.ClientCapabilities.Deconstruct(out bool DebuggerProvider) -> void
Microsoft.Testing.Platform.ServerMode.ClientCapabilities.Equals(Microsoft.Testing.Platform.ServerMode.ClientCapabilities? other) -> bool
Microsoft.Testing.Platform.ServerMode.ClientInfo
Microsoft.Testing.Platform.ServerMode.ClientInfo.<Clone>$() -> Microsoft.Testing.Platform.ServerMode.ClientInfo!
Microsoft.Testing.Platform.ServerMode.ClientInfo.ClientInfo(string! Name, string! Version) -> void
Microsoft.Testing.Platform.ServerMode.ClientInfo.Deconstruct(out string! Name, out string! Version) -> void
Microsoft.Testing.Platform.ServerMode.ClientInfo.Equals(Microsoft.Testing.Platform.ServerMode.ClientInfo? other) -> bool
Microsoft.Testing.Platform.ServerMode.ClientInfo.Name.get -> string!
Microsoft.Testing.Platform.ServerMode.ClientInfo.Name.init -> void
Microsoft.Testing.Platform.ServerMode.ClientInfo.Version.get -> string!
Microsoft.Testing.Platform.ServerMode.ClientInfo.Version.init -> void
Microsoft.Testing.Platform.ServerMode.DiscoverRequestArgs
Microsoft.Testing.Platform.ServerMode.DiscoverRequestArgs.Deconstruct(out System.Guid RunId, out System.Collections.Generic.ICollection<Microsoft.Testing.Platform.Extensions.Messages.TestNode!>? TestNodes, out string? GraphFilter) -> void
Microsoft.Testing.Platform.ServerMode.DiscoverRequestArgs.DiscoverRequestArgs(System.Guid RunId, System.Collections.Generic.ICollection<Microsoft.Testing.Platform.Extensions.Messages.TestNode!>? TestNodes, string? GraphFilter) -> void
Microsoft.Testing.Platform.ServerMode.DiscoverRequestArgs.Equals(Microsoft.Testing.Platform.ServerMode.DiscoverRequestArgs? other) -> bool
Microsoft.Testing.Platform.ServerMode.DiscoverResponseArgs
Microsoft.Testing.Platform.ServerMode.DiscoverResponseArgs.DiscoverResponseArgs() -> void
Microsoft.Testing.Platform.ServerMode.DiscoverResponseArgs.Equals(Microsoft.Testing.Platform.ServerMode.DiscoverResponseArgs? other) -> bool
Microsoft.Testing.Platform.ServerMode.ErrorCodes
Microsoft.Testing.Platform.ServerMode.ErrorCodes.ErrorCodes() -> void
Microsoft.Testing.Platform.ServerMode.ErrorMessage
Microsoft.Testing.Platform.ServerMode.ErrorMessage.Data.get -> object?
Microsoft.Testing.Platform.ServerMode.ErrorMessage.Data.init -> void
Microsoft.Testing.Platform.ServerMode.ErrorMessage.Deconstruct(out int Id, out int ErrorCode, out string! Message, out object? Data) -> void
Microsoft.Testing.Platform.ServerMode.ErrorMessage.Equals(Microsoft.Testing.Platform.ServerMode.ErrorMessage? other) -> bool
Microsoft.Testing.Platform.ServerMode.ErrorMessage.ErrorCode.get -> int
Microsoft.Testing.Platform.ServerMode.ErrorMessage.ErrorCode.init -> void
Microsoft.Testing.Platform.ServerMode.ErrorMessage.ErrorMessage(int Id, int ErrorCode, string! Message, object? Data) -> void
Microsoft.Testing.Platform.ServerMode.ErrorMessage.Id.get -> int
Microsoft.Testing.Platform.ServerMode.ErrorMessage.Id.init -> void
Microsoft.Testing.Platform.ServerMode.ErrorMessage.Message.get -> string!
Microsoft.Testing.Platform.ServerMode.ErrorMessage.Message.init -> void
Microsoft.Testing.Platform.ServerMode.ExitRequestArgs
Microsoft.Testing.Platform.ServerMode.ExitRequestArgs.<Clone>$() -> Microsoft.Testing.Platform.ServerMode.ExitRequestArgs!
Microsoft.Testing.Platform.ServerMode.ExitRequestArgs.Equals(Microsoft.Testing.Platform.ServerMode.ExitRequestArgs? other) -> bool
Microsoft.Testing.Platform.ServerMode.ExitRequestArgs.ExitRequestArgs() -> void
Microsoft.Testing.Platform.ServerMode.FormatterUtilities
Microsoft.Testing.Platform.ServerMode.FormatterUtilities.FormatterUtilities() -> void
Microsoft.Testing.Platform.ServerMode.FormatterUtilities.MessageFormatter
Microsoft.Testing.Platform.ServerMode.FormatterUtilities.MessageFormatter.Deserialize<T>(string! serializedUtf8Content) -> T
Microsoft.Testing.Platform.ServerMode.FormatterUtilities.MessageFormatter.Id.get -> string!
Microsoft.Testing.Platform.ServerMode.FormatterUtilities.MessageFormatter.MessageFormatter() -> void
Microsoft.Testing.Platform.ServerMode.FormatterUtilities.MessageFormatter.SerializeAsync(object! obj) -> System.Threading.Tasks.Task<string!>!
Microsoft.Testing.Platform.ServerMode.ICommunicationProtocol
Microsoft.Testing.Platform.ServerMode.ICommunicationProtocol.Description.get -> string!
Microsoft.Testing.Platform.ServerMode.ICommunicationProtocol.Name.get -> string!
Microsoft.Testing.Platform.ServerMode.ICommunicationProtocol.Version.get -> string!
Microsoft.Testing.Platform.ServerMode.IMessageFormatter
Microsoft.Testing.Platform.ServerMode.IMessageFormatter.Deserialize<T>(string! serializedUtf8Content) -> T
Microsoft.Testing.Platform.ServerMode.IMessageFormatter.Id.get -> string!
Microsoft.Testing.Platform.ServerMode.IMessageFormatter.SerializeAsync(object! obj) -> System.Threading.Tasks.Task<string!>!
Microsoft.Testing.Platform.ServerMode.IMessageHandler
Microsoft.Testing.Platform.ServerMode.IMessageHandler.ReadAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.ServerMode.RpcMessage?>!
Microsoft.Testing.Platform.ServerMode.IMessageHandler.WriteRequestAsync(Microsoft.Testing.Platform.ServerMode.RpcMessage! message, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.ServerMode.IMessageHandlerFactory
Microsoft.Testing.Platform.ServerMode.IMessageHandlerFactory.CreateMessageHandlerAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.ServerMode.IMessageHandler!>!
Microsoft.Testing.Platform.ServerMode.InitializeRequestArgs
Microsoft.Testing.Platform.ServerMode.InitializeRequestArgs.<Clone>$() -> Microsoft.Testing.Platform.ServerMode.InitializeRequestArgs!
Microsoft.Testing.Platform.ServerMode.InitializeRequestArgs.Capabilities.get -> Microsoft.Testing.Platform.ServerMode.ClientCapabilities!
Microsoft.Testing.Platform.ServerMode.InitializeRequestArgs.Capabilities.init -> void
Microsoft.Testing.Platform.ServerMode.InitializeRequestArgs.ClientInfo.get -> Microsoft.Testing.Platform.ServerMode.ClientInfo!
Microsoft.Testing.Platform.ServerMode.InitializeRequestArgs.ClientInfo.init -> void
Microsoft.Testing.Platform.ServerMode.InitializeRequestArgs.Deconstruct(out int ProcessId, out Microsoft.Testing.Platform.ServerMode.ClientInfo! ClientInfo, out Microsoft.Testing.Platform.ServerMode.ClientCapabilities! Capabilities) -> void
Microsoft.Testing.Platform.ServerMode.InitializeRequestArgs.Equals(Microsoft.Testing.Platform.ServerMode.InitializeRequestArgs? other) -> bool
Microsoft.Testing.Platform.ServerMode.InitializeRequestArgs.InitializeRequestArgs(int ProcessId, Microsoft.Testing.Platform.ServerMode.ClientInfo! ClientInfo, Microsoft.Testing.Platform.ServerMode.ClientCapabilities! Capabilities) -> void
Microsoft.Testing.Platform.ServerMode.InitializeRequestArgs.ProcessId.get -> int
Microsoft.Testing.Platform.ServerMode.InitializeRequestArgs.ProcessId.init -> void
Microsoft.Testing.Platform.ServerMode.InitializeResponseArgs
Microsoft.Testing.Platform.ServerMode.InitializeResponseArgs.<Clone>$() -> Microsoft.Testing.Platform.ServerMode.InitializeResponseArgs!
Microsoft.Testing.Platform.ServerMode.InitializeResponseArgs.Capabilities.get -> Microsoft.Testing.Platform.ServerMode.ServerCapabilities!
Microsoft.Testing.Platform.ServerMode.InitializeResponseArgs.Capabilities.init -> void
Microsoft.Testing.Platform.ServerMode.InitializeResponseArgs.Deconstruct(out int? ProcessId, out Microsoft.Testing.Platform.ServerMode.ServerInfo! ServerInfo, out Microsoft.Testing.Platform.ServerMode.ServerCapabilities! Capabilities) -> void
Microsoft.Testing.Platform.ServerMode.InitializeResponseArgs.Equals(Microsoft.Testing.Platform.ServerMode.InitializeResponseArgs? other) -> bool
Microsoft.Testing.Platform.ServerMode.InitializeResponseArgs.InitializeResponseArgs(int? ProcessId, Microsoft.Testing.Platform.ServerMode.ServerInfo! ServerInfo, Microsoft.Testing.Platform.ServerMode.ServerCapabilities! Capabilities) -> void
Microsoft.Testing.Platform.ServerMode.InitializeResponseArgs.ProcessId.get -> int?
Microsoft.Testing.Platform.ServerMode.InitializeResponseArgs.ProcessId.init -> void
Microsoft.Testing.Platform.ServerMode.InitializeResponseArgs.ServerInfo.get -> Microsoft.Testing.Platform.ServerMode.ServerInfo!
Microsoft.Testing.Platform.ServerMode.InitializeResponseArgs.ServerInfo.init -> void
Microsoft.Testing.Platform.ServerMode.InvalidRequestParamsArgs
Microsoft.Testing.Platform.ServerMode.InvalidRequestParamsArgs.<Clone>$() -> Microsoft.Testing.Platform.ServerMode.InvalidRequestParamsArgs!
Microsoft.Testing.Platform.ServerMode.InvalidRequestParamsArgs.Deconstruct(out int ErrorCode, out string! ErrorMessage) -> void
Microsoft.Testing.Platform.ServerMode.InvalidRequestParamsArgs.Equals(Microsoft.Testing.Platform.ServerMode.InvalidRequestParamsArgs? other) -> bool
Microsoft.Testing.Platform.ServerMode.InvalidRequestParamsArgs.ErrorCode.get -> int
Microsoft.Testing.Platform.ServerMode.InvalidRequestParamsArgs.ErrorCode.init -> void
Microsoft.Testing.Platform.ServerMode.InvalidRequestParamsArgs.ErrorMessage.get -> string!
Microsoft.Testing.Platform.ServerMode.InvalidRequestParamsArgs.ErrorMessage.init -> void
Microsoft.Testing.Platform.ServerMode.InvalidRequestParamsArgs.InvalidRequestParamsArgs(int ErrorCode, string! ErrorMessage) -> void
Microsoft.Testing.Platform.ServerMode.IObjectDeserializer
Microsoft.Testing.Platform.ServerMode.IObjectDeserializer.DeserializeObject(System.Collections.Generic.IDictionary<string!, object?>! properties) -> object?
Microsoft.Testing.Platform.ServerMode.IObjectSerializer
Microsoft.Testing.Platform.ServerMode.IObjectSerializer.SerializeObject(object! obj) -> System.Collections.Generic.IDictionary<string!, object?>!
Microsoft.Testing.Platform.ServerMode.IPushOnlyProtocol
Microsoft.Testing.Platform.ServerMode.IPushOnlyProtocol.AfterCommonServiceSetupAsync() -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.ServerMode.IPushOnlyProtocol.GetDataConsumerAsync() -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.ServerMode.IPushOnlyProtocolConsumer!>!
Microsoft.Testing.Platform.ServerMode.IPushOnlyProtocol.HelpInvokedAsync() -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.ServerMode.IPushOnlyProtocol.IsCompatibleProtocolAsync(string! testHostType, System.Collections.Generic.IReadOnlyDictionary<byte, string!>? additionalHandshakeProperties = null) -> System.Threading.Tasks.Task<bool>!
Microsoft.Testing.Platform.ServerMode.IPushOnlyProtocol.IsServerControlChannelSupported.get -> bool
Microsoft.Testing.Platform.ServerMode.IPushOnlyProtocol.IsServerMode.get -> bool
Microsoft.Testing.Platform.ServerMode.IPushOnlyProtocol.OnExitAsync() -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.ServerMode.IPushOnlyProtocol.StartServerControlChannelAsync(System.Func<System.Threading.CancellationToken, System.Threading.Tasks.Task!>! onCancelSessionRequestedAsync) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.ServerMode.IPushOnlyProtocolConsumer
Microsoft.Testing.Platform.ServerMode.Json.JsoniteProperties
Microsoft.Testing.Platform.ServerMode.Json.JsoniteProperties.JsoniteProperties() -> void
Microsoft.Testing.Platform.ServerMode.JsonRpcException
Microsoft.Testing.Platform.ServerMode.JsonRpcException.ErrorCode.get -> int
Microsoft.Testing.Platform.ServerMode.JsonRpcException.JsonRpcException(int errorCode, string! message) -> void
Microsoft.Testing.Platform.ServerMode.JsonRpcMethods
Microsoft.Testing.Platform.ServerMode.JsonRpcStrings
Microsoft.Testing.Platform.ServerMode.LogEventArgs
Microsoft.Testing.Platform.ServerMode.LogEventArgs.<Clone>$() -> Microsoft.Testing.Platform.ServerMode.LogEventArgs!
Microsoft.Testing.Platform.ServerMode.LogEventArgs.Deconstruct(out Microsoft.Testing.Platform.Logging.ServerLogMessage! LogMessage) -> void
Microsoft.Testing.Platform.ServerMode.LogEventArgs.Equals(Microsoft.Testing.Platform.ServerMode.LogEventArgs? other) -> bool
Microsoft.Testing.Platform.ServerMode.LogEventArgs.LogEventArgs(Microsoft.Testing.Platform.Logging.ServerLogMessage! LogMessage) -> void
Microsoft.Testing.Platform.ServerMode.LogEventArgs.LogMessage.get -> Microsoft.Testing.Platform.Logging.ServerLogMessage!
Microsoft.Testing.Platform.ServerMode.LogEventArgs.LogMessage.init -> void
Microsoft.Testing.Platform.ServerMode.MessageFormatException
Microsoft.Testing.Platform.ServerMode.MessageFormatException.MessageFormatException() -> void
Microsoft.Testing.Platform.ServerMode.MessageFormatException.MessageFormatException(string! err) -> void
Microsoft.Testing.Platform.ServerMode.NotificationMessage
Microsoft.Testing.Platform.ServerMode.NotificationMessage.Deconstruct(out string! Method, out object? Params) -> void
Microsoft.Testing.Platform.ServerMode.NotificationMessage.Equals(Microsoft.Testing.Platform.ServerMode.NotificationMessage? other) -> bool
Microsoft.Testing.Platform.ServerMode.NotificationMessage.Method.get -> string!
Microsoft.Testing.Platform.ServerMode.NotificationMessage.Method.init -> void
Microsoft.Testing.Platform.ServerMode.NotificationMessage.NotificationMessage(string! Method, object? Params) -> void
Microsoft.Testing.Platform.ServerMode.NotificationMessage.Params.get -> object?
Microsoft.Testing.Platform.ServerMode.NotificationMessage.Params.init -> void
Microsoft.Testing.Platform.ServerMode.ObjectDeserializer<T>
Microsoft.Testing.Platform.ServerMode.ObjectDeserializer<T>.DeserializeObject(System.Collections.Generic.IDictionary<string!, object?>! properties) -> object?
Microsoft.Testing.Platform.ServerMode.ObjectDeserializer<T>.ObjectDeserializer(System.Func<System.Collections.Generic.IDictionary<string!, object?>!, T>! fn) -> void
Microsoft.Testing.Platform.ServerMode.ObjectSerializer<T>
Microsoft.Testing.Platform.ServerMode.ObjectSerializer<T>.ObjectSerializer(System.Func<T, System.Collections.Generic.IDictionary<string!, object?>!>! fn) -> void
Microsoft.Testing.Platform.ServerMode.ObjectSerializer<T>.SerializeObject(object! obj) -> System.Collections.Generic.IDictionary<string!, object?>!
Microsoft.Testing.Platform.ServerMode.PassiveNode
Microsoft.Testing.Platform.ServerMode.PassiveNode.AssertInitialized() -> void
Microsoft.Testing.Platform.ServerMode.PassiveNode.ConnectAsync() -> System.Threading.Tasks.Task<bool>!
Microsoft.Testing.Platform.ServerMode.PassiveNode.Dispose() -> void
Microsoft.Testing.Platform.ServerMode.PassiveNode.PassiveNode(Microsoft.Testing.Platform.ServerMode.IMessageHandlerFactory! messageHandlerFactory, Microsoft.Testing.Platform.Services.ITestApplicationCancellationTokenSource! testApplicationCancellationTokenSource, Microsoft.Testing.Platform.Helpers.IEnvironment! environment, Microsoft.Testing.Platform.Helpers.IAsyncMonitorFactory! asyncMonitorFactory, Microsoft.Testing.Platform.Logging.ILogger<Microsoft.Testing.Platform.ServerMode.PassiveNode!>! logger) -> void
Microsoft.Testing.Platform.ServerMode.PassiveNode.SendAttachmentsAsync(Microsoft.Testing.Platform.ServerMode.TestsAttachments! testsAttachments, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.ServerMode.PerRequestServerDataConsumer
Microsoft.Testing.Platform.ServerMode.PerRequestServerDataConsumer.Artifacts.get -> System.Collections.Generic.List<Microsoft.Testing.Platform.ServerMode.Artifact!>!
Microsoft.Testing.Platform.ServerMode.PerRequestServerDataConsumer.ConsumeAsync(Microsoft.Testing.Platform.Extensions.Messages.IDataProducer! dataProducer, Microsoft.Testing.Platform.Extensions.Messages.IData! value, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.ServerMode.PerRequestServerDataConsumer.DataTypesConsumed.get -> System.Type![]!
Microsoft.Testing.Platform.ServerMode.PerRequestServerDataConsumer.Description.get -> string!
Microsoft.Testing.Platform.ServerMode.PerRequestServerDataConsumer.DisplayName.get -> string!
Microsoft.Testing.Platform.ServerMode.PerRequestServerDataConsumer.Dispose() -> void
Microsoft.Testing.Platform.ServerMode.PerRequestServerDataConsumer.GetIdleUpdateTaskAsync() -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.ServerMode.PerRequestServerDataConsumer.GetTestNodeStatistics() -> Microsoft.Testing.Platform.ServerMode.TestNodeStatistics
Microsoft.Testing.Platform.ServerMode.PerRequestServerDataConsumer.IsEnabledAsync() -> System.Threading.Tasks.Task<bool>!
Microsoft.Testing.Platform.ServerMode.PerRequestServerDataConsumer.OnTestSessionFinishingAsync(Microsoft.Testing.Platform.Services.ITestSessionContext! testSessionContext) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.ServerMode.PerRequestServerDataConsumer.OnTestSessionStartingAsync(Microsoft.Testing.Platform.Services.ITestSessionContext! testSessionContext) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.ServerMode.PerRequestServerDataConsumer.PerRequestServerDataConsumer(System.IServiceProvider! serviceProvider, Microsoft.Testing.Platform.Hosts.IServerTestHost! serverTestHost, System.Guid runId, Microsoft.Testing.Platform.Helpers.ITask! task) -> void
Microsoft.Testing.Platform.ServerMode.PerRequestServerDataConsumer.PopulateTestNodeStatistics(Microsoft.Testing.Platform.Extensions.Messages.TestNodeUpdateMessage! message) -> void
Microsoft.Testing.Platform.ServerMode.PerRequestServerDataConsumer.Uid.get -> string!
Microsoft.Testing.Platform.ServerMode.PerRequestServerDataConsumer.Version.get -> string!
Microsoft.Testing.Platform.ServerMode.PerRequestTestSessionContext
Microsoft.Testing.Platform.ServerMode.PerRequestTestSessionContext.CancellationToken.get -> System.Threading.CancellationToken
Microsoft.Testing.Platform.ServerMode.PerRequestTestSessionContext.Dispose() -> void
Microsoft.Testing.Platform.ServerMode.PerRequestTestSessionContext.PerRequestTestSessionContext(System.Threading.CancellationToken rpcCancellationToken, System.Threading.CancellationToken testApplicationcancellationToken) -> void
Microsoft.Testing.Platform.ServerMode.PerRequestTestSessionContext.SessionUid.get -> Microsoft.Testing.Platform.TestHost.SessionUid
Microsoft.Testing.Platform.ServerMode.ProcessInfoArgs
Microsoft.Testing.Platform.ServerMode.ProcessInfoArgs.<Clone>$() -> Microsoft.Testing.Platform.ServerMode.ProcessInfoArgs!
Microsoft.Testing.Platform.ServerMode.ProcessInfoArgs.Args.get -> string?
Microsoft.Testing.Platform.ServerMode.ProcessInfoArgs.Args.init -> void
Microsoft.Testing.Platform.ServerMode.ProcessInfoArgs.Deconstruct(out string! Program, out string? Args, out string? WorkingDirectory, out System.Collections.Generic.IDictionary<string!, string?>? EnvironmentVariables) -> void
Microsoft.Testing.Platform.ServerMode.ProcessInfoArgs.EnvironmentVariables.get -> System.Collections.Generic.IDictionary<string!, string?>?
Microsoft.Testing.Platform.ServerMode.ProcessInfoArgs.EnvironmentVariables.init -> void
Microsoft.Testing.Platform.ServerMode.ProcessInfoArgs.Equals(Microsoft.Testing.Platform.ServerMode.ProcessInfoArgs? other) -> bool
Microsoft.Testing.Platform.ServerMode.ProcessInfoArgs.ProcessInfoArgs(string! Program, string? Args, string? WorkingDirectory, System.Collections.Generic.IDictionary<string!, string?>? EnvironmentVariables) -> void
Microsoft.Testing.Platform.ServerMode.ProcessInfoArgs.Program.get -> string!
Microsoft.Testing.Platform.ServerMode.ProcessInfoArgs.Program.init -> void
Microsoft.Testing.Platform.ServerMode.ProcessInfoArgs.WorkingDirectory.get -> string?
Microsoft.Testing.Platform.ServerMode.ProcessInfoArgs.WorkingDirectory.init -> void
Microsoft.Testing.Platform.ServerMode.RemoteInvocationException
Microsoft.Testing.Platform.ServerMode.RemoteInvocationException.ErrorCode.get -> int
Microsoft.Testing.Platform.ServerMode.RemoteInvocationException.ErrorData.get -> object?
Microsoft.Testing.Platform.ServerMode.RemoteInvocationException.ErrorMessage.get -> string!
Microsoft.Testing.Platform.ServerMode.RemoteInvocationException.RemoteInvocationException(int errorCode, string! errorMessage, object? errorData) -> void
Microsoft.Testing.Platform.ServerMode.RequestArgsBase
Microsoft.Testing.Platform.ServerMode.RequestArgsBase.Deconstruct(out System.Guid RunId, out System.Collections.Generic.ICollection<Microsoft.Testing.Platform.Extensions.Messages.TestNode!>? TestNodes, out string? GraphFilter) -> void
Microsoft.Testing.Platform.ServerMode.RequestArgsBase.GraphFilter.get -> string?
Microsoft.Testing.Platform.ServerMode.RequestArgsBase.GraphFilter.init -> void
Microsoft.Testing.Platform.ServerMode.RequestArgsBase.RequestArgsBase(Microsoft.Testing.Platform.ServerMode.RequestArgsBase! original) -> void
Microsoft.Testing.Platform.ServerMode.RequestArgsBase.RequestArgsBase(System.Guid RunId, System.Collections.Generic.ICollection<Microsoft.Testing.Platform.Extensions.Messages.TestNode!>? TestNodes, string? GraphFilter) -> void
Microsoft.Testing.Platform.ServerMode.RequestArgsBase.RunId.get -> System.Guid
Microsoft.Testing.Platform.ServerMode.RequestArgsBase.RunId.init -> void
Microsoft.Testing.Platform.ServerMode.RequestArgsBase.TestNodes.get -> System.Collections.Generic.ICollection<Microsoft.Testing.Platform.Extensions.Messages.TestNode!>?
Microsoft.Testing.Platform.ServerMode.RequestArgsBase.TestNodes.init -> void
Microsoft.Testing.Platform.ServerMode.RequestMessage
Microsoft.Testing.Platform.ServerMode.RequestMessage.Deconstruct(out int Id, out string! Method, out object? Params) -> void
Microsoft.Testing.Platform.ServerMode.RequestMessage.Equals(Microsoft.Testing.Platform.ServerMode.RequestMessage? other) -> bool
Microsoft.Testing.Platform.ServerMode.RequestMessage.Id.get -> int
Microsoft.Testing.Platform.ServerMode.RequestMessage.Id.init -> void
Microsoft.Testing.Platform.ServerMode.RequestMessage.Method.get -> string!
Microsoft.Testing.Platform.ServerMode.RequestMessage.Method.init -> void
Microsoft.Testing.Platform.ServerMode.RequestMessage.Params.get -> object?
Microsoft.Testing.Platform.ServerMode.RequestMessage.Params.init -> void
Microsoft.Testing.Platform.ServerMode.RequestMessage.RequestMessage(int Id, string! Method, object? Params) -> void
Microsoft.Testing.Platform.ServerMode.ResponseArgsBase
Microsoft.Testing.Platform.ServerMode.ResponseArgsBase.ResponseArgsBase() -> void
Microsoft.Testing.Platform.ServerMode.ResponseArgsBase.ResponseArgsBase(Microsoft.Testing.Platform.ServerMode.ResponseArgsBase! original) -> void
Microsoft.Testing.Platform.ServerMode.ResponseMessage
Microsoft.Testing.Platform.ServerMode.ResponseMessage.Deconstruct(out int Id, out object? Result) -> void
Microsoft.Testing.Platform.ServerMode.ResponseMessage.Equals(Microsoft.Testing.Platform.ServerMode.ResponseMessage? other) -> bool
Microsoft.Testing.Platform.ServerMode.ResponseMessage.Id.get -> int
Microsoft.Testing.Platform.ServerMode.ResponseMessage.Id.init -> void
Microsoft.Testing.Platform.ServerMode.ResponseMessage.ResponseMessage(int Id, object? Result) -> void
Microsoft.Testing.Platform.ServerMode.ResponseMessage.Result.get -> object?
Microsoft.Testing.Platform.ServerMode.ResponseMessage.Result.init -> void
Microsoft.Testing.Platform.ServerMode.RpcMessage
Microsoft.Testing.Platform.ServerMode.RpcMessage.RpcMessage() -> void
Microsoft.Testing.Platform.ServerMode.RpcMessage.RpcMessage(Microsoft.Testing.Platform.ServerMode.RpcMessage! original) -> void
Microsoft.Testing.Platform.ServerMode.RpcMessageFormatting
Microsoft.Testing.Platform.ServerMode.RunRequestArgs
Microsoft.Testing.Platform.ServerMode.RunRequestArgs.Deconstruct(out System.Guid RunId, out System.Collections.Generic.ICollection<Microsoft.Testing.Platform.Extensions.Messages.TestNode!>? TestNodes, out string? GraphFilter) -> void
Microsoft.Testing.Platform.ServerMode.RunRequestArgs.Equals(Microsoft.Testing.Platform.ServerMode.RunRequestArgs? other) -> bool
Microsoft.Testing.Platform.ServerMode.RunRequestArgs.RunRequestArgs(System.Guid RunId, System.Collections.Generic.ICollection<Microsoft.Testing.Platform.Extensions.Messages.TestNode!>? TestNodes, string? GraphFilter) -> void
Microsoft.Testing.Platform.ServerMode.RunResponseArgs
Microsoft.Testing.Platform.ServerMode.RunResponseArgs.Artifacts.get -> Microsoft.Testing.Platform.ServerMode.Artifact![]!
Microsoft.Testing.Platform.ServerMode.RunResponseArgs.Artifacts.init -> void
Microsoft.Testing.Platform.ServerMode.RunResponseArgs.Deconstruct(out Microsoft.Testing.Platform.ServerMode.Artifact![]! Artifacts) -> void
Microsoft.Testing.Platform.ServerMode.RunResponseArgs.Equals(Microsoft.Testing.Platform.ServerMode.RunResponseArgs? other) -> bool
Microsoft.Testing.Platform.ServerMode.RunResponseArgs.RunResponseArgs(Microsoft.Testing.Platform.ServerMode.Artifact![]! Artifacts) -> void
Microsoft.Testing.Platform.ServerMode.RunTestAttachment
Microsoft.Testing.Platform.ServerMode.RunTestAttachment.<Clone>$() -> Microsoft.Testing.Platform.ServerMode.RunTestAttachment!
Microsoft.Testing.Platform.ServerMode.RunTestAttachment.Deconstruct(out string? Uri, out string? Producer, out string? Type, out string? DisplayName, out string? Description) -> void
Microsoft.Testing.Platform.ServerMode.RunTestAttachment.Description.get -> string?
Microsoft.Testing.Platform.ServerMode.RunTestAttachment.Description.init -> void
Microsoft.Testing.Platform.ServerMode.RunTestAttachment.DisplayName.get -> string?
Microsoft.Testing.Platform.ServerMode.RunTestAttachment.DisplayName.init -> void
Microsoft.Testing.Platform.ServerMode.RunTestAttachment.Equals(Microsoft.Testing.Platform.ServerMode.RunTestAttachment? other) -> bool
Microsoft.Testing.Platform.ServerMode.RunTestAttachment.Producer.get -> string?
Microsoft.Testing.Platform.ServerMode.RunTestAttachment.Producer.init -> void
Microsoft.Testing.Platform.ServerMode.RunTestAttachment.RunTestAttachment(string? Uri, string? Producer, string? Type, string? DisplayName, string? Description) -> void
Microsoft.Testing.Platform.ServerMode.RunTestAttachment.Type.get -> string?
Microsoft.Testing.Platform.ServerMode.RunTestAttachment.Type.init -> void
Microsoft.Testing.Platform.ServerMode.RunTestAttachment.Uri.get -> string?
Microsoft.Testing.Platform.ServerMode.RunTestAttachment.Uri.init -> void
Microsoft.Testing.Platform.ServerMode.SerializerUtilities
Microsoft.Testing.Platform.ServerMode.ServerCapabilities
Microsoft.Testing.Platform.ServerMode.ServerCapabilities.<Clone>$() -> Microsoft.Testing.Platform.ServerMode.ServerCapabilities!
Microsoft.Testing.Platform.ServerMode.ServerCapabilities.Deconstruct(out Microsoft.Testing.Platform.ServerMode.ServerTestingCapabilities! TestingCapabilities) -> void
Microsoft.Testing.Platform.ServerMode.ServerCapabilities.Equals(Microsoft.Testing.Platform.ServerMode.ServerCapabilities? other) -> bool
Microsoft.Testing.Platform.ServerMode.ServerCapabilities.ServerCapabilities(Microsoft.Testing.Platform.ServerMode.ServerTestingCapabilities! TestingCapabilities) -> void
Microsoft.Testing.Platform.ServerMode.ServerCapabilities.TestingCapabilities.get -> Microsoft.Testing.Platform.ServerMode.ServerTestingCapabilities!
Microsoft.Testing.Platform.ServerMode.ServerCapabilities.TestingCapabilities.init -> void
Microsoft.Testing.Platform.ServerMode.ServerInfo
Microsoft.Testing.Platform.ServerMode.ServerInfo.<Clone>$() -> Microsoft.Testing.Platform.ServerMode.ServerInfo!
Microsoft.Testing.Platform.ServerMode.ServerInfo.Deconstruct(out string! Name, out string! Version) -> void
Microsoft.Testing.Platform.ServerMode.ServerInfo.Equals(Microsoft.Testing.Platform.ServerMode.ServerInfo? other) -> bool
Microsoft.Testing.Platform.ServerMode.ServerInfo.Name.get -> string!
Microsoft.Testing.Platform.ServerMode.ServerInfo.Name.init -> void
Microsoft.Testing.Platform.ServerMode.ServerInfo.ServerInfo(string! Name, string! Version) -> void
Microsoft.Testing.Platform.ServerMode.ServerInfo.Version.get -> string!
Microsoft.Testing.Platform.ServerMode.ServerInfo.Version.init -> void
Microsoft.Testing.Platform.ServerMode.ServerModeManager
Microsoft.Testing.Platform.ServerMode.ServerModeManager.MessageHandlerFactory
Microsoft.Testing.Platform.ServerMode.ServerModeManager.MessageHandlerFactory.CreateMessageHandlerAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.ServerMode.IMessageHandler!>!
Microsoft.Testing.Platform.ServerMode.ServerModeManager.MessageHandlerFactory.Description.get -> string!
Microsoft.Testing.Platform.ServerMode.ServerModeManager.MessageHandlerFactory.DisplayName.get -> string!
Microsoft.Testing.Platform.ServerMode.ServerModeManager.MessageHandlerFactory.IsEnabledAsync() -> System.Threading.Tasks.Task<bool>!
Microsoft.Testing.Platform.ServerMode.ServerModeManager.MessageHandlerFactory.MessageHandlerFactory(string! host, int port, Microsoft.Testing.Platform.OutputDevice.IOutputDevice! outputDevice) -> void
Microsoft.Testing.Platform.ServerMode.ServerModeManager.MessageHandlerFactory.Uid.get -> string!
Microsoft.Testing.Platform.ServerMode.ServerModeManager.MessageHandlerFactory.Version.get -> string!
Microsoft.Testing.Platform.ServerMode.ServerModeManager.ServerModeManager() -> void
Microsoft.Testing.Platform.ServerMode.ServerModePerCallOutputDevice
Microsoft.Testing.Platform.ServerMode.ServerModePerCallOutputDevice.Description.get -> string!
Microsoft.Testing.Platform.ServerMode.ServerModePerCallOutputDevice.DisplayAfterSessionEndRunAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.ServerMode.ServerModePerCallOutputDevice.DisplayAsync(Microsoft.Testing.Platform.Extensions.OutputDevice.IOutputDeviceDataProducer! producer, Microsoft.Testing.Platform.OutputDevice.IOutputDeviceData! data, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.ServerMode.ServerModePerCallOutputDevice.DisplayBannerAsync(string? bannerMessage, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.ServerMode.ServerModePerCallOutputDevice.DisplayBeforeSessionStartAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.ServerMode.ServerModePerCallOutputDevice.DisplayName.get -> string!
Microsoft.Testing.Platform.ServerMode.ServerModePerCallOutputDevice.HandleProcessRoleAsync(Microsoft.Testing.Platform.TestProcessRole processRole, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.ServerMode.ServerModePerCallOutputDevice.InitializeAsync(Microsoft.Testing.Platform.Hosts.ServerTestHost! serverTestHost) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.ServerMode.ServerModePerCallOutputDevice.IsEnabledAsync() -> System.Threading.Tasks.Task<bool>!
Microsoft.Testing.Platform.ServerMode.ServerModePerCallOutputDevice.ServerModePerCallOutputDevice(Microsoft.Testing.Platform.Logging.FileLoggerProvider? fileLoggerProvider, Microsoft.Testing.Platform.Services.IStopPoliciesService! policiesService) -> void
Microsoft.Testing.Platform.ServerMode.ServerModePerCallOutputDevice.Uid.get -> string!
Microsoft.Testing.Platform.ServerMode.ServerModePerCallOutputDevice.Version.get -> string!
Microsoft.Testing.Platform.ServerMode.ServerTestingCapabilities
Microsoft.Testing.Platform.ServerMode.ServerTestingCapabilities.<Clone>$() -> Microsoft.Testing.Platform.ServerMode.ServerTestingCapabilities!
Microsoft.Testing.Platform.ServerMode.ServerTestingCapabilities.Deconstruct(out bool SupportsDiscovery, out bool MultiRequestSupport, out bool VSTestProviderSupport, out bool SupportsAttachments, out bool MultiConnectionProvider) -> void
Microsoft.Testing.Platform.ServerMode.ServerTestingCapabilities.Equals(Microsoft.Testing.Platform.ServerMode.ServerTestingCapabilities? other) -> bool
Microsoft.Testing.Platform.ServerMode.ServerTestingCapabilities.MultiConnectionProvider.get -> bool
Microsoft.Testing.Platform.ServerMode.ServerTestingCapabilities.MultiConnectionProvider.init -> void
Microsoft.Testing.Platform.ServerMode.ServerTestingCapabilities.MultiRequestSupport.get -> bool
Microsoft.Testing.Platform.ServerMode.ServerTestingCapabilities.MultiRequestSupport.init -> void
Microsoft.Testing.Platform.ServerMode.ServerTestingCapabilities.ServerTestingCapabilities(bool SupportsDiscovery, bool MultiRequestSupport, bool VSTestProviderSupport, bool SupportsAttachments, bool MultiConnectionProvider) -> void
Microsoft.Testing.Platform.ServerMode.ServerTestingCapabilities.SupportsAttachments.get -> bool
Microsoft.Testing.Platform.ServerMode.ServerTestingCapabilities.SupportsAttachments.init -> void
Microsoft.Testing.Platform.ServerMode.ServerTestingCapabilities.SupportsDiscovery.get -> bool
Microsoft.Testing.Platform.ServerMode.ServerTestingCapabilities.SupportsDiscovery.init -> void
Microsoft.Testing.Platform.ServerMode.ServerTestingCapabilities.VSTestProviderSupport.get -> bool
Microsoft.Testing.Platform.ServerMode.ServerTestingCapabilities.VSTestProviderSupport.init -> void
Microsoft.Testing.Platform.ServerMode.TcpMessageHandler
Microsoft.Testing.Platform.ServerMode.TcpMessageHandler.Dispose() -> void
Microsoft.Testing.Platform.ServerMode.TcpMessageHandler.ReadAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.ServerMode.RpcMessage?>!
Microsoft.Testing.Platform.ServerMode.TcpMessageHandler.TcpMessageHandler(System.Net.Sockets.TcpClient! client, System.IO.Stream! clientToServerStream, System.IO.Stream! serverToClientStream, Microsoft.Testing.Platform.ServerMode.IMessageFormatter! formatter) -> void
Microsoft.Testing.Platform.ServerMode.TcpMessageHandler.WriteRequestAsync(Microsoft.Testing.Platform.ServerMode.RpcMessage! message, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.ServerMode.TelemetryEventArgs
Microsoft.Testing.Platform.ServerMode.TelemetryEventArgs.<Clone>$() -> Microsoft.Testing.Platform.ServerMode.TelemetryEventArgs!
Microsoft.Testing.Platform.ServerMode.TelemetryEventArgs.Deconstruct(out string! EventName, out System.Collections.Generic.IDictionary<string!, object!>! Metrics) -> void
Microsoft.Testing.Platform.ServerMode.TelemetryEventArgs.Equals(Microsoft.Testing.Platform.ServerMode.TelemetryEventArgs? other) -> bool
Microsoft.Testing.Platform.ServerMode.TelemetryEventArgs.EventName.get -> string!
Microsoft.Testing.Platform.ServerMode.TelemetryEventArgs.EventName.init -> void
Microsoft.Testing.Platform.ServerMode.TelemetryEventArgs.Metrics.get -> System.Collections.Generic.IDictionary<string!, object!>!
Microsoft.Testing.Platform.ServerMode.TelemetryEventArgs.Metrics.init -> void
Microsoft.Testing.Platform.ServerMode.TelemetryEventArgs.TelemetryEventArgs(string! EventName, System.Collections.Generic.IDictionary<string!, object!>! Metrics) -> void
Microsoft.Testing.Platform.ServerMode.TestNodeStateChangedEventArgs
Microsoft.Testing.Platform.ServerMode.TestNodeStateChangedEventArgs.<Clone>$() -> Microsoft.Testing.Platform.ServerMode.TestNodeStateChangedEventArgs!
Microsoft.Testing.Platform.ServerMode.TestNodeStateChangedEventArgs.Changes.get -> Microsoft.Testing.Platform.Extensions.Messages.TestNodeUpdateMessage![]?
Microsoft.Testing.Platform.ServerMode.TestNodeStateChangedEventArgs.Changes.init -> void
Microsoft.Testing.Platform.ServerMode.TestNodeStateChangedEventArgs.Deconstruct(out System.Guid RunId, out Microsoft.Testing.Platform.Extensions.Messages.TestNodeUpdateMessage![]? Changes) -> void
Microsoft.Testing.Platform.ServerMode.TestNodeStateChangedEventArgs.Equals(Microsoft.Testing.Platform.ServerMode.TestNodeStateChangedEventArgs? other) -> bool
Microsoft.Testing.Platform.ServerMode.TestNodeStateChangedEventArgs.RunId.get -> System.Guid
Microsoft.Testing.Platform.ServerMode.TestNodeStateChangedEventArgs.RunId.init -> void
Microsoft.Testing.Platform.ServerMode.TestNodeStateChangedEventArgs.TestNodeStateChangedEventArgs(System.Guid RunId, Microsoft.Testing.Platform.Extensions.Messages.TestNodeUpdateMessage![]? Changes) -> void
Microsoft.Testing.Platform.ServerMode.TestNodeStatistics
Microsoft.Testing.Platform.ServerMode.TestNodeStatistics.TestNodeStatistics() -> void
Microsoft.Testing.Platform.ServerMode.TestNodeStatistics.TestNodeStatistics(long totalDiscoveredTests, long totalPassedTests, long totalFailedTests, long totalPassedRetries, long totalFailedRetries) -> void
Microsoft.Testing.Platform.ServerMode.TestNodeStatistics.TotalDiscoveredTests.get -> long
Microsoft.Testing.Platform.ServerMode.TestNodeStatistics.TotalDiscoveredTests.set -> void
Microsoft.Testing.Platform.ServerMode.TestNodeStatistics.TotalFailedRetries.get -> long
Microsoft.Testing.Platform.ServerMode.TestNodeStatistics.TotalFailedRetries.set -> void
Microsoft.Testing.Platform.ServerMode.TestNodeStatistics.TotalFailedTests.get -> long
Microsoft.Testing.Platform.ServerMode.TestNodeStatistics.TotalFailedTests.set -> void
Microsoft.Testing.Platform.ServerMode.TestNodeStatistics.TotalPassedRetries.get -> long
Microsoft.Testing.Platform.ServerMode.TestNodeStatistics.TotalPassedRetries.set -> void
Microsoft.Testing.Platform.ServerMode.TestNodeStatistics.TotalPassedTests.get -> long
Microsoft.Testing.Platform.ServerMode.TestNodeStatistics.TotalPassedTests.set -> void
Microsoft.Testing.Platform.ServerMode.TestsAttachments
Microsoft.Testing.Platform.ServerMode.TestsAttachments.<Clone>$() -> Microsoft.Testing.Platform.ServerMode.TestsAttachments!
Microsoft.Testing.Platform.ServerMode.TestsAttachments.Attachments.get -> Microsoft.Testing.Platform.ServerMode.RunTestAttachment![]!
Microsoft.Testing.Platform.ServerMode.TestsAttachments.Attachments.init -> void
Microsoft.Testing.Platform.ServerMode.TestsAttachments.Deconstruct(out Microsoft.Testing.Platform.ServerMode.RunTestAttachment![]! Attachments) -> void
Microsoft.Testing.Platform.ServerMode.TestsAttachments.Equals(Microsoft.Testing.Platform.ServerMode.TestsAttachments? other) -> bool
Microsoft.Testing.Platform.ServerMode.TestsAttachments.TestsAttachments(Microsoft.Testing.Platform.ServerMode.RunTestAttachment![]! Attachments) -> void
Microsoft.Testing.Platform.Services.ArtifactNamingHelper
Microsoft.Testing.Platform.Services.ClientInfoService
Microsoft.Testing.Platform.Services.ClientInfoService.<Clone>$() -> Microsoft.Testing.Platform.Services.ClientInfoService!
Microsoft.Testing.Platform.Services.ClientInfoService.ClientInfoService(string! Id, string! Version) -> void
Microsoft.Testing.Platform.Services.ClientInfoService.Deconstruct(out string! Id, out string! Version) -> void
Microsoft.Testing.Platform.Services.ClientInfoService.Equals(Microsoft.Testing.Platform.Services.ClientInfoService? other) -> bool
Microsoft.Testing.Platform.Services.ClientInfoService.Id.get -> string!
Microsoft.Testing.Platform.Services.ClientInfoService.Id.init -> void
Microsoft.Testing.Platform.Services.ClientInfoService.Version.get -> string!
Microsoft.Testing.Platform.Services.ClientInfoService.Version.init -> void
Microsoft.Testing.Platform.Services.CTRLPlusCCancellationTokenSource
Microsoft.Testing.Platform.Services.CTRLPlusCCancellationTokenSource.Cancel() -> void
Microsoft.Testing.Platform.Services.CTRLPlusCCancellationTokenSource.CancelAfter(System.TimeSpan timeout) -> void
Microsoft.Testing.Platform.Services.CTRLPlusCCancellationTokenSource.CancellationToken.get -> System.Threading.CancellationToken
Microsoft.Testing.Platform.Services.CTRLPlusCCancellationTokenSource.CTRLPlusCCancellationTokenSource(Microsoft.Testing.Platform.Helpers.IConsole? console = null, Microsoft.Testing.Platform.Logging.ILogger? logger = null, Microsoft.Testing.Platform.Helpers.IEnvironment? environment = null) -> void
Microsoft.Testing.Platform.Services.CTRLPlusCCancellationTokenSource.Dispose() -> void
Microsoft.Testing.Platform.Services.CurrentTestApplicationModuleInfo
Microsoft.Testing.Platform.Services.CurrentTestApplicationModuleInfo.CurrentTestApplicationModuleInfo(Microsoft.Testing.Platform.Helpers.IEnvironment! environment, Microsoft.Testing.Platform.Helpers.IProcessHandler! process, string![]? commandLineArguments) -> void
Microsoft.Testing.Platform.Services.CurrentTestApplicationModuleInfo.CurrentTestApplicationModuleInfo(Microsoft.Testing.Platform.Helpers.IEnvironment! environment, Microsoft.Testing.Platform.Helpers.IProcessHandler! process) -> void
Microsoft.Testing.Platform.Services.CurrentTestApplicationModuleInfo.GetCurrentExecutableInfo() -> Microsoft.Testing.Platform.Services.ExecutableInfo!
Microsoft.Testing.Platform.Services.CurrentTestApplicationModuleInfo.GetCurrentTestApplicationDirectory() -> string!
Microsoft.Testing.Platform.Services.CurrentTestApplicationModuleInfo.GetCurrentTestApplicationFullPath() -> string!
Microsoft.Testing.Platform.Services.CurrentTestApplicationModuleInfo.GetDisplayName() -> string!
Microsoft.Testing.Platform.Services.CurrentTestApplicationModuleInfo.GetProcessPath() -> string!
Microsoft.Testing.Platform.Services.CurrentTestApplicationModuleInfo.IsAppHostOrSingleFileOrNativeAot.get -> bool
Microsoft.Testing.Platform.Services.CurrentTestApplicationModuleInfo.IsCurrentTestApplicationHostDotnetMuxer.get -> bool
Microsoft.Testing.Platform.Services.CurrentTestApplicationModuleInfo.IsCurrentTestApplicationHostMonoMuxer.get -> bool
Microsoft.Testing.Platform.Services.CurrentTestApplicationModuleInfo.TryGetAssemblyName() -> string?
Microsoft.Testing.Platform.Services.CurrentTestApplicationModuleInfo.TryGetCurrentTestApplicationFullPath() -> string?
Microsoft.Testing.Platform.Services.ExecutableInfo
Microsoft.Testing.Platform.Services.ExecutableInfo.Arguments.get -> System.Collections.Generic.IEnumerable<string!>!
Microsoft.Testing.Platform.Services.ExecutableInfo.ExecutableInfo(string! filePath, System.Collections.Generic.IEnumerable<string!>! arguments, string! workspace) -> void
Microsoft.Testing.Platform.Services.ExecutableInfo.FilePath.get -> string!
Microsoft.Testing.Platform.Services.ExecutableInfo.Workspace.get -> string!
Microsoft.Testing.Platform.Services.IShutdownProgressReporter
Microsoft.Testing.Platform.Services.IShutdownProgressReporter.Track(string! uid, string! displayName, string! phase) -> System.IDisposable!
Microsoft.Testing.Platform.Services.IStopPoliciesService
Microsoft.Testing.Platform.Services.IStopPoliciesService.ExecuteAbortCallbacksAsync() -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Services.IStopPoliciesService.ExecuteMaxFailedTestsCallbacksAsync(int maxFailedTests, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Services.IStopPoliciesService.IsAbortTriggered.get -> bool
Microsoft.Testing.Platform.Services.IStopPoliciesService.IsMaxFailedTestsTriggered.get -> bool
Microsoft.Testing.Platform.Services.IStopPoliciesService.RegisterOnAbortCallbackAsync(System.Func<System.Threading.Tasks.Task!>! callback) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Services.IStopPoliciesService.RegisterOnMaxFailedTestsCallbackAsync(System.Func<int, System.Threading.CancellationToken, System.Threading.Tasks.Task!>! callback) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Services.ITestApplicationCancellationTokenSource
Microsoft.Testing.Platform.Services.ITestApplicationCancellationTokenSource.Cancel() -> void
Microsoft.Testing.Platform.Services.ITestApplicationCancellationTokenSource.CancellationToken.get -> System.Threading.CancellationToken
Microsoft.Testing.Platform.Services.ITestApplicationModuleInfo
Microsoft.Testing.Platform.Services.ITestApplicationModuleInfo.GetCurrentExecutableInfo() -> Microsoft.Testing.Platform.Services.ExecutableInfo!
Microsoft.Testing.Platform.Services.ITestApplicationModuleInfo.GetCurrentTestApplicationDirectory() -> string!
Microsoft.Testing.Platform.Services.ITestApplicationModuleInfo.GetCurrentTestApplicationFullPath() -> string!
Microsoft.Testing.Platform.Services.ITestApplicationModuleInfo.GetDisplayName() -> string!
Microsoft.Testing.Platform.Services.ITestApplicationModuleInfo.GetProcessPath() -> string!
Microsoft.Testing.Platform.Services.ITestApplicationModuleInfo.IsAppHostOrSingleFileOrNativeAot.get -> bool
Microsoft.Testing.Platform.Services.ITestApplicationModuleInfo.IsCurrentTestApplicationHostDotnetMuxer.get -> bool
Microsoft.Testing.Platform.Services.ITestApplicationModuleInfo.TryGetAssemblyName() -> string?
Microsoft.Testing.Platform.Services.ITestApplicationModuleInfo.TryGetCurrentTestApplicationFullPath() -> string?
Microsoft.Testing.Platform.Services.ITestApplicationProcessExitCode
Microsoft.Testing.Platform.Services.ITestApplicationProcessExitCode.GetProcessExitCode() -> int
Microsoft.Testing.Platform.Services.ITestApplicationProcessExitCode.GetStatistics() -> Microsoft.Testing.Platform.Services.Statistics!
Microsoft.Testing.Platform.Services.ITestApplicationProcessExitCode.HasTestAdapterTestSessionFailure.get -> bool
Microsoft.Testing.Platform.Services.ITestApplicationProcessExitCode.SetTestAdapterTestSessionFailureAsync(string! errorMessage, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Services.ITestApplicationProcessExitCode.TestAdapterTestSessionFailureErrorMessage.get -> string?
Microsoft.Testing.Platform.Services.PlatformInformation
Microsoft.Testing.Platform.Services.PlatformInformation.BuildDate.get -> System.DateTimeOffset?
Microsoft.Testing.Platform.Services.PlatformInformation.CommitHash.get -> string?
Microsoft.Testing.Platform.Services.PlatformInformation.Name.get -> string!
Microsoft.Testing.Platform.Services.PlatformInformation.PlatformInformation() -> void
Microsoft.Testing.Platform.Services.PlatformInformation.Version.get -> string?
Microsoft.Testing.Platform.Services.ServiceProvider
Microsoft.Testing.Platform.Services.ServiceProvider.AddService(object! service, bool throwIfSameInstanceExit = true) -> void
Microsoft.Testing.Platform.Services.ServiceProvider.AddServices(object![]! services, bool throwIfSameInstanceExit = true) -> void
Microsoft.Testing.Platform.Services.ServiceProvider.AllowTestAdapterFrameworkRegistration.get -> bool
Microsoft.Testing.Platform.Services.ServiceProvider.AllowTestAdapterFrameworkRegistration.set -> void
Microsoft.Testing.Platform.Services.ServiceProvider.Clone() -> object!
Microsoft.Testing.Platform.Services.ServiceProvider.Clone(System.Func<object!, bool>! filter) -> object!
Microsoft.Testing.Platform.Services.ServiceProvider.GetService(System.Type! serviceType) -> object?
Microsoft.Testing.Platform.Services.ServiceProvider.GetServiceInternal(System.Type! serviceType, bool skipInternalOnlyExtensions = false) -> object?
Microsoft.Testing.Platform.Services.ServiceProvider.GetServicesInternal(System.Type! serviceType, bool stopAtFirst = false, bool skipInternalOnlyExtensions = false) -> System.Collections.Generic.IEnumerable<object!>!
Microsoft.Testing.Platform.Services.ServiceProvider.ReplaceService<T>(T! newService) -> void
Microsoft.Testing.Platform.Services.ServiceProvider.ServiceProvider() -> void
Microsoft.Testing.Platform.Services.ServiceProvider.Services.get -> System.Collections.Generic.IReadOnlyCollection<object!>!
Microsoft.Testing.Platform.Services.ServiceProvider.TryAddService(object! service) -> bool
Microsoft.Testing.Platform.Services.ShutdownProgressReporter
Microsoft.Testing.Platform.Services.ShutdownProgressReporter.Description.get -> string!
Microsoft.Testing.Platform.Services.ShutdownProgressReporter.DisplayName.get -> string!
Microsoft.Testing.Platform.Services.ShutdownProgressReporter.Dispose() -> void
Microsoft.Testing.Platform.Services.ShutdownProgressReporter.IsEnabledAsync() -> System.Threading.Tasks.Task<bool>!
Microsoft.Testing.Platform.Services.ShutdownProgressReporter.ShutdownProgressReporter(Microsoft.Testing.Platform.Services.ITestApplicationCancellationTokenSource! testApplicationCancellationTokenSource, Microsoft.Testing.Platform.OutputDevice.IOutputDevice? outputDevice, Microsoft.Testing.Platform.Logging.ILoggerFactory! loggerFactory, Microsoft.Testing.Platform.Helpers.IClock! clock, System.TimeSpan quietWindow, System.TimeSpan pollInterval) -> void
Microsoft.Testing.Platform.Services.ShutdownProgressReporter.ShutdownProgressReporter(Microsoft.Testing.Platform.Services.ITestApplicationCancellationTokenSource! testApplicationCancellationTokenSource, Microsoft.Testing.Platform.OutputDevice.IOutputDevice? outputDevice, Microsoft.Testing.Platform.Logging.ILoggerFactory! loggerFactory, Microsoft.Testing.Platform.Helpers.IClock! clock) -> void
Microsoft.Testing.Platform.Services.ShutdownProgressReporter.Snapshot() -> System.Collections.Generic.IReadOnlyList<Microsoft.Testing.Platform.Services.ShutdownProgressReporter.TrackedWork>!
Microsoft.Testing.Platform.Services.ShutdownProgressReporter.Track(string! uid, string! displayName, string! phase) -> System.IDisposable!
Microsoft.Testing.Platform.Services.ShutdownProgressReporter.TrackedWork
Microsoft.Testing.Platform.Services.ShutdownProgressReporter.TrackedWork.Deconstruct(out string! Uid, out string! DisplayName, out string! Phase, out System.DateTimeOffset StartedAt) -> void
Microsoft.Testing.Platform.Services.ShutdownProgressReporter.TrackedWork.DisplayName.get -> string!
Microsoft.Testing.Platform.Services.ShutdownProgressReporter.TrackedWork.DisplayName.init -> void
Microsoft.Testing.Platform.Services.ShutdownProgressReporter.TrackedWork.Equals(Microsoft.Testing.Platform.Services.ShutdownProgressReporter.TrackedWork other) -> bool
Microsoft.Testing.Platform.Services.ShutdownProgressReporter.TrackedWork.Phase.get -> string!
Microsoft.Testing.Platform.Services.ShutdownProgressReporter.TrackedWork.Phase.init -> void
Microsoft.Testing.Platform.Services.ShutdownProgressReporter.TrackedWork.StartedAt.get -> System.DateTimeOffset
Microsoft.Testing.Platform.Services.ShutdownProgressReporter.TrackedWork.StartedAt.init -> void
Microsoft.Testing.Platform.Services.ShutdownProgressReporter.TrackedWork.TrackedWork() -> void
Microsoft.Testing.Platform.Services.ShutdownProgressReporter.TrackedWork.TrackedWork(string! Uid, string! DisplayName, string! Phase, System.DateTimeOffset StartedAt) -> void
Microsoft.Testing.Platform.Services.ShutdownProgressReporter.TrackedWork.Uid.get -> string!
Microsoft.Testing.Platform.Services.ShutdownProgressReporter.TrackedWork.Uid.init -> void
Microsoft.Testing.Platform.Services.ShutdownProgressReporter.Uid.get -> string!
Microsoft.Testing.Platform.Services.ShutdownProgressReporter.Version.get -> string!
Microsoft.Testing.Platform.Services.Statistics
Microsoft.Testing.Platform.Services.Statistics.Statistics() -> void
Microsoft.Testing.Platform.Services.Statistics.TotalFailedTests.get -> int
Microsoft.Testing.Platform.Services.Statistics.TotalFailedTests.set -> void
Microsoft.Testing.Platform.Services.Statistics.TotalRanTests.get -> int
Microsoft.Testing.Platform.Services.Statistics.TotalRanTests.set -> void
Microsoft.Testing.Platform.Services.StopPoliciesService
Microsoft.Testing.Platform.Services.StopPoliciesService.ExecuteAbortCallbacksAsync() -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Services.StopPoliciesService.ExecuteMaxFailedTestsCallbacksAsync(int maxFailedTests, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Services.StopPoliciesService.IsAbortTriggered.get -> bool
Microsoft.Testing.Platform.Services.StopPoliciesService.IsMaxFailedTestsTriggered.get -> bool
Microsoft.Testing.Platform.Services.StopPoliciesService.ProcessRole.get -> Microsoft.Testing.Platform.TestProcessRole?
Microsoft.Testing.Platform.Services.StopPoliciesService.ProcessRole.set -> void
Microsoft.Testing.Platform.Services.StopPoliciesService.RegisterOnAbortCallbackAsync(System.Func<System.Threading.Tasks.Task!>! callback) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Services.StopPoliciesService.RegisterOnMaxFailedTestsCallbackAsync(System.Func<int, System.Threading.CancellationToken, System.Threading.Tasks.Task!>! callback) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Services.StopPoliciesService.StopPoliciesService(Microsoft.Testing.Platform.Services.ITestApplicationCancellationTokenSource! testApplicationCancellationTokenSource) -> void
Microsoft.Testing.Platform.Services.TestApplicationResult
Microsoft.Testing.Platform.Services.TestApplicationResult.ConsumeAsync(Microsoft.Testing.Platform.Extensions.Messages.IDataProducer! dataProducer, Microsoft.Testing.Platform.Extensions.Messages.IData! value, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Services.TestApplicationResult.DataTypesConsumed.get -> System.Type![]!
Microsoft.Testing.Platform.Services.TestApplicationResult.Description.get -> string!
Microsoft.Testing.Platform.Services.TestApplicationResult.DisplayName.get -> string!
Microsoft.Testing.Platform.Services.TestApplicationResult.Dispose() -> void
Microsoft.Testing.Platform.Services.TestApplicationResult.GetProcessExitCode() -> int
Microsoft.Testing.Platform.Services.TestApplicationResult.GetStatistics() -> Microsoft.Testing.Platform.Services.Statistics!
Microsoft.Testing.Platform.Services.TestApplicationResult.HasTestAdapterTestSessionFailure.get -> bool
Microsoft.Testing.Platform.Services.TestApplicationResult.IsEnabledAsync() -> System.Threading.Tasks.Task<bool>!
Microsoft.Testing.Platform.Services.TestApplicationResult.SetTestAdapterTestSessionFailureAsync(string! errorMessage, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Services.TestApplicationResult.TestAdapterTestSessionFailureErrorMessage.get -> string?
Microsoft.Testing.Platform.Services.TestApplicationResult.TestApplicationResult(Microsoft.Testing.Platform.OutputDevice.IOutputDevice! outputService, Microsoft.Testing.Platform.CommandLine.ICommandLineOptions! commandLineOptions, Microsoft.Testing.Platform.Helpers.IEnvironment! environment, Microsoft.Testing.Platform.Services.IStopPoliciesService! policiesService, Microsoft.Testing.Platform.Telemetry.IPlatformOpenTelemetryService? otelService) -> void
Microsoft.Testing.Platform.Services.TestApplicationResult.Uid.get -> string!
Microsoft.Testing.Platform.Services.TestApplicationResult.Version.get -> string!
Microsoft.Testing.Platform.Services.TestSessionContext
Microsoft.Testing.Platform.Services.TestSessionContext.CancellationToken.get -> System.Threading.CancellationToken
Microsoft.Testing.Platform.Services.TestSessionContext.SessionUid.get -> Microsoft.Testing.Platform.TestHost.SessionUid
Microsoft.Testing.Platform.Services.TestSessionContext.TestSessionContext(System.Threading.CancellationToken cancellationToken) -> void
Microsoft.Testing.Platform.Telemetry.ExtensionInformation
Microsoft.Testing.Platform.Telemetry.ExtensionInformation.Enabled.get -> bool
Microsoft.Testing.Platform.Telemetry.ExtensionInformation.ExtensionInformation(string! id, string! version, bool enabled) -> void
Microsoft.Testing.Platform.Telemetry.ExtensionInformation.Id.get -> string!
Microsoft.Testing.Platform.Telemetry.ExtensionInformation.Version.get -> string!
Microsoft.Testing.Platform.Telemetry.ExtensionInformationCollector
Microsoft.Testing.Platform.Telemetry.ICounter<T>
Microsoft.Testing.Platform.Telemetry.ICounter<T>.Add(T delta) -> void
Microsoft.Testing.Platform.Telemetry.IHistogram<T>
Microsoft.Testing.Platform.Telemetry.IHistogram<T>.Record(T value) -> void
Microsoft.Testing.Platform.Telemetry.IOpenTelemetryProvider
Microsoft.Testing.Platform.Telemetry.IPlatformActivity
Microsoft.Testing.Platform.Telemetry.IPlatformActivity.Id.get -> string?
Microsoft.Testing.Platform.Telemetry.IPlatformActivity.SetTag(string! key, object? value) -> Microsoft.Testing.Platform.Telemetry.IPlatformActivity!
Microsoft.Testing.Platform.Telemetry.IPlatformOpenTelemetryService
Microsoft.Testing.Platform.Telemetry.IPlatformOpenTelemetryService.CreateCounter<T>(string! name, string? unit = null, string? description = null, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string!, object?>>? tags = null) -> Microsoft.Testing.Platform.Telemetry.ICounter<T>!
Microsoft.Testing.Platform.Telemetry.IPlatformOpenTelemetryService.CreateHistogram<T>(string! name, string? unit = null, string? description = null, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string!, object?>>? tags = null) -> Microsoft.Testing.Platform.Telemetry.IHistogram<T>!
Microsoft.Testing.Platform.Telemetry.IPlatformOpenTelemetryService.StartActivity(string! name = "", System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string!, object?>>? tags = null, string? parentId = null, System.DateTimeOffset startTime = default(System.DateTimeOffset)) -> Microsoft.Testing.Platform.Telemetry.IPlatformActivity?
Microsoft.Testing.Platform.Telemetry.IPlatformOpenTelemetryService.TestFrameworkActivity.get -> Microsoft.Testing.Platform.Telemetry.IPlatformActivity?
Microsoft.Testing.Platform.Telemetry.IPlatformOpenTelemetryService.TestFrameworkActivity.set -> void
Microsoft.Testing.Platform.Telemetry.ITelemetryCollector
Microsoft.Testing.Platform.Telemetry.ITelemetryCollector.LogEventAsync(string! eventName, System.Collections.Generic.IDictionary<string!, object!>! paramsMap, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Telemetry.ITelemetryInformation
Microsoft.Testing.Platform.Telemetry.ITelemetryInformation.IsEnabled.get -> bool
Microsoft.Testing.Platform.Telemetry.ITelemetryInformation.Version.get -> string!
Microsoft.Testing.Platform.Telemetry.ITelemetryManager
Microsoft.Testing.Platform.Telemetry.ITelemetryManager.AddOpenTelemetryProvider(System.Func<System.IServiceProvider!, Microsoft.Testing.Platform.Telemetry.IOpenTelemetryProvider!>! openTelemetryProviderFactory) -> void
Microsoft.Testing.Platform.Telemetry.ITelemetryManager.AddTelemetryCollectorProvider(System.Func<System.IServiceProvider!, Microsoft.Testing.Platform.Telemetry.ITelemetryCollector!>! telemetryCollectorFactory) -> void
Microsoft.Testing.Platform.Telemetry.NopTelemetryService
Microsoft.Testing.Platform.Telemetry.NopTelemetryService.LogEventAsync(string! eventName, System.Collections.Generic.IDictionary<string!, object!>! paramsMap, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Telemetry.NopTelemetryService.NopTelemetryService(bool enabled) -> void
Microsoft.Testing.Platform.Telemetry.OpenTelemetryResultHandler
Microsoft.Testing.Platform.Telemetry.OpenTelemetryResultHandler.Dispose() -> void
Microsoft.Testing.Platform.Telemetry.OpenTelemetryResultHandler.NotifyDiscovered() -> void
Microsoft.Testing.Platform.Telemetry.OpenTelemetryResultHandler.NotifyFailed(Microsoft.Testing.Platform.Extensions.Messages.TestNode! testNode, Microsoft.Testing.Platform.Extensions.Messages.TestNodeStateProperty! stateProperty) -> void
Microsoft.Testing.Platform.Telemetry.OpenTelemetryResultHandler.NotifyInProgress(Microsoft.Testing.Platform.Extensions.Messages.TestNode! testNode, Microsoft.Testing.Platform.Extensions.Messages.TestNodeUid? parentUid) -> void
Microsoft.Testing.Platform.Telemetry.OpenTelemetryResultHandler.NotifyPassed(Microsoft.Testing.Platform.Extensions.Messages.TestNode! testNode, Microsoft.Testing.Platform.Extensions.Messages.TestNodeStateProperty! stateProperty) -> void
Microsoft.Testing.Platform.Telemetry.OpenTelemetryResultHandler.NotifySkipped(Microsoft.Testing.Platform.Extensions.Messages.TestNode! testNode, Microsoft.Testing.Platform.Extensions.Messages.TestNodeStateProperty! stateProperty) -> void
Microsoft.Testing.Platform.Telemetry.OpenTelemetryResultHandler.NotifyUnknown() -> void
Microsoft.Testing.Platform.Telemetry.OpenTelemetryResultHandler.OpenTelemetryResultHandler(Microsoft.Testing.Platform.Telemetry.IPlatformOpenTelemetryService! otelService) -> void
Microsoft.Testing.Platform.Telemetry.ServerTelemetry
Microsoft.Testing.Platform.Telemetry.ServerTelemetry.LogEventAsync(string! eventName, System.Collections.Generic.IDictionary<string!, object!>! paramsMap, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.Telemetry.ServerTelemetry.ServerTelemetry(Microsoft.Testing.Platform.Hosts.IServerTestHost! serverTestHost) -> void
Microsoft.Testing.Platform.Telemetry.TelemetryEvents
Microsoft.Testing.Platform.Telemetry.TelemetryExtensions
Microsoft.Testing.Platform.Telemetry.TelemetryInformation
Microsoft.Testing.Platform.Telemetry.TelemetryInformation.IsEnabled.get -> bool
Microsoft.Testing.Platform.Telemetry.TelemetryInformation.TelemetryInformation(bool isEnabled, string! version) -> void
Microsoft.Testing.Platform.Telemetry.TelemetryInformation.Version.get -> string!
Microsoft.Testing.Platform.Telemetry.TelemetryManager
Microsoft.Testing.Platform.Telemetry.TelemetryManager.AddOpenTelemetryProvider(System.Func<System.IServiceProvider!, Microsoft.Testing.Platform.Telemetry.IOpenTelemetryProvider!>! openTelemetryProviderFactory) -> void
Microsoft.Testing.Platform.Telemetry.TelemetryManager.AddTelemetryCollectorProvider(System.Func<System.IServiceProvider!, Microsoft.Testing.Platform.Telemetry.ITelemetryCollector!>! telemetryFactory) -> void
Microsoft.Testing.Platform.Telemetry.TelemetryManager.BuildOTelProvider(Microsoft.Testing.Platform.Services.ServiceProvider! serviceProvider) -> Microsoft.Testing.Platform.Telemetry.IOpenTelemetryProvider?
Microsoft.Testing.Platform.Telemetry.TelemetryManager.BuildTelemetryAsync(Microsoft.Testing.Platform.Services.ServiceProvider! serviceProvider, Microsoft.Testing.Platform.Logging.ILoggerFactory! loggerFactory, Microsoft.Testing.Platform.Builder.TestApplicationOptions! testApplicationOptions) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Telemetry.ITelemetryCollector!>!
Microsoft.Testing.Platform.Telemetry.TelemetryManager.Description.get -> string!
Microsoft.Testing.Platform.Telemetry.TelemetryManager.DisplayName.get -> string!
Microsoft.Testing.Platform.Telemetry.TelemetryManager.IsEnabledAsync() -> System.Threading.Tasks.Task<bool>!
Microsoft.Testing.Platform.Telemetry.TelemetryManager.TelemetryManager() -> void
Microsoft.Testing.Platform.Telemetry.TelemetryManager.Uid.get -> string!
Microsoft.Testing.Platform.Telemetry.TelemetryManager.Version.get -> string!
Microsoft.Testing.Platform.Telemetry.TelemetryProperties
Microsoft.Testing.Platform.Telemetry.TelemetryProperties.ApplicationMode
Microsoft.Testing.Platform.Telemetry.TelemetryProperties.HostProperties
Microsoft.Testing.Platform.Telemetry.TelemetryProperties.RequestProperties
Microsoft.Testing.Platform.TestHost.ClientInfo.ClientInfo(string! id, string! version) -> void
Microsoft.Testing.Platform.TestHost.TestHostManager
Microsoft.Testing.Platform.TestHost.TestHostManager.AddDataConsumer(System.Func<System.IServiceProvider!, Microsoft.Testing.Platform.Extensions.IDataConsumer!>! dataConsumerFactory) -> void
Microsoft.Testing.Platform.TestHost.TestHostManager.AddDataConsumer<T>(Microsoft.Testing.Platform.Extensions.CompositeExtensionFactory<T!>! compositeServiceFactory) -> void
Microsoft.Testing.Platform.TestHost.TestHostManager.AddTestExecutionFilterFactory(System.Func<System.IServiceProvider!, Microsoft.Testing.Platform.Requests.ITestExecutionFilterFactory!>! testExecutionFilterFactory) -> void
Microsoft.Testing.Platform.TestHost.TestHostManager.AddTestFrameworkInvoker(System.Func<System.IServiceProvider!, Microsoft.Testing.Platform.Requests.ITestFrameworkInvoker!>! testFrameworkInvokerFactory) -> void
Microsoft.Testing.Platform.TestHost.TestHostManager.AddTestHostApplicationLifetime(System.Func<System.IServiceProvider!, Microsoft.Testing.Platform.Extensions.TestHost.ITestHostApplicationLifetime!>! testHostApplicationLifetime) -> void
Microsoft.Testing.Platform.TestHost.TestHostManager.AddTestSessionLifetimeHandle(System.Func<System.IServiceProvider!, Microsoft.Testing.Platform.Extensions.TestHost.ITestSessionLifetimeHandler!>! testSessionLifetimeHandleFactory) -> void
Microsoft.Testing.Platform.TestHost.TestHostManager.AddTestSessionLifetimeHandle<T>(Microsoft.Testing.Platform.Extensions.CompositeExtensionFactory<T!>! compositeServiceFactory) -> void
Microsoft.Testing.Platform.TestHost.TestHostManager.AddTestSessionLifetimeHandler(System.Func<System.IServiceProvider!, Microsoft.Testing.Platform.Extensions.TestHost.ITestSessionLifetimeHandler!>! testSessionLifetimeHandleFactory) -> void
Microsoft.Testing.Platform.TestHost.TestHostManager.AddTestSessionLifetimeHandler<T>(Microsoft.Testing.Platform.Extensions.CompositeExtensionFactory<T!>! compositeServiceFactory) -> void
Microsoft.Testing.Platform.TestHost.TestHostManager.BuildDataConsumersAsync(Microsoft.Testing.Platform.Services.ServiceProvider! serviceProvider, System.Collections.Generic.List<Microsoft.Testing.Platform.Extensions.ICompositeExtensionFactory!>! alreadyBuiltServices) -> System.Threading.Tasks.Task<(Microsoft.Testing.Platform.Extensions.IExtension! Consumer, int RegistrationOrder)[]!>!
Microsoft.Testing.Platform.TestHost.TestHostManager.BuildTestApplicationLifecycleCallbackAsync(Microsoft.Testing.Platform.Services.ServiceProvider! serviceProvider) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Extensions.TestHost.ITestHostApplicationLifetime![]!>!
Microsoft.Testing.Platform.TestHost.TestHostManager.BuildTestSessionLifetimeHandleAsync(Microsoft.Testing.Platform.Services.ServiceProvider! serviceProvider, System.Collections.Generic.List<Microsoft.Testing.Platform.Extensions.ICompositeExtensionFactory!>! alreadyBuiltServices) -> System.Threading.Tasks.Task<(Microsoft.Testing.Platform.Extensions.IExtension! TestSessionLifetimeHandler, int RegistrationOrder)[]!>!
Microsoft.Testing.Platform.TestHost.TestHostManager.TestHostManager() -> void
Microsoft.Testing.Platform.TestHost.TestHostManager.TryBuildTestAdapterInvokerAsync(Microsoft.Testing.Platform.Services.ServiceProvider! serviceProvider) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Helpers.ActionResult<Microsoft.Testing.Platform.Requests.ITestFrameworkInvoker!>!>!
Microsoft.Testing.Platform.TestHost.TestHostManager.TryBuildTestExecutionFilterFactoryAsync(Microsoft.Testing.Platform.Services.ServiceProvider! serviceProvider) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Helpers.ActionResult<Microsoft.Testing.Platform.Requests.ITestExecutionFilterFactory!>!>!
Microsoft.Testing.Platform.TestHost.TestSessionContext.TestSessionContext(Microsoft.Testing.Platform.TestHost.SessionUid sessionUid) -> void
Microsoft.Testing.Platform.TestHostControllers.EnvironmentVariables
Microsoft.Testing.Platform.TestHostControllers.EnvironmentVariables.CurrentProvider.get -> Microsoft.Testing.Platform.Extensions.TestHostControllers.ITestHostEnvironmentVariableProvider?
Microsoft.Testing.Platform.TestHostControllers.EnvironmentVariables.CurrentProvider.set -> void
Microsoft.Testing.Platform.TestHostControllers.EnvironmentVariables.EnvironmentVariables(Microsoft.Testing.Platform.Logging.ILoggerFactory! loggerFactory) -> void
Microsoft.Testing.Platform.TestHostControllers.EnvironmentVariables.GetAll() -> System.Collections.Generic.IReadOnlyCollection<Microsoft.Testing.Platform.Extensions.TestHostControllers.EnvironmentVariable!>!
Microsoft.Testing.Platform.TestHostControllers.EnvironmentVariables.RemoveVariable(string! variable) -> void
Microsoft.Testing.Platform.TestHostControllers.EnvironmentVariables.SetVariable(Microsoft.Testing.Platform.Extensions.TestHostControllers.EnvironmentVariable! environmentVariable) -> void
Microsoft.Testing.Platform.TestHostControllers.EnvironmentVariables.TryGetVariable(string! variable, out Microsoft.Testing.Platform.Extensions.TestHostControllers.OwnedEnvironmentVariable? environmentVariable) -> bool
Microsoft.Testing.Platform.TestHostControllers.ITestHostControllerInfo
Microsoft.Testing.Platform.TestHostControllers.ITestHostControllerInfo.GetTestHostControllerPID(bool throwIfMissing = true) -> int?
Microsoft.Testing.Platform.TestHostControllers.ITestHostControllerInfo.HasTestHostController.get -> bool
Microsoft.Testing.Platform.TestHostControllers.ITestHostControllerInfo.IsCurrentProcessTestHostController.get -> bool?
Microsoft.Testing.Platform.TestHostControllers.PassiveNodeDataConsumer
Microsoft.Testing.Platform.TestHostControllers.PassiveNodeDataConsumer.ConsumeAsync(Microsoft.Testing.Platform.Extensions.Messages.IDataProducer! dataProducer, Microsoft.Testing.Platform.Extensions.Messages.IData! value, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.TestHostControllers.PassiveNodeDataConsumer.DataTypesConsumed.get -> System.Type![]!
Microsoft.Testing.Platform.TestHostControllers.PassiveNodeDataConsumer.Description.get -> string!
Microsoft.Testing.Platform.TestHostControllers.PassiveNodeDataConsumer.DisplayName.get -> string!
Microsoft.Testing.Platform.TestHostControllers.PassiveNodeDataConsumer.Dispose() -> void
Microsoft.Testing.Platform.TestHostControllers.PassiveNodeDataConsumer.IsEnabledAsync() -> System.Threading.Tasks.Task<bool>!
Microsoft.Testing.Platform.TestHostControllers.PassiveNodeDataConsumer.PassiveNodeDataConsumer(Microsoft.Testing.Platform.ServerMode.PassiveNode? passiveNode) -> void
Microsoft.Testing.Platform.TestHostControllers.PassiveNodeDataConsumer.Uid.get -> string!
Microsoft.Testing.Platform.TestHostControllers.PassiveNodeDataConsumer.Version.get -> string!
Microsoft.Testing.Platform.TestHostControllers.SystemEnvironmentVariableProvider
Microsoft.Testing.Platform.TestHostControllers.SystemEnvironmentVariableProvider.Description.get -> string!
Microsoft.Testing.Platform.TestHostControllers.SystemEnvironmentVariableProvider.DisplayName.get -> string!
Microsoft.Testing.Platform.TestHostControllers.SystemEnvironmentVariableProvider.IsEnabledAsync() -> System.Threading.Tasks.Task<bool>!
Microsoft.Testing.Platform.TestHostControllers.SystemEnvironmentVariableProvider.SystemEnvironmentVariableProvider(Microsoft.Testing.Platform.Helpers.IEnvironment! environment) -> void
Microsoft.Testing.Platform.TestHostControllers.SystemEnvironmentVariableProvider.Uid.get -> string!
Microsoft.Testing.Platform.TestHostControllers.SystemEnvironmentVariableProvider.UpdateAsync(Microsoft.Testing.Platform.Extensions.TestHostControllers.IEnvironmentVariables! environmentVariables) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.TestHostControllers.SystemEnvironmentVariableProvider.ValidateTestHostEnvironmentVariablesAsync(Microsoft.Testing.Platform.Extensions.TestHostControllers.IReadOnlyEnvironmentVariables! environmentVariables) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Extensions.ValidationResult>!
Microsoft.Testing.Platform.TestHostControllers.SystemEnvironmentVariableProvider.Version.get -> string!
Microsoft.Testing.Platform.TestHostControllers.TestConfigurationEnvironmentVariableProvider
Microsoft.Testing.Platform.TestHostControllers.TestConfigurationEnvironmentVariableProvider.Description.get -> string!
Microsoft.Testing.Platform.TestHostControllers.TestConfigurationEnvironmentVariableProvider.DisplayName.get -> string!
Microsoft.Testing.Platform.TestHostControllers.TestConfigurationEnvironmentVariableProvider.IsEnabledAsync() -> System.Threading.Tasks.Task<bool>!
Microsoft.Testing.Platform.TestHostControllers.TestConfigurationEnvironmentVariableProvider.TestConfigurationEnvironmentVariableProvider(Microsoft.Testing.Platform.Configurations.IConfiguration! configuration) -> void
Microsoft.Testing.Platform.TestHostControllers.TestConfigurationEnvironmentVariableProvider.Uid.get -> string!
Microsoft.Testing.Platform.TestHostControllers.TestConfigurationEnvironmentVariableProvider.UpdateAsync(Microsoft.Testing.Platform.Extensions.TestHostControllers.IEnvironmentVariables! environmentVariables) -> System.Threading.Tasks.Task!
Microsoft.Testing.Platform.TestHostControllers.TestConfigurationEnvironmentVariableProvider.ValidateTestHostEnvironmentVariablesAsync(Microsoft.Testing.Platform.Extensions.TestHostControllers.IReadOnlyEnvironmentVariables! environmentVariables) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Extensions.ValidationResult>!
Microsoft.Testing.Platform.TestHostControllers.TestConfigurationEnvironmentVariableProvider.Version.get -> string!
Microsoft.Testing.Platform.TestHostControllers.TestHostControllerConfiguration
Microsoft.Testing.Platform.TestHostControllers.TestHostControllerConfiguration.DataConsumer.get -> Microsoft.Testing.Platform.Extensions.IDataConsumer![]!
Microsoft.Testing.Platform.TestHostControllers.TestHostControllerConfiguration.EnvironmentVariableProviders.get -> Microsoft.Testing.Platform.Extensions.TestHostControllers.ITestHostEnvironmentVariableProvider![]!
Microsoft.Testing.Platform.TestHostControllers.TestHostControllerConfiguration.LifetimeHandlers.get -> Microsoft.Testing.Platform.Extensions.TestHostControllers.ITestHostProcessLifetimeHandler![]!
Microsoft.Testing.Platform.TestHostControllers.TestHostControllerConfiguration.RequireProcessRestart.get -> bool
Microsoft.Testing.Platform.TestHostControllers.TestHostControllerConfiguration.TestHostControllerConfiguration(Microsoft.Testing.Platform.Extensions.TestHostControllers.ITestHostEnvironmentVariableProvider![]! environmentVariableProviders, Microsoft.Testing.Platform.Extensions.TestHostControllers.ITestHostProcessLifetimeHandler![]! lifetimeHandlers, Microsoft.Testing.Platform.Extensions.IDataConsumer![]! dataConsumer, Microsoft.Testing.Platform.Extensions.TestHostControllers.ITestHostLauncher? testHostLauncher, bool requireProcessRestart) -> void
Microsoft.Testing.Platform.TestHostControllers.TestHostControllerConfiguration.TestHostLauncher.get -> Microsoft.Testing.Platform.Extensions.TestHostControllers.ITestHostLauncher?
Microsoft.Testing.Platform.TestHostControllers.TestHostControllerInfo
Microsoft.Testing.Platform.TestHostControllers.TestHostControllerInfo.GetTestHostControllerPID(bool throwIfMissing = true) -> int?
Microsoft.Testing.Platform.TestHostControllers.TestHostControllerInfo.HasTestHostController.get -> bool
Microsoft.Testing.Platform.TestHostControllers.TestHostControllerInfo.IsCurrentProcessTestHostController.get -> bool?
Microsoft.Testing.Platform.TestHostControllers.TestHostControllerInfo.IsCurrentProcessTestHostController.set -> void
Microsoft.Testing.Platform.TestHostControllers.TestHostControllerInfo.TestHostControllerInfo(Microsoft.Testing.Platform.CommandLine.CommandLineParseResult! parseResult) -> void
Microsoft.Testing.Platform.TestHostControllers.TestHostControllersManager
Microsoft.Testing.Platform.TestHostControllers.TestHostControllersManager.AddDataConsumer<T>(Microsoft.Testing.Platform.Extensions.CompositeExtensionFactory<T!>! compositeServiceFactory) -> void
Microsoft.Testing.Platform.TestHostControllers.TestHostControllersManager.AddEnvironmentVariableProvider(System.Func<System.IServiceProvider!, Microsoft.Testing.Platform.Extensions.TestHostControllers.ITestHostEnvironmentVariableProvider!>! environmentVariableProviderFactory) -> void
Microsoft.Testing.Platform.TestHostControllers.TestHostControllersManager.AddEnvironmentVariableProvider<T>(Microsoft.Testing.Platform.Extensions.CompositeExtensionFactory<T!>! compositeServiceFactory) -> void
Microsoft.Testing.Platform.TestHostControllers.TestHostControllersManager.AddEnvironmentVariableProviderFirst(System.Func<System.IServiceProvider!, Microsoft.Testing.Platform.Extensions.TestHostControllers.ITestHostEnvironmentVariableProvider!>! environmentVariableProviderFactory) -> void
Microsoft.Testing.Platform.TestHostControllers.TestHostControllersManager.AddProcessLifetimeHandler(System.Func<System.IServiceProvider!, Microsoft.Testing.Platform.Extensions.TestHostControllers.ITestHostProcessLifetimeHandler!>! lifetimeHandler) -> void
Microsoft.Testing.Platform.TestHostControllers.TestHostControllersManager.AddProcessLifetimeHandler<T>(Microsoft.Testing.Platform.Extensions.CompositeExtensionFactory<T!>! compositeServiceFactory) -> void
Microsoft.Testing.Platform.TestHostControllers.TestHostControllersManager.AddTestHostLauncher(System.Func<System.IServiceProvider!, Microsoft.Testing.Platform.Extensions.TestHostControllers.ITestHostLauncher!>! testHostLauncherFactory) -> void
Microsoft.Testing.Platform.TestHostControllers.TestHostControllersManager.AddTestHostLauncher<T>(Microsoft.Testing.Platform.Extensions.CompositeExtensionFactory<T!>! compositeServiceFactory) -> void
Microsoft.Testing.Platform.TestHostControllers.TestHostControllersManager.BuildAsync(Microsoft.Testing.Platform.Services.ServiceProvider! serviceProvider) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.TestHostControllers.TestHostControllerConfiguration!>!
Microsoft.Testing.Platform.TestHostControllers.TestHostControllersManager.TestHostControllersManager() -> void
Microsoft.Testing.Platform.TestHostControllers.TestHostProcessInformation
Microsoft.Testing.Platform.TestHostControllers.TestHostProcessInformation.ExitCode.get -> int
Microsoft.Testing.Platform.TestHostControllers.TestHostProcessInformation.HasExitedGracefully.get -> bool
Microsoft.Testing.Platform.TestHostControllers.TestHostProcessInformation.PID.get -> int
Microsoft.Testing.Platform.TestHostControllers.TestHostProcessInformation.TestHostProcessInformation(int pid, int exitCode, bool testHostCompletedReceived) -> void
Microsoft.Testing.Platform.TestHostControllers.TestHostProcessInformation.TestHostProcessInformation(int pid) -> void
Microsoft.Testing.Platform.TestHostOrchestrator.TestHostOrchestratorConfiguration
Microsoft.Testing.Platform.TestHostOrchestrator.TestHostOrchestratorConfiguration.TestHostOrchestratorConfiguration(Microsoft.Testing.Platform.Extensions.TestHostOrchestrator.ITestHostExecutionOrchestrator![]! testHostOrchestrators) -> void
Microsoft.Testing.Platform.TestHostOrchestrator.TestHostOrchestratorConfiguration.TestHostOrchestrators.get -> Microsoft.Testing.Platform.Extensions.TestHostOrchestrator.ITestHostExecutionOrchestrator![]!
Microsoft.Testing.Platform.TestHostOrchestrator.TestHostOrchestratorManager
Microsoft.Testing.Platform.TestHostOrchestrator.TestHostOrchestratorManager.AddTestHostOrchestrator(System.Func<System.IServiceProvider!, Microsoft.Testing.Platform.Extensions.TestHostOrchestrator.ITestHostExecutionOrchestrator!>! factory) -> void
Microsoft.Testing.Platform.TestHostOrchestrator.TestHostOrchestratorManager.AddTestHostOrchestratorApplicationLifetime(System.Func<System.IServiceProvider!, Microsoft.Testing.Platform.Extensions.TestHostOrchestrator.ITestHostOrchestratorApplicationLifetime!>! testHostOrchestratorApplicationLifetimeFactory) -> void
Microsoft.Testing.Platform.TestHostOrchestrator.TestHostOrchestratorManager.BuildAsync(Microsoft.Testing.Platform.Services.ServiceProvider! serviceProvider) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.TestHostOrchestrator.TestHostOrchestratorConfiguration!>!
Microsoft.Testing.Platform.TestHostOrchestrator.TestHostOrchestratorManager.BuildTestHostOrchestratorApplicationLifetimesAsync(Microsoft.Testing.Platform.Services.ServiceProvider! serviceProvider) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Extensions.TestHostOrchestrator.ITestHostOrchestratorApplicationLifetime![]!>!
Microsoft.Testing.Platform.TestHostOrchestrator.TestHostOrchestratorManager.TestHostOrchestratorManager() -> void
Microsoft.Testing.Platform.TestProcessRole
Microsoft.Testing.Platform.TestProcessRole.TestHost = 0 -> Microsoft.Testing.Platform.TestProcessRole
Microsoft.Testing.Platform.TestProcessRole.TestHostController = 1 -> Microsoft.Testing.Platform.TestProcessRole
Microsoft.Testing.Platform.TestProcessRole.TestHostOrchestrator = 2 -> Microsoft.Testing.Platform.TestProcessRole
Microsoft.Testing.Platform.Tools.ITool
Microsoft.Testing.Platform.Tools.ITool.Name.get -> string!
Microsoft.Testing.Platform.Tools.ITool.RunAsync(System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<int>!
Microsoft.Testing.Platform.Tools.IToolCommandLineOptionsProvider
Microsoft.Testing.Platform.Tools.IToolCommandLineOptionsProvider.ToolName.get -> string!
Microsoft.Testing.Platform.Tools.IToolsManager
Microsoft.Testing.Platform.Tools.IToolsManager.AddTool(System.Func<System.IServiceProvider!, Microsoft.Testing.Platform.Tools.ITool!>! toolFactory) -> void
Microsoft.Testing.Platform.Tools.ToolsManager
Microsoft.Testing.Platform.Tools.ToolsManager.AddTool(System.Func<System.IServiceProvider!, Microsoft.Testing.Platform.Tools.ITool!>! toolFactory) -> void
Microsoft.Testing.Platform.Tools.ToolsManager.BuildAsync(System.IServiceProvider! serviceProvider) -> System.Threading.Tasks.Task<System.Collections.Generic.IReadOnlyList<Microsoft.Testing.Platform.Tools.ITool!>!>!
Microsoft.Testing.Platform.Tools.ToolsManager.ToolsManager() -> void
Microsoft.Testing.Platform.UILanguageOverride
override Microsoft.Testing.Platform.CommandLine.MaxFailedTestsCommandLineOptionsProvider.ValidateOptionArgumentsAsync(Microsoft.Testing.Platform.Extensions.CommandLine.CommandLineOption! commandOption, string![]! arguments) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Extensions.ValidationResult>!
override Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.ValidateCommandLineOptionsAsync(Microsoft.Testing.Platform.CommandLine.ICommandLineOptions! commandLineOptions) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Extensions.ValidationResult>!
override Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.ValidateOptionArgumentsAsync(Microsoft.Testing.Platform.Extensions.CommandLine.CommandLineOption! commandOption, string![]! arguments) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Extensions.ValidationResult>!
override Microsoft.Testing.Platform.Configurations.CommandLineConfigurationSource.BuildAsync(Microsoft.Testing.Platform.CommandLine.CommandLineParseResult! commandLineParseResult) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Configurations.IConfigurationProvider!>!
override Microsoft.Testing.Platform.Configurations.CommandLineConfigurationSource.Order.get -> int
override Microsoft.Testing.Platform.Configurations.CommandLineConfigurationSource.Uid.get -> string!
override Microsoft.Testing.Platform.Configurations.EnvironmentVariablesConfigurationSource.BuildAsync(Microsoft.Testing.Platform.CommandLine.CommandLineParseResult! commandLineParseResult) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Configurations.IConfigurationProvider!>!
override Microsoft.Testing.Platform.Configurations.EnvironmentVariablesConfigurationSource.Order.get -> int
override Microsoft.Testing.Platform.Configurations.EnvironmentVariablesConfigurationSource.Uid.get -> string!
override Microsoft.Testing.Platform.Configurations.JsonConfigurationSource.BuildAsync(Microsoft.Testing.Platform.CommandLine.CommandLineParseResult! commandLineParseResult) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Configurations.IConfigurationProvider!>!
override Microsoft.Testing.Platform.Configurations.JsonConfigurationSource.Order.get -> int
override Microsoft.Testing.Platform.Configurations.JsonConfigurationSource.Uid.get -> string!
override Microsoft.Testing.Platform.Extensions.Messages.CancelledTestNodeStateProperty.PrintMembers(System.Text.StringBuilder! builder) -> void
override Microsoft.Testing.Platform.Extensions.Messages.ErrorTestNodeStateProperty.PrintMembers(System.Text.StringBuilder! builder) -> void
override Microsoft.Testing.Platform.Extensions.Messages.FailedTestNodeStateProperty.PrintMembers(System.Text.StringBuilder! builder) -> void
override Microsoft.Testing.Platform.Extensions.Messages.SerializableKeyValuePairStringProperty.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.Extensions.Messages.SerializableKeyValuePairStringProperty.GetHashCode() -> int
override Microsoft.Testing.Platform.Extensions.Messages.SerializableKeyValuePairStringProperty.ToString() -> string!
override Microsoft.Testing.Platform.Extensions.Messages.TestRequestExecutionTimeInfo.ToString() -> string!
override Microsoft.Testing.Platform.Extensions.Messages.TimeoutTestNodeStateProperty.PrintMembers(System.Text.StringBuilder! builder) -> void
override Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.TestNodeDetails.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.TestNodeDetails.GetHashCode() -> int
override Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.TestNodeDetails.ToString() -> string!
override Microsoft.Testing.Platform.IPC.Models.AzureDevOpsLogMessage.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.IPC.Models.AzureDevOpsLogMessage.GetHashCode() -> int
override Microsoft.Testing.Platform.IPC.Models.AzureDevOpsLogMessage.ToString() -> string!
override Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessage.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessage.GetHashCode() -> int
override Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessage.ToString() -> string!
override Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessages.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessages.GetHashCode() -> int
override Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessages.ToString() -> string!
override Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage.GetHashCode() -> int
override Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage.ToString() -> string!
override Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessages.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessages.GetHashCode() -> int
override Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessages.ToString() -> string!
override Microsoft.Testing.Platform.IPC.Models.DisplayMessage.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.IPC.Models.DisplayMessage.GetHashCode() -> int
override Microsoft.Testing.Platform.IPC.Models.DisplayMessage.ToString() -> string!
override Microsoft.Testing.Platform.IPC.Models.ExceptionMessage.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.IPC.Models.ExceptionMessage.GetHashCode() -> int
override Microsoft.Testing.Platform.IPC.Models.ExceptionMessage.ToString() -> string!
override Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage.GetHashCode() -> int
override Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage.ToString() -> string!
override Microsoft.Testing.Platform.IPC.Models.FileArtifactMessage.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.IPC.Models.FileArtifactMessage.GetHashCode() -> int
override Microsoft.Testing.Platform.IPC.Models.FileArtifactMessage.ToString() -> string!
override Microsoft.Testing.Platform.IPC.Models.FileArtifactMessages.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.IPC.Models.FileArtifactMessages.GetHashCode() -> int
override Microsoft.Testing.Platform.IPC.Models.FileArtifactMessages.ToString() -> string!
override Microsoft.Testing.Platform.IPC.Models.HandshakeMessage.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.IPC.Models.HandshakeMessage.GetHashCode() -> int
override Microsoft.Testing.Platform.IPC.Models.HandshakeMessage.ToString() -> string!
override Microsoft.Testing.Platform.IPC.Models.ServerControlMessage.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.IPC.Models.ServerControlMessage.GetHashCode() -> int
override Microsoft.Testing.Platform.IPC.Models.ServerControlMessage.ToString() -> string!
override Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage.GetHashCode() -> int
override Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage.ToString() -> string!
override Microsoft.Testing.Platform.IPC.Models.TestInProgressMessage.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.IPC.Models.TestInProgressMessage.GetHashCode() -> int
override Microsoft.Testing.Platform.IPC.Models.TestInProgressMessage.ToString() -> string!
override Microsoft.Testing.Platform.IPC.Models.TestInProgressMessages.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.IPC.Models.TestInProgressMessages.GetHashCode() -> int
override Microsoft.Testing.Platform.IPC.Models.TestInProgressMessages.ToString() -> string!
override Microsoft.Testing.Platform.IPC.Models.TestResultMessages.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.IPC.Models.TestResultMessages.GetHashCode() -> int
override Microsoft.Testing.Platform.IPC.Models.TestResultMessages.ToString() -> string!
override Microsoft.Testing.Platform.IPC.Models.TestSessionEvent.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.IPC.Models.TestSessionEvent.GetHashCode() -> int
override Microsoft.Testing.Platform.IPC.Models.TestSessionEvent.ToString() -> string!
override Microsoft.Testing.Platform.IPC.Models.TraitMessage.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.IPC.Models.TraitMessage.GetHashCode() -> int
override Microsoft.Testing.Platform.IPC.Models.TraitMessage.ToString() -> string!
override Microsoft.Testing.Platform.IPC.Serializers.AzureDevOpsLogMessageSerializer.Id.get -> int
override Microsoft.Testing.Platform.IPC.Serializers.CommandLineOptionMessagesSerializer.Id.get -> int
override Microsoft.Testing.Platform.IPC.Serializers.DiscoveredTestMessagesSerializer.Id.get -> int
override Microsoft.Testing.Platform.IPC.Serializers.DisplayMessageSerializer.Id.get -> int
override Microsoft.Testing.Platform.IPC.Serializers.FileArtifactMessagesSerializer.Id.get -> int
override Microsoft.Testing.Platform.IPC.Serializers.HandshakeMessageSerializer.Id.get -> int
override Microsoft.Testing.Platform.IPC.Serializers.ServerControlMessageSerializer.Id.get -> int
override Microsoft.Testing.Platform.IPC.Serializers.TestHostCompletedRequestSerializer.Id.get -> int
override Microsoft.Testing.Platform.IPC.Serializers.TestHostProcessPIDRequestSerializer.Id.get -> int
override Microsoft.Testing.Platform.IPC.Serializers.TestInProgressMessagesSerializer.Id.get -> int
override Microsoft.Testing.Platform.IPC.Serializers.TestResultMessagesSerializer.Id.get -> int
override Microsoft.Testing.Platform.IPC.Serializers.TestSessionEventSerializer.Id.get -> int
override Microsoft.Testing.Platform.IPC.Serializers.VoidResponseSerializer.Id.get -> int
override Microsoft.Testing.Platform.IPC.Serializers.WaitForServerControlRequestSerializer.Id.get -> int
override Microsoft.Testing.Platform.Logging.FileLoggerInformation.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.Logging.FileLoggerInformation.GetHashCode() -> int
override Microsoft.Testing.Platform.Logging.FileLoggerInformation.ToString() -> string!
override Microsoft.Testing.Platform.Logging.ServerLogMessage.ToString() -> string!
override Microsoft.Testing.Platform.Messages.AsynchronousMessageBus.DataConsumerServices.get -> Microsoft.Testing.Platform.Extensions.IDataConsumer![]!
override Microsoft.Testing.Platform.Messages.AsynchronousMessageBus.DisableAsync() -> System.Threading.Tasks.Task!
override Microsoft.Testing.Platform.Messages.AsynchronousMessageBus.Dispose() -> void
override Microsoft.Testing.Platform.Messages.AsynchronousMessageBus.DrainDataAsync() -> System.Threading.Tasks.Task!
override Microsoft.Testing.Platform.Messages.AsynchronousMessageBus.InitAsync() -> System.Threading.Tasks.Task!
override Microsoft.Testing.Platform.Messages.AsynchronousMessageBus.PublishAsync(Microsoft.Testing.Platform.Extensions.Messages.IDataProducer! dataProducer, Microsoft.Testing.Platform.Extensions.Messages.IData! data) -> System.Threading.Tasks.Task!
override Microsoft.Testing.Platform.Messages.MessageBusProxy.DataConsumerServices.get -> Microsoft.Testing.Platform.Extensions.IDataConsumer![]!
override Microsoft.Testing.Platform.Messages.MessageBusProxy.DisableAsync() -> System.Threading.Tasks.Task!
override Microsoft.Testing.Platform.Messages.MessageBusProxy.Dispose() -> void
override Microsoft.Testing.Platform.Messages.MessageBusProxy.DrainDataAsync() -> System.Threading.Tasks.Task!
override Microsoft.Testing.Platform.Messages.MessageBusProxy.InitAsync() -> System.Threading.Tasks.Task!
override Microsoft.Testing.Platform.Messages.MessageBusProxy.PublishAsync(Microsoft.Testing.Platform.Extensions.Messages.IDataProducer! dataProducer, Microsoft.Testing.Platform.Extensions.Messages.IData! data) -> System.Threading.Tasks.Task!
override Microsoft.Testing.Platform.Messages.TestNodeStateStatistics.GetHashCode() -> int
override Microsoft.Testing.Platform.OutputDevice.JsonStringWriter.ToString() -> string!
override Microsoft.Testing.Platform.OutputDevice.Terminal.FlatException.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.OutputDevice.Terminal.FlatException.GetHashCode() -> int
override Microsoft.Testing.Platform.OutputDevice.Terminal.FlatException.ToString() -> string!
override Microsoft.Testing.Platform.OutputDevice.Terminal.NonAnsiTerminal.ResetColor() -> void
override Microsoft.Testing.Platform.OutputDevice.Terminal.NonAnsiTerminal.SetColor(Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor color) -> void
override Microsoft.Testing.Platform.OutputDevice.Terminal.SimpleAnsiTerminal.Append(string! value) -> void
override Microsoft.Testing.Platform.OutputDevice.Terminal.SimpleAnsiTerminal.AppendLine(string! value) -> void
override Microsoft.Testing.Platform.OutputDevice.Terminal.SimpleAnsiTerminal.ResetColor() -> void
override Microsoft.Testing.Platform.OutputDevice.Terminal.SimpleAnsiTerminal.SetColor(Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor color) -> void
override Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporterCommandLineOptionsProvider.ValidateOptionArgumentsAsync(Microsoft.Testing.Platform.Extensions.CommandLine.CommandLineOption! commandOption, string![]! arguments) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Extensions.ValidationResult>!
override Microsoft.Testing.Platform.OutputDevice.Terminal.TestRunArtifact.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.OutputDevice.Terminal.TestRunArtifact.GetHashCode() -> int
override Microsoft.Testing.Platform.OutputDevice.Terminal.TestRunArtifact.ToString() -> string!
override Microsoft.Testing.Platform.OutputDevice.WasiOutputDevice.Description.get -> string!
override Microsoft.Testing.Platform.OutputDevice.WasiOutputDevice.DisplayName.get -> string!
override Microsoft.Testing.Platform.RoslynHashCode.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.RoslynHashCode.GetHashCode() -> int
override Microsoft.Testing.Platform.ServerMode.Artifact.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.ServerMode.Artifact.GetHashCode() -> int
override Microsoft.Testing.Platform.ServerMode.Artifact.ToString() -> string!
override Microsoft.Testing.Platform.ServerMode.AttachDebuggerInfoArgs.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.ServerMode.AttachDebuggerInfoArgs.GetHashCode() -> int
override Microsoft.Testing.Platform.ServerMode.AttachDebuggerInfoArgs.ToString() -> string!
override Microsoft.Testing.Platform.ServerMode.CancelRequestArgs.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.ServerMode.CancelRequestArgs.GetHashCode() -> int
override Microsoft.Testing.Platform.ServerMode.CancelRequestArgs.ToString() -> string!
override Microsoft.Testing.Platform.ServerMode.ClientCapabilities.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.ServerMode.ClientCapabilities.GetHashCode() -> int
override Microsoft.Testing.Platform.ServerMode.ClientCapabilities.ToString() -> string!
override Microsoft.Testing.Platform.ServerMode.ClientInfo.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.ServerMode.ClientInfo.GetHashCode() -> int
override Microsoft.Testing.Platform.ServerMode.ClientInfo.ToString() -> string!
override Microsoft.Testing.Platform.ServerMode.DiscoverRequestArgs.<Clone>$() -> Microsoft.Testing.Platform.ServerMode.RequestArgsBase!
override Microsoft.Testing.Platform.ServerMode.DiscoverRequestArgs.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.ServerMode.DiscoverRequestArgs.GetHashCode() -> int
override Microsoft.Testing.Platform.ServerMode.DiscoverRequestArgs.ToString() -> string!
override Microsoft.Testing.Platform.ServerMode.DiscoverResponseArgs.<Clone>$() -> Microsoft.Testing.Platform.ServerMode.ResponseArgsBase!
override Microsoft.Testing.Platform.ServerMode.DiscoverResponseArgs.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.ServerMode.DiscoverResponseArgs.GetHashCode() -> int
override Microsoft.Testing.Platform.ServerMode.DiscoverResponseArgs.ToString() -> string!
override Microsoft.Testing.Platform.ServerMode.ErrorMessage.<Clone>$() -> Microsoft.Testing.Platform.ServerMode.RpcMessage!
override Microsoft.Testing.Platform.ServerMode.ErrorMessage.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.ServerMode.ErrorMessage.GetHashCode() -> int
override Microsoft.Testing.Platform.ServerMode.ErrorMessage.ToString() -> string!
override Microsoft.Testing.Platform.ServerMode.ExitRequestArgs.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.ServerMode.ExitRequestArgs.GetHashCode() -> int
override Microsoft.Testing.Platform.ServerMode.ExitRequestArgs.ToString() -> string!
override Microsoft.Testing.Platform.ServerMode.InitializeRequestArgs.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.ServerMode.InitializeRequestArgs.GetHashCode() -> int
override Microsoft.Testing.Platform.ServerMode.InitializeRequestArgs.ToString() -> string!
override Microsoft.Testing.Platform.ServerMode.InitializeResponseArgs.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.ServerMode.InitializeResponseArgs.GetHashCode() -> int
override Microsoft.Testing.Platform.ServerMode.InitializeResponseArgs.ToString() -> string!
override Microsoft.Testing.Platform.ServerMode.InvalidRequestParamsArgs.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.ServerMode.InvalidRequestParamsArgs.GetHashCode() -> int
override Microsoft.Testing.Platform.ServerMode.InvalidRequestParamsArgs.ToString() -> string!
override Microsoft.Testing.Platform.ServerMode.LogEventArgs.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.ServerMode.LogEventArgs.GetHashCode() -> int
override Microsoft.Testing.Platform.ServerMode.LogEventArgs.ToString() -> string!
override Microsoft.Testing.Platform.ServerMode.NotificationMessage.<Clone>$() -> Microsoft.Testing.Platform.ServerMode.RpcMessage!
override Microsoft.Testing.Platform.ServerMode.NotificationMessage.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.ServerMode.NotificationMessage.GetHashCode() -> int
override Microsoft.Testing.Platform.ServerMode.NotificationMessage.ToString() -> string!
override Microsoft.Testing.Platform.ServerMode.ProcessInfoArgs.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.ServerMode.ProcessInfoArgs.GetHashCode() -> int
override Microsoft.Testing.Platform.ServerMode.ProcessInfoArgs.ToString() -> string!
override Microsoft.Testing.Platform.ServerMode.RequestArgsBase.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.ServerMode.RequestArgsBase.GetHashCode() -> int
override Microsoft.Testing.Platform.ServerMode.RequestArgsBase.ToString() -> string!
override Microsoft.Testing.Platform.ServerMode.RequestMessage.<Clone>$() -> Microsoft.Testing.Platform.ServerMode.RpcMessage!
override Microsoft.Testing.Platform.ServerMode.RequestMessage.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.ServerMode.RequestMessage.GetHashCode() -> int
override Microsoft.Testing.Platform.ServerMode.RequestMessage.ToString() -> string!
override Microsoft.Testing.Platform.ServerMode.ResponseArgsBase.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.ServerMode.ResponseArgsBase.GetHashCode() -> int
override Microsoft.Testing.Platform.ServerMode.ResponseArgsBase.ToString() -> string!
override Microsoft.Testing.Platform.ServerMode.ResponseMessage.<Clone>$() -> Microsoft.Testing.Platform.ServerMode.RpcMessage!
override Microsoft.Testing.Platform.ServerMode.ResponseMessage.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.ServerMode.ResponseMessage.GetHashCode() -> int
override Microsoft.Testing.Platform.ServerMode.ResponseMessage.ToString() -> string!
override Microsoft.Testing.Platform.ServerMode.RpcMessage.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.ServerMode.RpcMessage.GetHashCode() -> int
override Microsoft.Testing.Platform.ServerMode.RpcMessage.ToString() -> string!
override Microsoft.Testing.Platform.ServerMode.RunRequestArgs.<Clone>$() -> Microsoft.Testing.Platform.ServerMode.RequestArgsBase!
override Microsoft.Testing.Platform.ServerMode.RunRequestArgs.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.ServerMode.RunRequestArgs.GetHashCode() -> int
override Microsoft.Testing.Platform.ServerMode.RunRequestArgs.ToString() -> string!
override Microsoft.Testing.Platform.ServerMode.RunResponseArgs.<Clone>$() -> Microsoft.Testing.Platform.ServerMode.ResponseArgsBase!
override Microsoft.Testing.Platform.ServerMode.RunResponseArgs.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.ServerMode.RunResponseArgs.GetHashCode() -> int
override Microsoft.Testing.Platform.ServerMode.RunResponseArgs.ToString() -> string!
override Microsoft.Testing.Platform.ServerMode.RunTestAttachment.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.ServerMode.RunTestAttachment.GetHashCode() -> int
override Microsoft.Testing.Platform.ServerMode.RunTestAttachment.ToString() -> string!
override Microsoft.Testing.Platform.ServerMode.ServerCapabilities.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.ServerMode.ServerCapabilities.GetHashCode() -> int
override Microsoft.Testing.Platform.ServerMode.ServerCapabilities.ToString() -> string!
override Microsoft.Testing.Platform.ServerMode.ServerInfo.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.ServerMode.ServerInfo.GetHashCode() -> int
override Microsoft.Testing.Platform.ServerMode.ServerInfo.ToString() -> string!
override Microsoft.Testing.Platform.ServerMode.ServerTestingCapabilities.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.ServerMode.ServerTestingCapabilities.GetHashCode() -> int
override Microsoft.Testing.Platform.ServerMode.ServerTestingCapabilities.ToString() -> string!
override Microsoft.Testing.Platform.ServerMode.TelemetryEventArgs.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.ServerMode.TelemetryEventArgs.GetHashCode() -> int
override Microsoft.Testing.Platform.ServerMode.TelemetryEventArgs.ToString() -> string!
override Microsoft.Testing.Platform.ServerMode.TestNodeStateChangedEventArgs.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.ServerMode.TestNodeStateChangedEventArgs.GetHashCode() -> int
override Microsoft.Testing.Platform.ServerMode.TestNodeStateChangedEventArgs.ToString() -> string!
override Microsoft.Testing.Platform.ServerMode.TestsAttachments.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.ServerMode.TestsAttachments.GetHashCode() -> int
override Microsoft.Testing.Platform.ServerMode.TestsAttachments.ToString() -> string!
override Microsoft.Testing.Platform.Services.ClientInfoService.Equals(object? obj) -> bool
override Microsoft.Testing.Platform.Services.ClientInfoService.GetHashCode() -> int
override Microsoft.Testing.Platform.Services.ClientInfoService.ToString() -> string!
override Microsoft.Testing.Platform.Services.ExecutableInfo.ToString() -> string!
override Microsoft.Testing.Platform.Services.ShutdownProgressReporter.TrackedWork.GetHashCode() -> int
override sealed Microsoft.Testing.Platform.ServerMode.DiscoverRequestArgs.Equals(Microsoft.Testing.Platform.ServerMode.RequestArgsBase? other) -> bool
override sealed Microsoft.Testing.Platform.ServerMode.DiscoverResponseArgs.Equals(Microsoft.Testing.Platform.ServerMode.ResponseArgsBase? other) -> bool
override sealed Microsoft.Testing.Platform.ServerMode.ErrorMessage.Equals(Microsoft.Testing.Platform.ServerMode.RpcMessage? other) -> bool
override sealed Microsoft.Testing.Platform.ServerMode.NotificationMessage.Equals(Microsoft.Testing.Platform.ServerMode.RpcMessage? other) -> bool
override sealed Microsoft.Testing.Platform.ServerMode.RequestMessage.Equals(Microsoft.Testing.Platform.ServerMode.RpcMessage? other) -> bool
override sealed Microsoft.Testing.Platform.ServerMode.ResponseMessage.Equals(Microsoft.Testing.Platform.ServerMode.RpcMessage? other) -> bool
override sealed Microsoft.Testing.Platform.ServerMode.RunRequestArgs.Equals(Microsoft.Testing.Platform.ServerMode.RequestArgsBase? other) -> bool
override sealed Microsoft.Testing.Platform.ServerMode.RunResponseArgs.Equals(Microsoft.Testing.Platform.ServerMode.ResponseArgsBase? other) -> bool
Polyfills.Polyfill
Polyfills.Polyfill.extension(System.OperatingSystem)
ResponseFileHelper
static extern Microsoft.Testing.Platform.OutputDevice.Terminal.NativeMethods.GetConsoleMode(nint hConsoleHandle, out uint lpMode) -> bool
static extern Microsoft.Testing.Platform.OutputDevice.Terminal.NativeMethods.GetFileType(nint hFile) -> uint
static extern Microsoft.Testing.Platform.OutputDevice.Terminal.NativeMethods.GetStdHandle(int nStdHandle) -> nint
static extern Microsoft.Testing.Platform.OutputDevice.Terminal.NativeMethods.SetConsoleMode(nint hConsoleHandle, uint dwMode) -> bool
static Microsoft.Testing.Platform.Builder.TestApplication.GetDiagnosticDefaultDirectory(Microsoft.Testing.Platform.Helpers.IEnvironment! environment, Microsoft.Testing.Platform.Services.ITestApplicationModuleInfo! testApplicationModuleInfo) -> string!
static Microsoft.Testing.Platform.Builder.TestApplication.TryParseDiagnosticVerbosity(string? environmentLogLevel, out Microsoft.Testing.Platform.Logging.LogLevel parsedLogLevel) -> bool
static Microsoft.Testing.Platform.CommandLine.CommandLineOptionArgumentValidator.IsAutoValue(string! argument) -> bool
static Microsoft.Testing.Platform.CommandLine.CommandLineOptionArgumentValidator.IsOffValue(string! argument) -> bool
static Microsoft.Testing.Platform.CommandLine.CommandLineOptionArgumentValidator.IsOnValue(string! argument) -> bool
static Microsoft.Testing.Platform.CommandLine.CommandLineOptionArgumentValidator.IsValidBooleanArgument(string! argument) -> bool
static Microsoft.Testing.Platform.CommandLine.CommandLineOptionArgumentValidator.IsValidBooleanAutoArgument(string! argument) -> bool
static Microsoft.Testing.Platform.CommandLine.CommandLineOptionsProviderBase.RequiresMainOption(Microsoft.Testing.Platform.CommandLine.ICommandLineOptions! options, string![]! subOptionNames, string! mainOptionName, System.Func<string!>! errorMessageFactory) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Extensions.ValidationResult>?
static Microsoft.Testing.Platform.CommandLine.CommandLineOptionsProviderBase.RequiresMainOption(Microsoft.Testing.Platform.CommandLine.ICommandLineOptions! options, string![]! subOptionNames, string![]! mainOptionNames, System.Func<string!>! errorMessageFactory) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Extensions.ValidationResult>?
static Microsoft.Testing.Platform.CommandLine.CommandLineOptionsProviderBase.ValidateAllowedValuesAsync(string! value, string![]! allowedValues, string! formatString) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Extensions.ValidationResult>!
static Microsoft.Testing.Platform.CommandLine.CommandLineOptionsValidator.ValidateAsync(Microsoft.Testing.Platform.CommandLine.CommandLineParseResult! commandLineParseResult, System.Collections.Generic.IEnumerable<Microsoft.Testing.Platform.Extensions.CommandLine.ICommandLineOptionsProvider!>! systemCommandLineOptionsProviders, System.Collections.Generic.IEnumerable<Microsoft.Testing.Platform.Extensions.CommandLine.ICommandLineOptionsProvider!>! extensionCommandLineOptionsProviders, Microsoft.Testing.Platform.CommandLine.ICommandLineOptions! commandLineOptions, System.Collections.Generic.IReadOnlyList<Microsoft.Testing.Platform.Configurations.JsonCommandLineOptionEntry!>? jsonCommandLineOptions = null) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Extensions.ValidationResult>!
static Microsoft.Testing.Platform.CommandLine.CommandLineParser.Parse(string![]! args, Microsoft.Testing.Platform.Helpers.IEnvironment! environment) -> Microsoft.Testing.Platform.CommandLine.CommandLineParseResult!
static Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.GetMinimumExpectedTests(Microsoft.Testing.Platform.CommandLine.ICommandLineOptions! commandLineOptions) -> int
static Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.GetZeroTestsPolicy(Microsoft.Testing.Platform.CommandLine.ICommandLineOptions! commandLineOptions) -> Microsoft.Testing.Platform.CommandLine.ZeroTestsPolicy
static Microsoft.Testing.Platform.CommandLine.PlatformCommandLineProvider.IsListTestsJsonOutput(Microsoft.Testing.Platform.CommandLine.ICommandLineOptions! commandLineOptions) -> bool
static Microsoft.Testing.Platform.Configurations.ConfigurationExtensions.IsCommandLineOptionSet(this Microsoft.Testing.Platform.Configurations.IConfiguration! configuration, string! optionName) -> bool
static Microsoft.Testing.Platform.Configurations.ConfigurationExtensions.TryGetCommandLineOptionArguments(this Microsoft.Testing.Platform.Configurations.IConfiguration! configuration, string! optionName, out string![]? arguments) -> bool
static Microsoft.Testing.Platform.Configurations.JsonConfigurationFileParser.Parse(System.IO.Stream! input) -> (System.Collections.Generic.Dictionary<string!, string?>! SingleValueData, System.Collections.Generic.Dictionary<string!, string?>! PropertyToAllChildren)
static Microsoft.Testing.Platform.DotnetTestConnection.InstanceId.get -> string!
static Microsoft.Testing.Platform.DotnetTestConnection.IsVersionCompatible(string! protocolVersion, string! supportedProtocolVersions) -> bool
static Microsoft.Testing.Platform.DotnetTestHelper.HasDotnetTestServerOption(this Microsoft.Testing.Platform.CommandLine.CommandLineHandler! commandLineHandler) -> bool
static Microsoft.Testing.Platform.Extensions.InitializableExtension.TryInitializeAsync(this object! target) -> System.Threading.Tasks.Task!
static Microsoft.Testing.Platform.Helpers.ActionResult.Fail<TResult>() -> Microsoft.Testing.Platform.Helpers.ActionResult<TResult>!
static Microsoft.Testing.Platform.Helpers.ActionResult.Ok<TResult>(TResult result) -> Microsoft.Testing.Platform.Helpers.ActionResult<TResult>!
static Microsoft.Testing.Platform.Helpers.ActionResult<TResult>.implicit operator Microsoft.Testing.Platform.Helpers.ActionResult<TResult>!(TResult result) -> Microsoft.Testing.Platform.Helpers.ActionResult<TResult>!
static Microsoft.Testing.Platform.Helpers.ApplicationStateGuard.Ensure(bool condition, string! errorMessage) -> void
static Microsoft.Testing.Platform.Helpers.ApplicationStateGuard.Ensure(bool condition, string? path = null, int line = 0) -> void
static Microsoft.Testing.Platform.Helpers.ApplicationStateGuard.Unreachable(string? path = null, int line = 0) -> System.Diagnostics.UnreachableException!
static Microsoft.Testing.Platform.Helpers.ArgumentGuard.Ensure(bool condition, string! paramName, string! errorMessage) -> void
static Microsoft.Testing.Platform.Helpers.CountDownEventExtensions.WaitAsync(this System.Threading.CountdownEvent! countdownEvent, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<bool>!
static Microsoft.Testing.Platform.Helpers.CountDownEventExtensions.WaitAsync(this System.Threading.CountdownEvent! countdownEvent, System.TimeSpan timeout, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<bool>!
static Microsoft.Testing.Platform.Helpers.CountDownEventExtensions.WaitAsync(this System.Threading.CountdownEvent! countdownEvent, uint millisecondsTimeOutInterval, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<bool>!
static Microsoft.Testing.Platform.Helpers.DisposeHelper.DisposeAsync(object? obj) -> System.Threading.Tasks.Task!
static Microsoft.Testing.Platform.Helpers.ExtensionBuilderHelper.BuildAndRegisterCompositeExtensionsAsync<T>(System.Collections.Generic.IEnumerable<Microsoft.Testing.Platform.Extensions.ICompositeExtensionFactory!>! compositeFactories, Microsoft.Testing.Platform.Services.ServiceProvider! serviceProvider, System.Collections.Generic.List<(Microsoft.Testing.Platform.Extensions.IExtension! Extension, int RegistrationOrder)>! result, System.Collections.Generic.List<Microsoft.Testing.Platform.Extensions.ICompositeExtensionFactory!>! alreadyBuiltServices, System.Collections.Generic.List<object!>! factoryOrdering) -> System.Threading.Tasks.Task!
static Microsoft.Testing.Platform.Helpers.ExtensionBuilderHelper.BuildAndRegisterCompositeExtensionsInPlaceAsync<T>(System.Collections.Generic.IEnumerable<Microsoft.Testing.Platform.Extensions.ICompositeExtensionFactory!>! compositeFactories, Microsoft.Testing.Platform.Services.ServiceProvider! serviceProvider, System.Collections.Generic.List<(Microsoft.Testing.Platform.Extensions.IExtension! Extension, int RegistrationOrder)>! result, System.Collections.Generic.List<Microsoft.Testing.Platform.Extensions.ICompositeExtensionFactory!>! alreadyBuiltServices, System.Collections.Generic.List<object!>! factoryOrdering) -> System.Threading.Tasks.Task!
static Microsoft.Testing.Platform.Helpers.ExtensionBuilderHelper.BuildAndRegisterExtensionsAsync<T>(System.Collections.Generic.IEnumerable<System.Func<System.IServiceProvider!, T!>!>! factories, Microsoft.Testing.Platform.Services.ServiceProvider! serviceProvider, System.Collections.Generic.List<(Microsoft.Testing.Platform.Extensions.IExtension! Extension, int RegistrationOrder)>! result, System.Collections.Generic.List<object!>! factoryOrdering, bool registerInServiceProvider = false) -> System.Threading.Tasks.Task!
static Microsoft.Testing.Platform.Helpers.ExtensionBuilderHelper.BuildAndRegisterExtensionsAsync<T>(System.Collections.Generic.IEnumerable<System.Func<System.IServiceProvider!, T!>!>! factories, Microsoft.Testing.Platform.Services.ServiceProvider! serviceProvider, System.Collections.Generic.List<T!>! result, bool registerInServiceProvider = false) -> System.Threading.Tasks.Task!
static Microsoft.Testing.Platform.Helpers.ExtensionHelper.ToOTelTags(this Microsoft.Testing.Platform.Extensions.IExtension! extension) -> System.Collections.Generic.KeyValuePair<string!, object?>[]!
static Microsoft.Testing.Platform.Helpers.ExtensionValidationHelper.ValidateUniqueExtension(this System.Collections.Generic.IEnumerable<Microsoft.Testing.Platform.Extensions.IExtension!>! existingExtensions, Microsoft.Testing.Platform.Extensions.IExtension! newExtension) -> void
static Microsoft.Testing.Platform.Helpers.ExtensionValidationHelper.ValidateUniqueExtension<T>(this System.Collections.Generic.IEnumerable<T>! existingExtensions, Microsoft.Testing.Platform.Extensions.IExtension! newExtension, System.Func<T, Microsoft.Testing.Platform.Extensions.IExtension!>! extensionSelector) -> void
static Microsoft.Testing.Platform.Helpers.ObjectPool<T>.ForgetTrackedObject(T! old, T? replacement = null) -> void
static Microsoft.Testing.Platform.Helpers.PasteArguments.AppendArgument(System.Text.StringBuilder! stringBuilder, string! argument) -> void
static Microsoft.Testing.Platform.Helpers.Sha256Hasher.HashWithNormalizedCasing(string! text) -> string!
static Microsoft.Testing.Platform.Helpers.StackTraceHelper.GetFrameRegex() -> System.Text.RegularExpressions.Regex!
static Microsoft.Testing.Platform.Helpers.StackTraceRegexHelper.CreateFrameRegexPattern(bool matchFramesWithoutLocation) -> string!
static Microsoft.Testing.Platform.Helpers.SystemStopwatch.StartNew() -> Microsoft.Testing.Platform.Helpers.IStopwatch!
static Microsoft.Testing.Platform.Helpers.TaskExtensions.TimeoutAfterAsync(this System.Threading.Tasks.Task! task, System.TimeSpan timeout, bool observeException = true, string? filePath = null, int lineNumber = 0) -> System.Threading.Tasks.Task!
static Microsoft.Testing.Platform.Helpers.TaskExtensions.TimeoutAfterAsync(this System.Threading.Tasks.Task! task, System.TimeSpan timeout, System.Threading.CancellationToken token, bool observeException = true, string? filePath = null, int lineNumber = 0) -> System.Threading.Tasks.Task!
static Microsoft.Testing.Platform.Helpers.TaskExtensions.WaitAsync(this System.Threading.Tasks.Task! target, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
static Microsoft.Testing.Platform.Helpers.TaskExtensions.WaitAsync(this System.Threading.Tasks.Task! target, System.TimeSpan timeout, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
static Microsoft.Testing.Platform.Helpers.TaskExtensions.WaitAsync(this System.Threading.Tasks.Task! target, System.TimeSpan timeout) -> System.Threading.Tasks.Task!
static Microsoft.Testing.Platform.Helpers.TaskExtensions.WaitAsync<TResult>(this System.Threading.Tasks.Task<TResult>! target, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<TResult>!
static Microsoft.Testing.Platform.Helpers.TaskExtensions.WaitAsync<TResult>(this System.Threading.Tasks.Task<TResult>! target, System.TimeSpan timeout, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task<TResult>!
static Microsoft.Testing.Platform.Helpers.TaskExtensions.WaitAsync<TResult>(this System.Threading.Tasks.Task<TResult>! target, System.TimeSpan timeout) -> System.Threading.Tasks.Task<TResult>!
static Microsoft.Testing.Platform.Helpers.TaskExtensions.WithCancellationAsync(this System.Threading.Tasks.Task! task, System.Threading.CancellationToken cancellationToken, bool observeException = true) -> System.Threading.Tasks.Task!
static Microsoft.Testing.Platform.Helpers.TaskExtensions.WithCancellationAsync<T>(this System.Threading.Tasks.Task<T>! task, System.Threading.CancellationToken cancellationToken, bool observeException = true) -> System.Threading.Tasks.Task<T>!
static Microsoft.Testing.Platform.Helpers.TimeoutHelper.DefaultHangTimeoutSeconds.get -> double
static Microsoft.Testing.Platform.Helpers.TimeoutHelper.DefaultHangTimeSpanTimeout.get -> System.TimeSpan
static Microsoft.Testing.Platform.Helpers.TimeSpanParser.Parse(string? time, Microsoft.Testing.Platform.Helpers.TimeSpanDefaultUnit defaultUnit) -> System.TimeSpan
static Microsoft.Testing.Platform.Helpers.TimeSpanParser.Parse(string? time) -> System.TimeSpan
static Microsoft.Testing.Platform.Helpers.TimeSpanParser.ParseRequireSuffix(string? time) -> System.TimeSpan
static Microsoft.Testing.Platform.Helpers.TimeSpanParser.TryParse(string? time, Microsoft.Testing.Platform.Helpers.TimeSpanDefaultUnit defaultUnit, out System.TimeSpan result) -> bool
static Microsoft.Testing.Platform.Helpers.TimeSpanParser.TryParse(string? time, out System.TimeSpan result) -> bool
static Microsoft.Testing.Platform.Helpers.TimeSpanParser.TryParseRequireSuffix(string? time, out System.TimeSpan result) -> bool
static Microsoft.Testing.Platform.Hosts.CommonHost.DisposeServiceProviderAsync(Microsoft.Testing.Platform.Services.ServiceProvider! serviceProvider, System.Func<object!, bool>? filter = null, System.Collections.Generic.List<object!>? alreadyDisposed = null, bool isProcessShutdown = false) -> System.Threading.Tasks.Task!
static Microsoft.Testing.Platform.Hosts.CommonHost.ExecuteRequestAsync(Microsoft.Testing.Platform.OutputDevice.ProxyOutputDevice! outputDevice, Microsoft.Testing.Platform.Services.ITestSessionContext! testSessionInfo, Microsoft.Testing.Platform.Services.ServiceProvider! serviceProvider, Microsoft.Testing.Platform.Messages.BaseMessageBus! baseMessageBus, Microsoft.Testing.Platform.Extensions.TestFramework.ITestFramework! testFramework, Microsoft.Testing.Platform.TestHost.ClientInfo! client) -> System.Threading.Tasks.Task!
static Microsoft.Testing.Platform.Hosts.ServerTestHost.GetDiscoveryMetrics(Microsoft.Testing.Platform.ServerMode.DiscoverRequestArgs! args, System.DateTimeOffset requestStart, System.DateTimeOffset requestStop, System.DateTimeOffset adapterLoadStart, System.DateTimeOffset adapterLoadStop, System.DateTimeOffset requestExecuteStart, System.DateTimeOffset requestExecuteStop, long totalTestsDiscovered) -> System.Collections.Generic.Dictionary<string!, object!>!
static Microsoft.Testing.Platform.Hosts.ServerTestHost.GetRunMetrics(Microsoft.Testing.Platform.ServerMode.RunRequestArgs! args, System.DateTimeOffset requestStart, System.DateTimeOffset requestStop, System.DateTimeOffset adapterLoadStart, System.DateTimeOffset adapterLoadStop, System.DateTimeOffset requestExecuteStart, System.DateTimeOffset requestExecuteStop, Microsoft.Testing.Platform.ServerMode.TestNodeStatistics statistics) -> System.Collections.Generic.Dictionary<string!, object!>!
static Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.TestNodeDetails.operator !=(Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.TestNodeDetails? left, Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.TestNodeDetails? right) -> bool
static Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.TestNodeDetails.operator ==(Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.TestNodeDetails? left, Microsoft.Testing.Platform.IPC.DotnetTestDataConsumer.TestNodeDetails? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.AzureDevOpsLogMessage.operator !=(Microsoft.Testing.Platform.IPC.Models.AzureDevOpsLogMessage? left, Microsoft.Testing.Platform.IPC.Models.AzureDevOpsLogMessage? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.AzureDevOpsLogMessage.operator ==(Microsoft.Testing.Platform.IPC.Models.AzureDevOpsLogMessage? left, Microsoft.Testing.Platform.IPC.Models.AzureDevOpsLogMessage? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessage.operator !=(Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessage? left, Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessage? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessage.operator ==(Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessage? left, Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessage? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessages.operator !=(Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessages? left, Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessages? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessages.operator ==(Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessages? left, Microsoft.Testing.Platform.IPC.Models.CommandLineOptionMessages? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage.operator !=(Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage? left, Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage.operator ==(Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage? left, Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessage? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessages.operator !=(Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessages? left, Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessages? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessages.operator ==(Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessages? left, Microsoft.Testing.Platform.IPC.Models.DiscoveredTestMessages? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.DisplayMessage.operator !=(Microsoft.Testing.Platform.IPC.Models.DisplayMessage? left, Microsoft.Testing.Platform.IPC.Models.DisplayMessage? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.DisplayMessage.operator ==(Microsoft.Testing.Platform.IPC.Models.DisplayMessage? left, Microsoft.Testing.Platform.IPC.Models.DisplayMessage? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.ExceptionMessage.operator !=(Microsoft.Testing.Platform.IPC.Models.ExceptionMessage? left, Microsoft.Testing.Platform.IPC.Models.ExceptionMessage? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.ExceptionMessage.operator ==(Microsoft.Testing.Platform.IPC.Models.ExceptionMessage? left, Microsoft.Testing.Platform.IPC.Models.ExceptionMessage? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage.operator !=(Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage? left, Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage.operator ==(Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage? left, Microsoft.Testing.Platform.IPC.Models.FailedTestResultMessage? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.FileArtifactMessage.operator !=(Microsoft.Testing.Platform.IPC.Models.FileArtifactMessage? left, Microsoft.Testing.Platform.IPC.Models.FileArtifactMessage? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.FileArtifactMessage.operator ==(Microsoft.Testing.Platform.IPC.Models.FileArtifactMessage? left, Microsoft.Testing.Platform.IPC.Models.FileArtifactMessage? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.FileArtifactMessages.operator !=(Microsoft.Testing.Platform.IPC.Models.FileArtifactMessages? left, Microsoft.Testing.Platform.IPC.Models.FileArtifactMessages? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.FileArtifactMessages.operator ==(Microsoft.Testing.Platform.IPC.Models.FileArtifactMessages? left, Microsoft.Testing.Platform.IPC.Models.FileArtifactMessages? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.HandshakeMessage.operator !=(Microsoft.Testing.Platform.IPC.Models.HandshakeMessage? left, Microsoft.Testing.Platform.IPC.Models.HandshakeMessage? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.HandshakeMessage.operator ==(Microsoft.Testing.Platform.IPC.Models.HandshakeMessage? left, Microsoft.Testing.Platform.IPC.Models.HandshakeMessage? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.ServerControlMessage.operator !=(Microsoft.Testing.Platform.IPC.Models.ServerControlMessage? left, Microsoft.Testing.Platform.IPC.Models.ServerControlMessage? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.ServerControlMessage.operator ==(Microsoft.Testing.Platform.IPC.Models.ServerControlMessage? left, Microsoft.Testing.Platform.IPC.Models.ServerControlMessage? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage.operator !=(Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage? left, Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage.operator ==(Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage? left, Microsoft.Testing.Platform.IPC.Models.SuccessfulTestResultMessage? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.TestInProgressMessage.operator !=(Microsoft.Testing.Platform.IPC.Models.TestInProgressMessage? left, Microsoft.Testing.Platform.IPC.Models.TestInProgressMessage? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.TestInProgressMessage.operator ==(Microsoft.Testing.Platform.IPC.Models.TestInProgressMessage? left, Microsoft.Testing.Platform.IPC.Models.TestInProgressMessage? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.TestInProgressMessages.operator !=(Microsoft.Testing.Platform.IPC.Models.TestInProgressMessages? left, Microsoft.Testing.Platform.IPC.Models.TestInProgressMessages? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.TestInProgressMessages.operator ==(Microsoft.Testing.Platform.IPC.Models.TestInProgressMessages? left, Microsoft.Testing.Platform.IPC.Models.TestInProgressMessages? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.TestResultMessages.operator !=(Microsoft.Testing.Platform.IPC.Models.TestResultMessages? left, Microsoft.Testing.Platform.IPC.Models.TestResultMessages? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.TestResultMessages.operator ==(Microsoft.Testing.Platform.IPC.Models.TestResultMessages? left, Microsoft.Testing.Platform.IPC.Models.TestResultMessages? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.TestSessionEvent.operator !=(Microsoft.Testing.Platform.IPC.Models.TestSessionEvent? left, Microsoft.Testing.Platform.IPC.Models.TestSessionEvent? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.TestSessionEvent.operator ==(Microsoft.Testing.Platform.IPC.Models.TestSessionEvent? left, Microsoft.Testing.Platform.IPC.Models.TestSessionEvent? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.TraitMessage.operator !=(Microsoft.Testing.Platform.IPC.Models.TraitMessage? left, Microsoft.Testing.Platform.IPC.Models.TraitMessage? right) -> bool
static Microsoft.Testing.Platform.IPC.Models.TraitMessage.operator ==(Microsoft.Testing.Platform.IPC.Models.TraitMessage? left, Microsoft.Testing.Platform.IPC.Models.TraitMessage? right) -> bool
static Microsoft.Testing.Platform.IPC.NamedPipeServer.GetPipeName(string! name) -> Microsoft.Testing.Platform.IPC.PipeNameDescription!
static Microsoft.Testing.Platform.IPC.Serializers.BaseSerializer.DebugAssert(bool condition, string! message) -> void
static Microsoft.Testing.Platform.IPC.Serializers.BaseSerializer.IsNullOrEmpty<T>(T[]? list) -> bool
static Microsoft.Testing.Platform.IPC.Serializers.BaseSerializer.ReadBool(System.IO.Stream! stream) -> bool
static Microsoft.Testing.Platform.IPC.Serializers.BaseSerializer.ReadByte(System.IO.Stream! stream) -> byte
static Microsoft.Testing.Platform.IPC.Serializers.BaseSerializer.ReadInt(System.IO.Stream! stream) -> int
static Microsoft.Testing.Platform.IPC.Serializers.BaseSerializer.ReadLong(System.IO.Stream! stream) -> long
static Microsoft.Testing.Platform.IPC.Serializers.BaseSerializer.ReadString(System.IO.Stream! stream) -> string!
static Microsoft.Testing.Platform.IPC.Serializers.BaseSerializer.ReadStringValue(System.IO.Stream! stream, int size) -> string!
static Microsoft.Testing.Platform.IPC.Serializers.BaseSerializer.ReadUShort(System.IO.Stream! stream) -> ushort
static Microsoft.Testing.Platform.IPC.Serializers.BaseSerializer.SetPosition(System.IO.Stream! stream, long position) -> void
static Microsoft.Testing.Platform.IPC.Serializers.BaseSerializer.WriteAtPosition(System.IO.Stream! stream, int value, long position) -> void
static Microsoft.Testing.Platform.IPC.Serializers.BaseSerializer.WriteBool(System.IO.Stream! stream, bool value) -> void
static Microsoft.Testing.Platform.IPC.Serializers.BaseSerializer.WriteByte(System.IO.Stream! stream, byte value) -> void
static Microsoft.Testing.Platform.IPC.Serializers.BaseSerializer.WriteField(System.IO.Stream! stream, byte? value) -> void
static Microsoft.Testing.Platform.IPC.Serializers.BaseSerializer.WriteField(System.IO.Stream! stream, string? value) -> void
static Microsoft.Testing.Platform.IPC.Serializers.BaseSerializer.WriteField(System.IO.Stream! stream, ushort id, bool? value) -> void
static Microsoft.Testing.Platform.IPC.Serializers.BaseSerializer.WriteField(System.IO.Stream! stream, ushort id, byte? value) -> void
static Microsoft.Testing.Platform.IPC.Serializers.BaseSerializer.WriteField(System.IO.Stream! stream, ushort id, int? value) -> void
static Microsoft.Testing.Platform.IPC.Serializers.BaseSerializer.WriteField(System.IO.Stream! stream, ushort id, long? value) -> void
static Microsoft.Testing.Platform.IPC.Serializers.BaseSerializer.WriteField(System.IO.Stream! stream, ushort id, string? value) -> void
static Microsoft.Testing.Platform.IPC.Serializers.BaseSerializer.WriteInt(System.IO.Stream! stream, int value) -> void
static Microsoft.Testing.Platform.IPC.Serializers.BaseSerializer.WriteLong(System.IO.Stream! stream, long value) -> void
static Microsoft.Testing.Platform.IPC.Serializers.BaseSerializer.WriteSize<T>(System.IO.Stream! stream) -> void
static Microsoft.Testing.Platform.IPC.Serializers.BaseSerializer.WriteString(System.IO.Stream! stream, string! str) -> void
static Microsoft.Testing.Platform.IPC.Serializers.BaseSerializer.WriteUShort(System.IO.Stream! stream, ushort value) -> void
static Microsoft.Testing.Platform.IPC.Serializers.RegisterSerializers.RegisterAllSerializers(this Microsoft.Testing.Platform.IPC.NamedPipeBase! namedPipeBase) -> void
static Microsoft.Testing.Platform.Logging.FileLoggerInformation.operator !=(Microsoft.Testing.Platform.Logging.FileLoggerInformation? left, Microsoft.Testing.Platform.Logging.FileLoggerInformation? right) -> bool
static Microsoft.Testing.Platform.Logging.FileLoggerInformation.operator ==(Microsoft.Testing.Platform.Logging.FileLoggerInformation? left, Microsoft.Testing.Platform.Logging.FileLoggerInformation? right) -> bool
static Microsoft.Testing.Platform.Logging.TypeNameHelper.GetTypeDisplayName(System.Type! type, bool fullName = true, bool includeGenericParameterNames = false, bool includeGenericParameters = true, char nestedTypeDelimiter = '+') -> string!
static Microsoft.Testing.Platform.Messages.AsyncConsumerDataProcessorMessage.CreateData(Microsoft.Testing.Platform.Extensions.Messages.IDataProducer! dataProducer, Microsoft.Testing.Platform.Extensions.Messages.IData! data) -> Microsoft.Testing.Platform.Messages.AsyncConsumerDataProcessorMessage
static Microsoft.Testing.Platform.Messages.AsyncConsumerDataProcessorMessage.CreateDrainMarker(System.Threading.Tasks.TaskCompletionSource<bool>! drainMarker) -> Microsoft.Testing.Platform.Messages.AsyncConsumerDataProcessorMessage
static Microsoft.Testing.Platform.Messages.TestNodePropertiesCategories.WellKnownTestNodeDiscoveredProperties.get -> System.Type![]!
static Microsoft.Testing.Platform.Messages.TestNodePropertiesCategories.WellKnownTestNodeTestRunOutcomeFailedProperties.get -> System.Type![]!
static Microsoft.Testing.Platform.Messages.TestNodePropertiesCategories.WellKnownTestNodeTestRunOutcomeProperties.get -> System.Type![]!
static Microsoft.Testing.Platform.Messages.TestNodeStateStatistics.operator !=(Microsoft.Testing.Platform.Messages.TestNodeStateStatistics left, Microsoft.Testing.Platform.Messages.TestNodeStateStatistics right) -> bool
static Microsoft.Testing.Platform.Messages.TestNodeStateStatistics.operator ==(Microsoft.Testing.Platform.Messages.TestNodeStateStatistics left, Microsoft.Testing.Platform.Messages.TestNodeStateStatistics right) -> bool
static Microsoft.Testing.Platform.OutputDevice.AzureDevOpsLogIssueFormatter.Escape(string! value) -> string!
static Microsoft.Testing.Platform.OutputDevice.AzureDevOpsLogIssueFormatter.FormatLogIssue(string! severity, string! message) -> string!
static Microsoft.Testing.Platform.OutputDevice.AzureDevOpsLogIssueFormatter.IsAzureDevOpsAgent(Microsoft.Testing.Platform.Helpers.IEnvironment! environment) -> bool
static Microsoft.Testing.Platform.OutputDevice.AzureDevOpsLogIssueFormatter.IsAzureDevOpsEnvironment(Microsoft.Testing.Platform.Helpers.IEnvironment! environment) -> bool
static Microsoft.Testing.Platform.OutputDevice.DiscoveredTestsJsonSerializer.Serialize(System.Collections.Generic.IEnumerable<Microsoft.Testing.Platform.Extensions.Messages.TestNode!>! tests) -> string!
static Microsoft.Testing.Platform.OutputDevice.OutputDeviceBannerHelper.BuildBannerText(Microsoft.Testing.Platform.Services.IPlatformInformation! platformInformation, Microsoft.Testing.Platform.Helpers.IRuntimeFeature! runtimeFeature, string? longArchitecture, string? runtimeFramework) -> string!
static Microsoft.Testing.Platform.OutputDevice.PlatformOutputDeviceManager.GetDefaultTerminalOutputDevice(Microsoft.Testing.Platform.Services.ServiceProvider! serviceProvider) -> Microsoft.Testing.Platform.OutputDevice.IPlatformOutputDevice!
static Microsoft.Testing.Platform.OutputDevice.TargetFrameworkParser.BuildTargetFrameworkMoniker(string? shortTargetFramework, string? targetPlatformName) -> string?
static Microsoft.Testing.Platform.OutputDevice.TargetFrameworkParser.GetShortTargetFramework(string? frameworkDescription) -> string?
static Microsoft.Testing.Platform.OutputDevice.TargetFrameworkParser.GetShortTargetFrameworkIncludingPlatform(System.Reflection.Assembly? entryAssembly) -> string?
static Microsoft.Testing.Platform.OutputDevice.TargetFrameworkParser.GetTargetPlatformName(System.Reflection.Assembly? entryAssembly) -> string?
static Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiCodes.Colorize(string? s, Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor color) -> string!
static Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiCodes.GetSetColorEscapeCode(Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalColor color) -> string!
static Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiCodes.MakeBold(string? s) -> string!
static Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiCodes.MoveCursorBackward(int count) -> string!
static Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiCodes.SetCursorHorizontal(int column) -> string!
static Microsoft.Testing.Platform.OutputDevice.Terminal.AnsiDetector.IsAnsiSupported(string? termType) -> bool
static Microsoft.Testing.Platform.OutputDevice.Terminal.ExceptionFlattener.Flatten(string? errorMessage, System.Exception? exception) -> Microsoft.Testing.Platform.OutputDevice.Terminal.FlatException![]!
static Microsoft.Testing.Platform.OutputDevice.Terminal.FileUtilities.GetIsFileSystemCaseSensitive() -> bool
static Microsoft.Testing.Platform.OutputDevice.Terminal.FlatException.operator !=(Microsoft.Testing.Platform.OutputDevice.Terminal.FlatException? left, Microsoft.Testing.Platform.OutputDevice.Terminal.FlatException? right) -> bool
static Microsoft.Testing.Platform.OutputDevice.Terminal.FlatException.operator ==(Microsoft.Testing.Platform.OutputDevice.Terminal.FlatException? left, Microsoft.Testing.Platform.OutputDevice.Terminal.FlatException? right) -> bool
static Microsoft.Testing.Platform.OutputDevice.Terminal.HumanReadableDurationFormatter.Append(Microsoft.Testing.Platform.OutputDevice.Terminal.ITerminal! terminal, System.TimeSpan duration, bool wrapInParentheses = true) -> void
static Microsoft.Testing.Platform.OutputDevice.Terminal.HumanReadableDurationFormatter.Append<T>(T? state, System.Action<T?, string!>! appender, System.TimeSpan duration, bool wrapInParentheses = true) -> void
static Microsoft.Testing.Platform.OutputDevice.Terminal.HumanReadableDurationFormatter.Render(System.TimeSpan? duration, bool wrapInParentheses = true, bool showMilliseconds = false) -> string!
static Microsoft.Testing.Platform.OutputDevice.Terminal.NativeMethods.IsWindows.get -> bool
static Microsoft.Testing.Platform.OutputDevice.Terminal.NativeMethods.QueryIsScreenAndTryEnableAnsiColorCodes(Microsoft.Testing.Platform.OutputDevice.Terminal.NativeMethods.StreamHandleType handleType = Microsoft.Testing.Platform.OutputDevice.Terminal.NativeMethods.StreamHandleType.StdOut) -> (bool AcceptAnsiColorCodes, bool OutputIsScreen, uint? OriginalConsoleMode)
static Microsoft.Testing.Platform.OutputDevice.Terminal.NativeMethods.RestoreConsoleMode(uint? originalConsoleMode, Microsoft.Testing.Platform.OutputDevice.Terminal.NativeMethods.StreamHandleType handleType = Microsoft.Testing.Platform.OutputDevice.Terminal.NativeMethods.StreamHandleType.StdOut) -> void
static Microsoft.Testing.Platform.OutputDevice.Terminal.TerminalTestReporter.AppendStackFrame(Microsoft.Testing.Platform.OutputDevice.Terminal.ITerminal! terminal, string! stackTraceLine) -> void
static Microsoft.Testing.Platform.OutputDevice.Terminal.TestRunArtifact.operator !=(Microsoft.Testing.Platform.OutputDevice.Terminal.TestRunArtifact? left, Microsoft.Testing.Platform.OutputDevice.Terminal.TestRunArtifact? right) -> bool
static Microsoft.Testing.Platform.OutputDevice.Terminal.TestRunArtifact.operator ==(Microsoft.Testing.Platform.OutputDevice.Terminal.TestRunArtifact? left, Microsoft.Testing.Platform.OutputDevice.Terminal.TestRunArtifact? right) -> bool
static Microsoft.Testing.Platform.OutputDevice.TestRunSummaryHelper.FormatSummaryText(int totalTests, int failedTests, int passedTests, int skippedTests, bool wasCancelled, int minimumExpectedTests, Microsoft.Testing.Platform.CommandLine.ZeroTestsPolicy zeroTestsPolicy = Microsoft.Testing.Platform.CommandLine.ZeroTestsPolicy.AllowSkipped) -> string!
static Microsoft.Testing.Platform.OutputDevice.TestRunSummaryHelper.GetVerdictText(int totalTests, int failedTests, int skippedTests, bool wasCancelled, int minimumExpectedTests, bool hasHandshakeFailures = false, bool hasFailedAssemblies = false, Microsoft.Testing.Platform.CommandLine.ZeroTestsPolicy zeroTestsPolicy = Microsoft.Testing.Platform.CommandLine.ZeroTestsPolicy.AllowSkipped) -> string!
static Microsoft.Testing.Platform.OutputDevice.TestRunSummaryHelper.IsRunFailed(int totalTests, int failedTests, int skippedTests, bool wasCancelled, int minimumExpectedTests, Microsoft.Testing.Platform.CommandLine.ZeroTestsPolicy zeroTestsPolicy = Microsoft.Testing.Platform.CommandLine.ZeroTestsPolicy.AllowSkipped) -> bool
static Microsoft.Testing.Platform.RoslynDebug.Assert(bool b, string! message) -> void
static Microsoft.Testing.Platform.RoslynDebug.Assert(bool b) -> void
static Microsoft.Testing.Platform.RoslynHashCode.Combine<T1, T2, T3, T4, T5, T6, T7, T8>(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7, T8 value8) -> int
static Microsoft.Testing.Platform.RoslynHashCode.Combine<T1, T2, T3, T4, T5, T6, T7>(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6, T7 value7) -> int
static Microsoft.Testing.Platform.RoslynHashCode.Combine<T1, T2, T3, T4, T5, T6>(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5, T6 value6) -> int
static Microsoft.Testing.Platform.RoslynHashCode.Combine<T1, T2, T3, T4, T5>(T1 value1, T2 value2, T3 value3, T4 value4, T5 value5) -> int
static Microsoft.Testing.Platform.RoslynHashCode.Combine<T1, T2, T3, T4>(T1 value1, T2 value2, T3 value3, T4 value4) -> int
static Microsoft.Testing.Platform.RoslynHashCode.Combine<T1, T2, T3>(T1 value1, T2 value2, T3 value3) -> int
static Microsoft.Testing.Platform.RoslynHashCode.Combine<T1, T2>(T1 value1, T2 value2) -> int
static Microsoft.Testing.Platform.RoslynHashCode.Combine<T1>(T1 value1) -> int
static Microsoft.Testing.Platform.RoslynString.IsNullOrEmpty(string? value) -> bool
static Microsoft.Testing.Platform.RoslynString.IsNullOrWhiteSpace(string? value) -> bool
static Microsoft.Testing.Platform.ServerMode.Artifact.operator !=(Microsoft.Testing.Platform.ServerMode.Artifact? left, Microsoft.Testing.Platform.ServerMode.Artifact? right) -> bool
static Microsoft.Testing.Platform.ServerMode.Artifact.operator ==(Microsoft.Testing.Platform.ServerMode.Artifact? left, Microsoft.Testing.Platform.ServerMode.Artifact? right) -> bool
static Microsoft.Testing.Platform.ServerMode.AttachDebuggerInfoArgs.operator !=(Microsoft.Testing.Platform.ServerMode.AttachDebuggerInfoArgs? left, Microsoft.Testing.Platform.ServerMode.AttachDebuggerInfoArgs? right) -> bool
static Microsoft.Testing.Platform.ServerMode.AttachDebuggerInfoArgs.operator ==(Microsoft.Testing.Platform.ServerMode.AttachDebuggerInfoArgs? left, Microsoft.Testing.Platform.ServerMode.AttachDebuggerInfoArgs? right) -> bool
static Microsoft.Testing.Platform.ServerMode.CancelRequestArgs.operator !=(Microsoft.Testing.Platform.ServerMode.CancelRequestArgs? left, Microsoft.Testing.Platform.ServerMode.CancelRequestArgs? right) -> bool
static Microsoft.Testing.Platform.ServerMode.CancelRequestArgs.operator ==(Microsoft.Testing.Platform.ServerMode.CancelRequestArgs? left, Microsoft.Testing.Platform.ServerMode.CancelRequestArgs? right) -> bool
static Microsoft.Testing.Platform.ServerMode.ClientCapabilities.operator !=(Microsoft.Testing.Platform.ServerMode.ClientCapabilities? left, Microsoft.Testing.Platform.ServerMode.ClientCapabilities? right) -> bool
static Microsoft.Testing.Platform.ServerMode.ClientCapabilities.operator ==(Microsoft.Testing.Platform.ServerMode.ClientCapabilities? left, Microsoft.Testing.Platform.ServerMode.ClientCapabilities? right) -> bool
static Microsoft.Testing.Platform.ServerMode.ClientInfo.operator !=(Microsoft.Testing.Platform.ServerMode.ClientInfo? left, Microsoft.Testing.Platform.ServerMode.ClientInfo? right) -> bool
static Microsoft.Testing.Platform.ServerMode.ClientInfo.operator ==(Microsoft.Testing.Platform.ServerMode.ClientInfo? left, Microsoft.Testing.Platform.ServerMode.ClientInfo? right) -> bool
static Microsoft.Testing.Platform.ServerMode.DiscoverRequestArgs.operator !=(Microsoft.Testing.Platform.ServerMode.DiscoverRequestArgs? left, Microsoft.Testing.Platform.ServerMode.DiscoverRequestArgs? right) -> bool
static Microsoft.Testing.Platform.ServerMode.DiscoverRequestArgs.operator ==(Microsoft.Testing.Platform.ServerMode.DiscoverRequestArgs? left, Microsoft.Testing.Platform.ServerMode.DiscoverRequestArgs? right) -> bool
static Microsoft.Testing.Platform.ServerMode.DiscoverResponseArgs.operator !=(Microsoft.Testing.Platform.ServerMode.DiscoverResponseArgs? left, Microsoft.Testing.Platform.ServerMode.DiscoverResponseArgs? right) -> bool
static Microsoft.Testing.Platform.ServerMode.DiscoverResponseArgs.operator ==(Microsoft.Testing.Platform.ServerMode.DiscoverResponseArgs? left, Microsoft.Testing.Platform.ServerMode.DiscoverResponseArgs? right) -> bool
static Microsoft.Testing.Platform.ServerMode.ErrorMessage.operator !=(Microsoft.Testing.Platform.ServerMode.ErrorMessage? left, Microsoft.Testing.Platform.ServerMode.ErrorMessage? right) -> bool
static Microsoft.Testing.Platform.ServerMode.ErrorMessage.operator ==(Microsoft.Testing.Platform.ServerMode.ErrorMessage? left, Microsoft.Testing.Platform.ServerMode.ErrorMessage? right) -> bool
static Microsoft.Testing.Platform.ServerMode.ExitRequestArgs.operator !=(Microsoft.Testing.Platform.ServerMode.ExitRequestArgs? left, Microsoft.Testing.Platform.ServerMode.ExitRequestArgs? right) -> bool
static Microsoft.Testing.Platform.ServerMode.ExitRequestArgs.operator ==(Microsoft.Testing.Platform.ServerMode.ExitRequestArgs? left, Microsoft.Testing.Platform.ServerMode.ExitRequestArgs? right) -> bool
static Microsoft.Testing.Platform.ServerMode.FormatterUtilities.CreateFormatter() -> Microsoft.Testing.Platform.ServerMode.IMessageFormatter!
static Microsoft.Testing.Platform.ServerMode.InitializeRequestArgs.operator !=(Microsoft.Testing.Platform.ServerMode.InitializeRequestArgs? left, Microsoft.Testing.Platform.ServerMode.InitializeRequestArgs? right) -> bool
static Microsoft.Testing.Platform.ServerMode.InitializeRequestArgs.operator ==(Microsoft.Testing.Platform.ServerMode.InitializeRequestArgs? left, Microsoft.Testing.Platform.ServerMode.InitializeRequestArgs? right) -> bool
static Microsoft.Testing.Platform.ServerMode.InitializeResponseArgs.operator !=(Microsoft.Testing.Platform.ServerMode.InitializeResponseArgs? left, Microsoft.Testing.Platform.ServerMode.InitializeResponseArgs? right) -> bool
static Microsoft.Testing.Platform.ServerMode.InitializeResponseArgs.operator ==(Microsoft.Testing.Platform.ServerMode.InitializeResponseArgs? left, Microsoft.Testing.Platform.ServerMode.InitializeResponseArgs? right) -> bool
static Microsoft.Testing.Platform.ServerMode.InvalidRequestParamsArgs.operator !=(Microsoft.Testing.Platform.ServerMode.InvalidRequestParamsArgs? left, Microsoft.Testing.Platform.ServerMode.InvalidRequestParamsArgs? right) -> bool
static Microsoft.Testing.Platform.ServerMode.InvalidRequestParamsArgs.operator ==(Microsoft.Testing.Platform.ServerMode.InvalidRequestParamsArgs? left, Microsoft.Testing.Platform.ServerMode.InvalidRequestParamsArgs? right) -> bool
static Microsoft.Testing.Platform.ServerMode.LogEventArgs.operator !=(Microsoft.Testing.Platform.ServerMode.LogEventArgs? left, Microsoft.Testing.Platform.ServerMode.LogEventArgs? right) -> bool
static Microsoft.Testing.Platform.ServerMode.LogEventArgs.operator ==(Microsoft.Testing.Platform.ServerMode.LogEventArgs? left, Microsoft.Testing.Platform.ServerMode.LogEventArgs? right) -> bool
static Microsoft.Testing.Platform.ServerMode.NotificationMessage.operator !=(Microsoft.Testing.Platform.ServerMode.NotificationMessage? left, Microsoft.Testing.Platform.ServerMode.NotificationMessage? right) -> bool
static Microsoft.Testing.Platform.ServerMode.NotificationMessage.operator ==(Microsoft.Testing.Platform.ServerMode.NotificationMessage? left, Microsoft.Testing.Platform.ServerMode.NotificationMessage? right) -> bool
static Microsoft.Testing.Platform.ServerMode.ProcessInfoArgs.operator !=(Microsoft.Testing.Platform.ServerMode.ProcessInfoArgs? left, Microsoft.Testing.Platform.ServerMode.ProcessInfoArgs? right) -> bool
static Microsoft.Testing.Platform.ServerMode.ProcessInfoArgs.operator ==(Microsoft.Testing.Platform.ServerMode.ProcessInfoArgs? left, Microsoft.Testing.Platform.ServerMode.ProcessInfoArgs? right) -> bool
static Microsoft.Testing.Platform.ServerMode.RequestArgsBase.operator !=(Microsoft.Testing.Platform.ServerMode.RequestArgsBase? left, Microsoft.Testing.Platform.ServerMode.RequestArgsBase? right) -> bool
static Microsoft.Testing.Platform.ServerMode.RequestArgsBase.operator ==(Microsoft.Testing.Platform.ServerMode.RequestArgsBase? left, Microsoft.Testing.Platform.ServerMode.RequestArgsBase? right) -> bool
static Microsoft.Testing.Platform.ServerMode.RequestMessage.operator !=(Microsoft.Testing.Platform.ServerMode.RequestMessage? left, Microsoft.Testing.Platform.ServerMode.RequestMessage? right) -> bool
static Microsoft.Testing.Platform.ServerMode.RequestMessage.operator ==(Microsoft.Testing.Platform.ServerMode.RequestMessage? left, Microsoft.Testing.Platform.ServerMode.RequestMessage? right) -> bool
static Microsoft.Testing.Platform.ServerMode.ResponseArgsBase.operator !=(Microsoft.Testing.Platform.ServerMode.ResponseArgsBase? left, Microsoft.Testing.Platform.ServerMode.ResponseArgsBase? right) -> bool
static Microsoft.Testing.Platform.ServerMode.ResponseArgsBase.operator ==(Microsoft.Testing.Platform.ServerMode.ResponseArgsBase? left, Microsoft.Testing.Platform.ServerMode.ResponseArgsBase? right) -> bool
static Microsoft.Testing.Platform.ServerMode.ResponseMessage.operator !=(Microsoft.Testing.Platform.ServerMode.ResponseMessage? left, Microsoft.Testing.Platform.ServerMode.ResponseMessage? right) -> bool
static Microsoft.Testing.Platform.ServerMode.ResponseMessage.operator ==(Microsoft.Testing.Platform.ServerMode.ResponseMessage? left, Microsoft.Testing.Platform.ServerMode.ResponseMessage? right) -> bool
static Microsoft.Testing.Platform.ServerMode.RpcMessage.operator !=(Microsoft.Testing.Platform.ServerMode.RpcMessage? left, Microsoft.Testing.Platform.ServerMode.RpcMessage? right) -> bool
static Microsoft.Testing.Platform.ServerMode.RpcMessage.operator ==(Microsoft.Testing.Platform.ServerMode.RpcMessage? left, Microsoft.Testing.Platform.ServerMode.RpcMessage? right) -> bool
static Microsoft.Testing.Platform.ServerMode.RpcMessageFormatting.AppendDictionary<TValue>(System.Text.StringBuilder! builder, System.Collections.Generic.IDictionary<string!, TValue>? dictionary) -> void
static Microsoft.Testing.Platform.ServerMode.RpcMessageFormatting.AppendItems<T>(System.Text.StringBuilder! builder, System.Collections.Generic.IEnumerable<T>? items) -> void
static Microsoft.Testing.Platform.ServerMode.RpcMessageFormatting.AppendValue<T>(System.Text.StringBuilder! builder, T value) -> void
static Microsoft.Testing.Platform.ServerMode.RpcMessageFormatting.FormatRequestArgs(string! typeName, System.Guid runId, System.Collections.Generic.ICollection<Microsoft.Testing.Platform.Extensions.Messages.TestNode!>? testNodes, string? graphFilter) -> string!
static Microsoft.Testing.Platform.ServerMode.RunRequestArgs.operator !=(Microsoft.Testing.Platform.ServerMode.RunRequestArgs? left, Microsoft.Testing.Platform.ServerMode.RunRequestArgs? right) -> bool
static Microsoft.Testing.Platform.ServerMode.RunRequestArgs.operator ==(Microsoft.Testing.Platform.ServerMode.RunRequestArgs? left, Microsoft.Testing.Platform.ServerMode.RunRequestArgs? right) -> bool
static Microsoft.Testing.Platform.ServerMode.RunResponseArgs.operator !=(Microsoft.Testing.Platform.ServerMode.RunResponseArgs? left, Microsoft.Testing.Platform.ServerMode.RunResponseArgs? right) -> bool
static Microsoft.Testing.Platform.ServerMode.RunResponseArgs.operator ==(Microsoft.Testing.Platform.ServerMode.RunResponseArgs? left, Microsoft.Testing.Platform.ServerMode.RunResponseArgs? right) -> bool
static Microsoft.Testing.Platform.ServerMode.RunTestAttachment.operator !=(Microsoft.Testing.Platform.ServerMode.RunTestAttachment? left, Microsoft.Testing.Platform.ServerMode.RunTestAttachment? right) -> bool
static Microsoft.Testing.Platform.ServerMode.RunTestAttachment.operator ==(Microsoft.Testing.Platform.ServerMode.RunTestAttachment? left, Microsoft.Testing.Platform.ServerMode.RunTestAttachment? right) -> bool
static Microsoft.Testing.Platform.ServerMode.SerializerUtilities.Deserialize(System.Type! t, System.Collections.Generic.IDictionary<string!, object?>! properties) -> object!
static Microsoft.Testing.Platform.ServerMode.SerializerUtilities.Deserialize<T>(System.Collections.Generic.IDictionary<string!, object?>! properties) -> T
static Microsoft.Testing.Platform.ServerMode.SerializerUtilities.DeserializerTypes.get -> System.Collections.Generic.IEnumerable<System.Type!>!
static Microsoft.Testing.Platform.ServerMode.SerializerUtilities.Serialize(System.Type! t, object! obj) -> System.Collections.Generic.IDictionary<string!, object?>!
static Microsoft.Testing.Platform.ServerMode.SerializerUtilities.Serialize<T>(T obj) -> System.Collections.Generic.IDictionary<string!, object?>!
static Microsoft.Testing.Platform.ServerMode.SerializerUtilities.SerializeObject(object! obj) -> System.Collections.Generic.IDictionary<string!, object?>!
static Microsoft.Testing.Platform.ServerMode.SerializerUtilities.SerializerTypes.get -> System.Collections.Generic.IEnumerable<System.Type!>!
static Microsoft.Testing.Platform.ServerMode.ServerCapabilities.operator !=(Microsoft.Testing.Platform.ServerMode.ServerCapabilities? left, Microsoft.Testing.Platform.ServerMode.ServerCapabilities? right) -> bool
static Microsoft.Testing.Platform.ServerMode.ServerCapabilities.operator ==(Microsoft.Testing.Platform.ServerMode.ServerCapabilities? left, Microsoft.Testing.Platform.ServerMode.ServerCapabilities? right) -> bool
static Microsoft.Testing.Platform.ServerMode.ServerInfo.operator !=(Microsoft.Testing.Platform.ServerMode.ServerInfo? left, Microsoft.Testing.Platform.ServerMode.ServerInfo? right) -> bool
static Microsoft.Testing.Platform.ServerMode.ServerInfo.operator ==(Microsoft.Testing.Platform.ServerMode.ServerInfo? left, Microsoft.Testing.Platform.ServerMode.ServerInfo? right) -> bool
static Microsoft.Testing.Platform.ServerMode.ServerModeManager.Build(System.IServiceProvider! serviceProvider) -> Microsoft.Testing.Platform.ServerMode.IMessageHandlerFactory!
static Microsoft.Testing.Platform.ServerMode.ServerTestingCapabilities.operator !=(Microsoft.Testing.Platform.ServerMode.ServerTestingCapabilities? left, Microsoft.Testing.Platform.ServerMode.ServerTestingCapabilities? right) -> bool
static Microsoft.Testing.Platform.ServerMode.ServerTestingCapabilities.operator ==(Microsoft.Testing.Platform.ServerMode.ServerTestingCapabilities? left, Microsoft.Testing.Platform.ServerMode.ServerTestingCapabilities? right) -> bool
static Microsoft.Testing.Platform.ServerMode.TelemetryEventArgs.operator !=(Microsoft.Testing.Platform.ServerMode.TelemetryEventArgs? left, Microsoft.Testing.Platform.ServerMode.TelemetryEventArgs? right) -> bool
static Microsoft.Testing.Platform.ServerMode.TelemetryEventArgs.operator ==(Microsoft.Testing.Platform.ServerMode.TelemetryEventArgs? left, Microsoft.Testing.Platform.ServerMode.TelemetryEventArgs? right) -> bool
static Microsoft.Testing.Platform.ServerMode.TestNodeStateChangedEventArgs.operator !=(Microsoft.Testing.Platform.ServerMode.TestNodeStateChangedEventArgs? left, Microsoft.Testing.Platform.ServerMode.TestNodeStateChangedEventArgs? right) -> bool
static Microsoft.Testing.Platform.ServerMode.TestNodeStateChangedEventArgs.operator ==(Microsoft.Testing.Platform.ServerMode.TestNodeStateChangedEventArgs? left, Microsoft.Testing.Platform.ServerMode.TestNodeStateChangedEventArgs? right) -> bool
static Microsoft.Testing.Platform.ServerMode.TestsAttachments.operator !=(Microsoft.Testing.Platform.ServerMode.TestsAttachments? left, Microsoft.Testing.Platform.ServerMode.TestsAttachments? right) -> bool
static Microsoft.Testing.Platform.ServerMode.TestsAttachments.operator ==(Microsoft.Testing.Platform.ServerMode.TestsAttachments? left, Microsoft.Testing.Platform.ServerMode.TestsAttachments? right) -> bool
static Microsoft.Testing.Platform.Services.ArtifactNamingHelper.GetStandardReplacements(string! processName, string! processId, System.DateTimeOffset timestamp) -> System.Collections.Generic.Dictionary<string!, string!>!
static Microsoft.Testing.Platform.Services.ArtifactNamingHelper.ResolveTemplate(string! template, System.Collections.Generic.IDictionary<string!, string!>? replacements = null) -> string!
static Microsoft.Testing.Platform.Services.ClientInfoService.operator !=(Microsoft.Testing.Platform.Services.ClientInfoService? left, Microsoft.Testing.Platform.Services.ClientInfoService? right) -> bool
static Microsoft.Testing.Platform.Services.ClientInfoService.operator ==(Microsoft.Testing.Platform.Services.ClientInfoService? left, Microsoft.Testing.Platform.Services.ClientInfoService? right) -> bool
static Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetAsyncMonitorFactory(this System.IServiceProvider! serviceProvider) -> Microsoft.Testing.Platform.Helpers.IAsyncMonitorFactory!
static Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetBaseMessageBus(this System.IServiceProvider! serviceProvider) -> Microsoft.Testing.Platform.Messages.BaseMessageBus!
static Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetClock(this System.IServiceProvider! serviceProvider) -> Microsoft.Testing.Platform.Helpers.IClock!
static Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetConsole(this System.IServiceProvider! serviceProvider) -> Microsoft.Testing.Platform.Helpers.IConsole!
static Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetEnvironment(this System.IServiceProvider! serviceProvider) -> Microsoft.Testing.Platform.Helpers.IEnvironment!
static Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetFileLoggerInformation(this System.IServiceProvider! serviceProvider) -> Microsoft.Testing.Platform.Logging.IFileLoggerInformation?
static Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetFileSystem(this System.IServiceProvider! serviceProvider) -> Microsoft.Testing.Platform.Helpers.IFileSystem!
static Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetPlatformInformation(this System.IServiceProvider! serviceProvider) -> Microsoft.Testing.Platform.Services.IPlatformInformation!
static Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetPlatformOTelService(this System.IServiceProvider! serviceProvider) -> Microsoft.Testing.Platform.Telemetry.IPlatformOpenTelemetryService?
static Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetPlatformOutputDevice(this System.IServiceProvider! serviceProvider) -> Microsoft.Testing.Platform.OutputDevice.IPlatformOutputDevice!
static Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetProcessHandler(this System.IServiceProvider! serviceProvider) -> Microsoft.Testing.Platform.Helpers.IProcessHandler!
static Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetRequiredServiceInternal<TService>(this System.IServiceProvider! provider) -> TService
static Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetRuntimeFeature(this System.IServiceProvider! serviceProvider) -> Microsoft.Testing.Platform.Helpers.IRuntimeFeature!
static Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetServiceInternal<TService>(this System.IServiceProvider! provider) -> TService?
static Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetServicesInternal<TService>(this System.IServiceProvider! provider) -> System.Collections.Generic.IEnumerable<TService>!
static Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetSystemClock(this System.IServiceProvider! serviceProvider) -> Microsoft.Testing.Platform.Helpers.IClock!
static Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetTask(this System.IServiceProvider! serviceProvider) -> Microsoft.Testing.Platform.Helpers.ITask!
static Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetTelemetryCollector(this System.IServiceProvider! serviceProvider) -> Microsoft.Testing.Platform.Telemetry.ITelemetryCollector!
static Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetTelemetryInformation(this System.IServiceProvider! serviceProvider) -> Microsoft.Testing.Platform.Telemetry.ITelemetryInformation!
static Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetTestApplicationCancellationTokenSource(this System.IServiceProvider! serviceProvider) -> Microsoft.Testing.Platform.Services.ITestApplicationCancellationTokenSource!
static Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetTestApplicationModuleInfo(this System.IServiceProvider! serviceProvider) -> Microsoft.Testing.Platform.Services.ITestApplicationModuleInfo!
static Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetTestApplicationProcessExitCode(this System.IServiceProvider! serviceProvider) -> Microsoft.Testing.Platform.Services.ITestApplicationProcessExitCode!
static Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetTestExecutionRequestFactory(this System.IServiceProvider! serviceProvider) -> Microsoft.Testing.Platform.Requests.ITestExecutionRequestFactory!
static Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetTestFramework(this System.IServiceProvider! serviceProvider) -> Microsoft.Testing.Platform.Extensions.TestFramework.ITestFramework!
static Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetTestFrameworkCapabilities(this System.IServiceProvider! serviceProvider) -> Microsoft.Testing.Platform.Capabilities.TestFramework.ITestFrameworkCapabilities!
static Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetTestFrameworkInvoker(this System.IServiceProvider! serviceProvider) -> Microsoft.Testing.Platform.Requests.ITestFrameworkInvoker!
static Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetTestHostControllerInfo(this System.IServiceProvider! serviceProvider) -> Microsoft.Testing.Platform.TestHostControllers.ITestHostControllerInfo!
static Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetTestSessionContext(this System.IServiceProvider! serviceProvider) -> Microsoft.Testing.Platform.Services.ITestSessionContext!
static Microsoft.Testing.Platform.Services.ServiceProviderExtensions.GetUnhandledExceptionsPolicy(this System.IServiceProvider! serviceProvider) -> Microsoft.Testing.Platform.Helpers.IUnhandledExceptionsPolicy!
static Microsoft.Testing.Platform.Services.ShutdownProgressReporter.TrackedWork.operator !=(Microsoft.Testing.Platform.Services.ShutdownProgressReporter.TrackedWork left, Microsoft.Testing.Platform.Services.ShutdownProgressReporter.TrackedWork right) -> bool
static Microsoft.Testing.Platform.Services.ShutdownProgressReporter.TrackedWork.operator ==(Microsoft.Testing.Platform.Services.ShutdownProgressReporter.TrackedWork left, Microsoft.Testing.Platform.Services.ShutdownProgressReporter.TrackedWork right) -> bool
static Microsoft.Testing.Platform.Telemetry.ExtensionInformationCollector.CollectAndSerializeToJsonAsync(Microsoft.Testing.Platform.Services.ServiceProvider! serviceProvider) -> System.Threading.Tasks.Task<string?>!
static Microsoft.Testing.Platform.Telemetry.TelemetryExtensions.AsTelemetryBool(this bool value) -> string!
static Microsoft.Testing.Platform.UILanguageOverride.SetCultureSpecifiedByUser(Microsoft.Testing.Platform.Helpers.IEnvironment! environment) -> void
static Polyfills.Polyfill.extension(System.OperatingSystem).IsAndroid() -> bool
static Polyfills.Polyfill.extension(System.OperatingSystem).IsBrowser() -> bool
static Polyfills.Polyfill.extension(System.OperatingSystem).IsIOS() -> bool
static Polyfills.Polyfill.extension(System.OperatingSystem).IsTvOS() -> bool
static Polyfills.Polyfill.extension(System.OperatingSystem).IsWasi() -> bool
static Polyfills.Polyfill.IsAndroid() -> bool
static Polyfills.Polyfill.IsBrowser() -> bool
static Polyfills.Polyfill.IsIOS() -> bool
static Polyfills.Polyfill.IsTvOS() -> bool
static Polyfills.Polyfill.IsWasi() -> bool
static readonly Microsoft.Testing.Platform.Configurations.EnvironmentVariablesConfigurationProvider.KeyDelimiter -> string!
static readonly Microsoft.Testing.Platform.Configurations.JsonConfigurationFileParser.KeyDelimiter -> string!
static readonly Microsoft.Testing.Platform.Helpers.AppVersion.DefaultSemVer -> string!
static readonly Microsoft.Testing.Platform.Helpers.StackTraceRegexHelper.MatchTimeout -> System.TimeSpan
static readonly Microsoft.Testing.Platform.IPC.Models.VoidResponse.CachedInstance -> Microsoft.Testing.Platform.IPC.Models.VoidResponse!
static readonly Microsoft.Testing.Platform.IPC.Models.WaitForServerControlRequest.CachedInstance -> Microsoft.Testing.Platform.IPC.Models.WaitForServerControlRequest!
static readonly Microsoft.Testing.Platform.Logging.LoggingExtensions.Formatter -> System.Func<string!, System.Exception?, string!>!
static readonly Microsoft.Testing.Platform.OutputDevice.Terminal.FileUtilities.PathComparison -> System.StringComparison
static readonly Microsoft.Testing.Platform.ServerMode.ErrorCodes.InternalError -> int
static readonly Microsoft.Testing.Platform.ServerMode.ErrorCodes.InvalidParams -> int
static readonly Microsoft.Testing.Platform.ServerMode.ErrorCodes.InvalidRequest -> int
static readonly Microsoft.Testing.Platform.ServerMode.ErrorCodes.LspErrorRangeEnd -> int
static readonly Microsoft.Testing.Platform.ServerMode.ErrorCodes.LspErrorRangeStart -> int
static readonly Microsoft.Testing.Platform.ServerMode.ErrorCodes.MethodNotFound -> int
static readonly Microsoft.Testing.Platform.ServerMode.ErrorCodes.ParseError -> int
static readonly Microsoft.Testing.Platform.ServerMode.ErrorCodes.RequestCanceled -> int
static readonly Microsoft.Testing.Platform.ServerMode.ErrorCodes.ServerNotInitialized -> int
static readonly Microsoft.Testing.Platform.ServerMode.ErrorCodes.TestingPlatformErrorRangeEnd -> int
static readonly Microsoft.Testing.Platform.ServerMode.ErrorCodes.TestingPlatformErrorRangeStart -> int
static readonly Microsoft.Testing.Platform.Services.ShutdownProgressReporter.DefaultPollInterval -> System.TimeSpan
static readonly Microsoft.Testing.Platform.Services.ShutdownProgressReporter.DefaultQuietWindow -> System.TimeSpan
static ResponseFileHelper.SplitCommandLine(string! commandLine) -> System.Collections.Generic.IEnumerable<string!>!
static ResponseFileHelper.TryReadResponseFile(string! rspFilePath, System.Collections.Generic.ICollection<string!>! errors, out string![]? newArguments) -> bool
static System.Numerics.Hashing.HashHelpers.Combine(int h1, int h2) -> int
static System.Text.StringBuilderExtensions.Append(this System.Text.StringBuilder! builder, System.IFormatProvider? _, string! value) -> System.Text.StringBuilder!
static System.Text.StringBuilderExtensions.AppendLine(this System.Text.StringBuilder! builder, System.IFormatProvider? _, string! value) -> System.Text.StringBuilder!
System.HashCode
System.HashCode.Add(bool value) -> void
System.HashCode.Add(int value) -> void
System.HashCode.Add(string? value) -> void
System.HashCode.HashCode() -> void
System.HashCode.ToHashCode() -> int
System.Numerics.Hashing.HashHelpers
System.Runtime.CompilerServices.CompilerLoweringPreserveAttribute
System.Runtime.CompilerServices.CompilerLoweringPreserveAttribute.CompilerLoweringPreserveAttribute() -> void
System.Text.StringBuilderExtensions
virtual Microsoft.Testing.Platform.CommandLine.CommandLineOptionsProviderBase.ValidateCommandLineOptionsAsync(Microsoft.Testing.Platform.CommandLine.ICommandLineOptions! commandLineOptions) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Extensions.ValidationResult>!
virtual Microsoft.Testing.Platform.CommandLine.CommandLineOptionsProviderBase.ValidateOptionArgumentsAsync(Microsoft.Testing.Platform.Extensions.CommandLine.CommandLineOption! commandOption, string![]! arguments) -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Extensions.ValidationResult>!
virtual Microsoft.Testing.Platform.Configurations.ConfigurationSourceBase.Description.get -> string!
virtual Microsoft.Testing.Platform.Configurations.ConfigurationSourceBase.DisplayName.get -> string!
virtual Microsoft.Testing.Platform.Configurations.ConfigurationSourceBase.IsEnabledAsync() -> System.Threading.Tasks.Task<bool>!
virtual Microsoft.Testing.Platform.Configurations.ConfigurationSourceBase.Version.get -> string!
virtual Microsoft.Testing.Platform.Extensions.Messages.FileLocationProperty.PrintMembers(System.Text.StringBuilder! builder) -> void
virtual Microsoft.Testing.Platform.Extensions.Messages.TestNodeStateProperty.PrintMembers(System.Text.StringBuilder! builder) -> void
virtual Microsoft.Testing.Platform.Helpers.ObjectPool<T>.Factory.Invoke() -> T!
virtual Microsoft.Testing.Platform.Hosts.CommonHost.HostType.get -> string!
virtual Microsoft.Testing.Platform.OutputDevice.Terminal.SimpleTerminal.Append(string! value) -> void
virtual Microsoft.Testing.Platform.OutputDevice.Terminal.SimpleTerminal.AppendLine(string! value) -> void
virtual Microsoft.Testing.Platform.Requests.TestHostTestFrameworkInvoker.ExecuteRequestAsync(Microsoft.Testing.Platform.Extensions.TestFramework.ITestFramework! testFramework, Microsoft.Testing.Platform.Requests.TestExecutionRequest! request, Microsoft.Testing.Platform.Messages.IMessageBus! messageBus, System.Threading.CancellationToken cancellationToken) -> System.Threading.Tasks.Task!
virtual Microsoft.Testing.Platform.ServerMode.RequestArgsBase.<Clone>$() -> Microsoft.Testing.Platform.ServerMode.RequestArgsBase!
virtual Microsoft.Testing.Platform.ServerMode.RequestArgsBase.EqualityContract.get -> System.Type!
virtual Microsoft.Testing.Platform.ServerMode.RequestArgsBase.Equals(Microsoft.Testing.Platform.ServerMode.RequestArgsBase? other) -> bool
virtual Microsoft.Testing.Platform.ServerMode.RequestArgsBase.PrintMembers(System.Text.StringBuilder! builder) -> bool
virtual Microsoft.Testing.Platform.ServerMode.ResponseArgsBase.<Clone>$() -> Microsoft.Testing.Platform.ServerMode.ResponseArgsBase!
virtual Microsoft.Testing.Platform.ServerMode.ResponseArgsBase.EqualityContract.get -> System.Type!
virtual Microsoft.Testing.Platform.ServerMode.ResponseArgsBase.Equals(Microsoft.Testing.Platform.ServerMode.ResponseArgsBase? other) -> bool
virtual Microsoft.Testing.Platform.ServerMode.ResponseArgsBase.PrintMembers(System.Text.StringBuilder! builder) -> bool
virtual Microsoft.Testing.Platform.ServerMode.RpcMessage.EqualityContract.get -> System.Type!
virtual Microsoft.Testing.Platform.ServerMode.RpcMessage.Equals(Microsoft.Testing.Platform.ServerMode.RpcMessage? other) -> bool
virtual Microsoft.Testing.Platform.ServerMode.RpcMessage.PrintMembers(System.Text.StringBuilder! builder) -> bool
