Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Adds a new test case to the test run.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
AddTest(String) | Adds a new test with given name. Must be followed by a Save() |
![]() |
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(). |
Top