Interface IProtoSinkArtifactSource

Namespace
ProtoTest.Core
Assembly
ProtoTest.Core.dll

Exposes files produced by a sink so tracing can bundle them as run-level artifacts.

public interface IProtoSinkArtifactSource
Extension Methods

Methods

GetArtifacts()

Returns the artifacts produced by the most recent successful export.

IReadOnlyCollection<ProtoTestAttachment> GetArtifacts()

Returns

IReadOnlyCollection<ProtoTestAttachment>