TestRun.GetInnerTests(TestExecId) Method
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.
Retrieves the inner tests for the test that has the specified execution ID.
public:
cli::array <Microsoft::VisualStudio::TestTools::Common::ITestElement ^> ^ GetInnerTests(Microsoft::VisualStudio::TestTools::Common::TestExecId ^ executionId);
public Microsoft.VisualStudio.TestTools.Common.ITestElement[] GetInnerTests (Microsoft.VisualStudio.TestTools.Common.TestExecId executionId);
member this.GetInnerTests : Microsoft.VisualStudio.TestTools.Common.TestExecId -> Microsoft.VisualStudio.TestTools.Common.ITestElement[]
Public Function GetInnerTests (executionId As TestExecId) As ITestElement()
Parameters
- executionId
- TestExecId
The unique execution ID for the test.
Returns
The inner test that has the specified execution ID. Returns null if the test that has the specified execution ID is not present in the test run, or is not an aggregation.