TestNodeUpdateMessage(SessionUid, TestNode, TestNodeUid) Constructor

Definition

A message representing a test node update.

public TestNodeUpdateMessage(Microsoft.Testing.Platform.TestHost.SessionUid sessionUid, Microsoft.Testing.Platform.Extensions.Messages.TestNode testNode, Microsoft.Testing.Platform.Extensions.Messages.TestNodeUid? parentTestNodeUid = default);
new Microsoft.Testing.Platform.Extensions.Messages.TestNodeUpdateMessage : Microsoft.Testing.Platform.TestHost.SessionUid * Microsoft.Testing.Platform.Extensions.Messages.TestNode * Microsoft.Testing.Platform.Extensions.Messages.TestNodeUid -> Microsoft.Testing.Platform.Extensions.Messages.TestNodeUpdateMessage
Public Sub New (sessionUid As SessionUid, testNode As TestNode, Optional parentTestNodeUid As TestNodeUid = Nothing)

Parameters

sessionUid
SessionUid

The session UID.

testNode
TestNode

The test node.

parentTestNodeUid
TestNodeUid

The test node parent UID.

Applies to