TestType

A test "type" that includes one or more TestLevels. Will be auto-applied for tests in directories with the name of the type (case-insensitive).

Entries

Link copied to clipboard

Run diagnostics tests, no dumps - TestLevel.Diagnostics only.

Link copied to clipboard

Run and dump FIR - TestLevel.FIR only.

Link copied to clipboard

Run and dump IR - TestLevel.IR only.

Link copied to clipboard

Run diagnostics, FIR, and IR - TestLevel.Diagnostics, TestLevel.FIR, and TestLevel.IR.

Link copied to clipboard

Run the box() execution test - TestLevel.Run only.

Link copied to clipboard

Run Compile and the box() execution test - TestLevel.Diagnostics, TestLevel.FIR, TestLevel.IR, and TestLevel.Run

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

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

Functions

Link copied to clipboard
context(generator: TestGenerationBuilder)
operator fun TestType.unaryPlus()

Add a test type to this group, and any descendents.

Link copied to clipboard
fun valueOf(value: String): TestType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.