kcp-development
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
kcp-development
test-support
/
dev.rnett.kcp.development.testing.tests.levels
/
AbstractLeveledFirTest
Abstract
Leveled
Fir
Test
open
class
AbstractLeveledFirTest
:
AbstractFirLightTreeDiagnosticsTest
(
source
)
Members
Constructors
Abstract
Leveled
Fir
Test
Link copied to clipboard
constructor
(
)
Properties
parser
Link copied to clipboard
val
parser
:
FirParser
Functions
configure
Link copied to clipboard
open
override
fun
configure
(
builder
:
TestConfigurationBuilder
)
create
Application
Disposable
Provider
Link copied to clipboard
open
fun
createApplicationDisposableProvider
(
)
:
ApplicationDisposableProvider
create
Kotlin
Standard
Libraries
Path
Provider
Link copied to clipboard
open
fun
createKotlinStandardLibrariesPathProvider
(
)
:
KotlinStandardLibrariesPathProvider
init
Test
Info
Link copied to clipboard
fun
initTestInfo
(
testInfo
:
KotlinTestInfo
)
fun
initTestInfo
(
testInfo
:
TestInfo
)
run
Test
Link copied to clipboard
open
fun
runTest
(
filePath
:
String
)
open
fun
runTest
(
filePath
:
String
,
contentModifier
:
ReplacingSourceTransformer
)