ITestRunInfo.PlannedTests Property

Definition

Gets the tests that have been discovered and have passed the active filter for the currently-executing assembly. The collection is empty until the platform begins executing tests for an assembly.

public System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.TestTools.UnitTesting.PlannedTest> PlannedTests { get; }
member this.PlannedTests : System.Collections.Generic.IReadOnlyCollection<Microsoft.VisualStudio.TestTools.UnitTesting.PlannedTest>
Public ReadOnly Property PlannedTests As IReadOnlyCollection(Of PlannedTest)

Property Value

Remarks

Data-driven tests whose rows are unfolded only at execution time may appear here as a single entry rather than one entry per row.

Applies to