Interface IProtoTestAttachmentPublisher

Namespace
ProtoTest.Core
Assembly
ProtoTest.Core.dll

Publishes Core attachments to a test framework or another artifact destination.

public interface IProtoTestAttachmentPublisher
Extension Methods

Methods

PublishAsync(ProtoTestAttachment, CancellationToken)

ValueTask PublishAsync(ProtoTestAttachment attachment, CancellationToken cancellationToken = default)

Parameters

attachment ProtoTestAttachment
cancellationToken CancellationToken

Returns

ValueTask