TestNodeFileArtifact(SessionUid, TestNode, FileInfo, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the TestNodeFileArtifact class.
public TestNodeFileArtifact(Microsoft.Testing.Platform.TestHost.SessionUid sessionUid, Microsoft.Testing.Platform.Extensions.Messages.TestNode testNode, System.IO.FileInfo fileInfo, string displayName, string? description = default);
new Microsoft.Testing.Platform.Extensions.Messages.TestNodeFileArtifact : Microsoft.Testing.Platform.TestHost.SessionUid * Microsoft.Testing.Platform.Extensions.Messages.TestNode * System.IO.FileInfo * string * string -> Microsoft.Testing.Platform.Extensions.Messages.TestNodeFileArtifact
Public Sub New (sessionUid As SessionUid, testNode As TestNode, fileInfo As FileInfo, displayName As String, Optional description As String = Nothing)
Parameters
- sessionUid
- SessionUid
The session UID.
- testNode
- TestNode
The test node.
- fileInfo
- FileInfo
The file information.
- displayName
- String
The display name.
- description
- String
The description.