interface TestMessageDTO {
    actual?: string;
    contextValue?: string;
    expected?: string;
    location?: Location;
    message: string | MarkdownString;
    stackTrace?: TestMessageStackFrameDTO[];
}

Properties

actual?: string
contextValue?: string
expected?: string
location?: Location
message: string | MarkdownString