ExpectFileCount

data class ExpectFileCount(count: Int) : CompileTest.Expectation

Expectation that checks for the exact number of files to be created

Constructors

ExpectFileCount
Link copied to clipboard
fun ExpectFileCount(count: Int)

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(): Int
copy
Link copied to clipboard
fun copy(count: Int): CompileTest.ExpectFileCount
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

count
Link copied to clipboard
val count: Int