TestNodeFileArtifact Class

Definition

Caution

This API is obsolete and will be removed in v2. Instead of publishing this to MessageBus, add FileArtifactProperty property to the TestNode when publishing TestNodeUpdateMessage with a test result

Represents a test node file artifact.

public class TestNodeFileArtifact : Microsoft.Testing.Platform.Extensions.Messages.SessionFileArtifact
[System.Obsolete("This API is obsolete and will be removed in v2. Instead of publishing this to MessageBus, add FileArtifactProperty property to the TestNode when publishing TestNodeUpdateMessage with a test result", true)]
public class TestNodeFileArtifact : Microsoft.Testing.Platform.Extensions.Messages.SessionFileArtifact
type TestNodeFileArtifact = class
    inherit SessionFileArtifact
[<System.Obsolete("This API is obsolete and will be removed in v2. Instead of publishing this to MessageBus, add FileArtifactProperty property to the TestNode when publishing TestNodeUpdateMessage with a test result", true)>]
type TestNodeFileArtifact = class
    inherit SessionFileArtifact
Public Class TestNodeFileArtifact
Inherits SessionFileArtifact
Inheritance
Attributes

Constructors

Name Description
TestNodeFileArtifact(SessionUid, TestNode, FileInfo, String, String)

Initializes a new instance of the TestNodeFileArtifact class.

Properties

Name Description
Description

Gets the description.

(Inherited from PropertyBagData)
DisplayName

Gets the display name.

(Inherited from PropertyBagData)
FileInfo

Gets the file information.

(Inherited from SessionFileArtifact)
Properties

Gets the properties.

(Inherited from PropertyBagData)
SessionUid

Gets the session UID.

(Inherited from DataWithSessionUid)
TestNode

Gets the test node.

Methods

Name Description
ToString()

Returns a string that represents the current object.

Applies to