kcp-development
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
kcp-development
core
/
dev.rnett.kcp.development.registrar
/
BaseSpecCompilerPluginRegistrar
/
TestSpec
Test
Spec
data
class
TestSpec
<
T
>
(
val
forRegistrar
:
KClass
<
out
BaseSpecCompilerPluginRegistrar
<
T
>
>
,
val
spec
:
T
)
(
source
)
Members
Constructors
Test
Spec
Link copied to clipboard
constructor
(
forRegistrar
:
KClass
<
out
BaseSpecCompilerPluginRegistrar
<
T
>
>
,
spec
:
T
)
Properties
for
Registrar
Link copied to clipboard
val
forRegistrar
:
KClass
<
out
BaseSpecCompilerPluginRegistrar
<
T
>
>
spec
Link copied to clipboard
val
spec
:
T