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
Package-level
declarations
Types
Types
Abstract
Leveled
Box
Test
Link copied to clipboard
open
class
AbstractLeveledBoxTest
:
AbstractFirLightTreeBlackBoxCodegenTest
Abstract
Leveled
Fir
Test
Link copied to clipboard
open
class
AbstractLeveledFirTest
:
AbstractFirLightTreeDiagnosticsTest
Abstract
Leveled
Ir
Test
Link copied to clipboard
open
class
AbstractLeveledIrTest
:
AbstractFirLightTreeJvmIrTextTest
Test
Level
Link copied to clipboard
enum
TestLevel
:
Enum
<
TestLevel
>
Test
Spec
Link copied to clipboard
data
class
TestSpec
(
val
levels
:
EnumSet
<
TestLevel
>
)
Test
With
Level
Link copied to clipboard
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
]
)
annotation class
TestWithLevel
(
val
level
:
TestLevel
)