TestFilterResult.Run Property

Definition

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.

Applies to