AbstractLeveledFirTest

open class AbstractLeveledFirTest : AbstractFirLightTreeDiagnosticsTest(source)

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

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val parser: FirParser

Functions

Link copied to clipboard
open override fun configure(builder: TestConfigurationBuilder)
Link copied to clipboard
open fun createApplicationDisposableProvider(): ApplicationDisposableProvider
open fun createKotlinStandardLibrariesPathProvider(): KotlinStandardLibrariesPathProvider
Link copied to clipboard
fun initTestInfo(testInfo: KotlinTestInfo)
@BeforeEach
fun initTestInfo(testInfo: TestInfo)
Link copied to clipboard
open fun runTest(filePath: String)
open fun runTest(filePath: String, contentModifier: ReplacingSourceTransformer)