Metodo ITestSuiteEntryCollection.Add (ITestCase)
Aggiunge un test case alla raccolta.
Spazio dei nomi: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintassi
'Dichiarazione
Function Add ( _
testCase As ITestCase _
) As ITestSuiteEntry
ITestSuiteEntry Add(
ITestCase testCase
)
ITestSuiteEntry^ Add(
ITestCase^ testCase
)
abstract Add :
testCase:ITestCase -> ITestSuiteEntry
function Add(
testCase : ITestCase
) : ITestSuiteEntry
Parametri
testCase
Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseOggetto ITestCase da aggiungere.
Valore restituito
Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestSuiteEntry
Voce di gruppo di test aggiunta.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
ITestSuiteEntryCollection Interfaccia
Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client