ITestRunInfo.PlannedTests 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 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.