Expectation

interface Expectation

Defines an expectation to be checked by a CompileTest

Functions

apply
Link copied to clipboard
abstract fun apply(result: KotlinCompilation.Result): List<String>
Returns a list of error string or empty when all is well.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Inheritors

CompileTest
Link copied to clipboard
CompileTest
Link copied to clipboard
CompileTest
Link copied to clipboard