Table of Contents

Interface ITestLogEntry

Namespace
Acuit.Pinpoint.Workflows.Testing
Assembly
Acuit.Pinpoint.Workflows.Testing.dll

A test log entry.

public interface ITestLogEntry

Properties

Message

Gets the entry message.

string Message { get; }

Property Value

string

TimeOffset

Gets the entry timestamp.

TimeSpan TimeOffset { get; }

Property Value

TimeSpan