Language

TestFilterResult.Drop Property

Definition

Gets the result indicating that the test should be silently dropped. Matches the semantics of the command-line --filter option: no test result is emitted and the test is not counted.

public static Microsoft.VisualStudio.TestTools.UnitTesting.TestFilterResult Drop { get; }
static member Drop : Microsoft.VisualStudio.TestTools.UnitTesting.TestFilterResult
Public Shared ReadOnly Property Drop As TestFilterResult

Property Value

Applies to