Companion

Functions

Link copied to clipboard
fun diff(message: String, expected: String, actual: String): TestMessage

Creates a new TestMessage that will present as a diff in the editor.

fun diff(message: MarkdownString, expected: String, actual: String): TestMessage