Package-level declarations

Types

Link copied to clipboard
open class AbstractLeveledBoxTest : AbstractFirLightTreeBlackBoxCodegenTest

The test class used for any tests that include TestLevel.Run.

Link copied to clipboard
open class AbstractLeveledFirTest : AbstractFirLightTreeDiagnosticsTest

The test class used for any tests that include TestLevel.FIR or TestLevel.Diagnostics but not TestLevel.IR or TestLevel.Run.

Link copied to clipboard
open class AbstractLeveledIrTest : AbstractFirLightTreeJvmIrTextTest

The test class used for any tests that include TestLevel.IR but not TestLevel.Run.

Link copied to clipboard
Link copied to clipboard
data class TestSpec(val levels: EnumSet<TestLevel>)
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class TestWithLevel(val level: TestLevel)