TestFilterResult.Run 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 run normally.
public static Microsoft.VisualStudio.TestTools.UnitTesting.TestFilterResult Run { get; }
static member Run : Microsoft.VisualStudio.TestTools.UnitTesting.TestFilterResult
Public Shared ReadOnly Property Run As TestFilterResult
Property Value
Remarks
Equivalent to default(TestFilterResult); Run is the default enum value so a filter that forgets to assign a result still defaults to running the test.