ICommandLineOptionsProvider.ValidateCommandLineOptionsAsync Method

Definition

Validate that the command line options are valid in the context of each other.

public System.Threading.Tasks.Task<Microsoft.Testing.Platform.Extensions.ValidationResult> ValidateCommandLineOptionsAsync(Microsoft.Testing.Platform.CommandLine.ICommandLineOptions commandLineOptions);
abstract member ValidateCommandLineOptionsAsync : Microsoft.Testing.Platform.CommandLine.ICommandLineOptions -> System.Threading.Tasks.Task<Microsoft.Testing.Platform.Extensions.ValidationResult>
Public Function ValidateCommandLineOptionsAsync (commandLineOptions As ICommandLineOptions) As Task(Of ValidationResult)

Parameters

commandLineOptions
ICommandLineOptions

All command line options (including the ones provided by other extensions) are provided.

Returns

The result of the validation.

Applies to