TestRun.GetInnerTests(TestExecId) Yöntem

Tanım

Belirtilen yürütme KIMLIĞINE sahip olan testin iç testlerini alır.

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()

Parametreler

executionId
TestExecId

Test için benzersiz yürütme KIMLIĞI.

Döndürülenler

ITestElement[]

Belirtilen yürütme KIMLIĞINE sahip olan iç test. Belirtilen yürütme KIMLIĞI olan test test çalıştırmasında yoksa veya bir toplama değilse null değerini döndürür.

Şunlara uygulanır