Edit

TestHttpClientBase.RemoveTestCasesFromSuiteUrlAsync Method

Definition

Overloads

RemoveTestCasesFromSuiteUrlAsync(Guid, Int32, Int32, String, Object, CancellationToken)

[Preview API] The test points associated with the test cases are removed from the test suite. The test case work item is not deleted from the system. See test cases resource to delete a test case permanently.

RemoveTestCasesFromSuiteUrlAsync(String, Int32, Int32, String, Object, CancellationToken)

[Preview API] The test points associated with the test cases are removed from the test suite. The test case work item is not deleted from the system. See test cases resource to delete a test case permanently.

RemoveTestCasesFromSuiteUrlAsync(Guid, Int32, Int32, String, Object, CancellationToken)

[Preview API] The test points associated with the test cases are removed from the test suite. The test case work item is not deleted from the system. See test cases resource to delete a test case permanently.

public virtual System.Threading.Tasks.Task RemoveTestCasesFromSuiteUrlAsync(Guid project, int planId, int suiteId, string testCaseIds, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member RemoveTestCasesFromSuiteUrlAsync : Guid * int * int * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.RemoveTestCasesFromSuiteUrlAsync : Guid * int * int * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task

Parameters

project
Guid

Project ID

planId
Int32

ID of the test plan that contains the suite.

suiteId
Int32

ID of the suite to get.

testCaseIds
String

IDs of the test cases to remove from the suite.

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

RemoveTestCasesFromSuiteUrlAsync(String, Int32, Int32, String, Object, CancellationToken)

[Preview API] The test points associated with the test cases are removed from the test suite. The test case work item is not deleted from the system. See test cases resource to delete a test case permanently.

public virtual System.Threading.Tasks.Task RemoveTestCasesFromSuiteUrlAsync(string project, int planId, int suiteId, string testCaseIds, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member RemoveTestCasesFromSuiteUrlAsync : string * int * int * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.RemoveTestCasesFromSuiteUrlAsync : string * int * int * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task

Parameters

project
String

Project ID or project name

planId
Int32

ID of the test plan that contains the suite.

suiteId
Int32

ID of the suite to get.

testCaseIds
String

IDs of the test cases to remove from the suite.

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to