This topic has not yet been rated - Rate this topic

WebTestResultGroup.AddNonExecutedChildren Method

Adds the Web performance test items in the result group and marks them as templates.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
protected void AddNonExecutedChildren(
	List<WebTestResultUnit> children,
	WebTestItemCollection itemCollection,
	WebTestResultStatus resultStatus
)

Parameters

children
Type: List<WebTestResultUnit>

Children of a group.

itemCollection
Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestItemCollection

Collection of Web performance test items.

resultStatus
Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultStatus

The WebTestResultStatus of the group.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.