expectFileToMatch

fun CompileTest.Builder.expectFileToMatch(file: String, expectedContent: String): CompileTest.Builder

Adds an expectation that matches the contents of a file with the expectedContent

See also