Compartilhar via


Método ITestRun.AddTest (Int32, String, String, ITmiTestImplementation)

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

'Declaração
Function AddTest ( _
    configurationId As Integer, _
    testCaseTitle As String, _
    testCaseAreaUri As String, _
    implementation As ITmiTestImplementation _
) As ITestCaseResult
ITestCaseResult AddTest(
    int configurationId,
    string testCaseTitle,
    string testCaseAreaUri,
    ITmiTestImplementation implementation
)
ITestCaseResult^ AddTest(
    int configurationId, 
    String^ testCaseTitle, 
    String^ testCaseAreaUri, 
    ITmiTestImplementation^ implementation
)
abstract AddTest : 
        configurationId:int * 
        testCaseTitle:string * 
        testCaseAreaUri:string * 
        implementation:ITmiTestImplementation -> ITestCaseResult
function AddTest(
    configurationId : int, 
    testCaseTitle : String, 
    testCaseAreaUri : String, 
    implementation : ITmiTestImplementation
) : ITestCaseResult

Parâmetros

  • configurationId
    Tipo: Int32
  • testCaseTitle
    Tipo: String
  • testCaseAreaUri
    Tipo: String

Valor de retorno

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseResult

Segurança do .NET Framework

Consulte também

Referência

ITestRun Interface

Sobrecargas AddTest

Namespace Microsoft.TeamFoundation.TestManagement.Client