Compartir a través de


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

Espacio de nombres:  Microsoft.TeamFoundation.TestManagement.Client
Ensamblado:  Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseResult

Seguridad de .NET Framework

Vea también

Referencia

ITestRun Interfaz

AddTest (Sobrecarga)

Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)