ITestRun.AddTest Method
Adds a new test case to the test run.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Overload List
Name | Description | |
---|---|---|
AddTest(Int32, Int32, TeamFoundationIdentity) | Adds a test case and configuration to the test run. |
|
AddTest(Int32, String, String, ITmiTestImplementation) | Creates a new test result in the test run against a test configuration. Does not require an existing test case for the test result. Must be followed by a Save(). |
|
AddTest(String) | Adds a new test with given name. Must be followed by a Save() |
See Also
ITestRun Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top