ExpectFileToNotExist

data class ExpectFileToNotExist(file: String) : CompileTest.Expectation

Expectation that checks that the given file does NOT exist.

Constructors

ExpectFileToNotExist
Link copied to clipboard
fun ExpectFileToNotExist(file: String)

Functions

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

Properties

file
Link copied to clipboard
val file: String