Theia API Documentation v1.65.0
    Preparing search index...
    interface TestMessageDTO {
        actual?: string;
        contextValue?: string;
        expected?: string;
        location?: Location;
        message: string | MarkdownString;
        stackTrace?: TestMessageStackFrameDTO[];
    }
    Index

    Properties

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