TestFilterResult.Drop Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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