kcp-development
Toggle table of contents
0.0.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kcp-development
test-support
/
dev.rnett.kcp.development.testing.generation.configuration
/
RuntimeConfigurationMethodModel
Runtime
Configuration
Method
Model
class
RuntimeConfigurationMethodModel
(
val
hosts
:
Set
<
KClass
<
out
ConfigurationHost
>
>
)
:
MethodModel
<
RuntimeConfigurationMethodModel
>
(
source
)
Members
Constructors
Runtime
Configuration
Method
Model
Link copied to clipboard
constructor
(
hosts
:
Set
<
KClass
<
out
ConfigurationHost
>
>
)
Types
Generator
Link copied to clipboard
object
Generator
:
MethodGenerator
<
RuntimeConfigurationMethodModel
>
Properties
data
String
Link copied to clipboard
open
override
val
dataString
:
String
?
=
null
generator
Link copied to clipboard
open
override
val
generator
:
MethodGenerator
<
RuntimeConfigurationMethodModel
>
hosts
Link copied to clipboard
val
hosts
:
Set
<
KClass
<
out
ConfigurationHost
>
>
is
Test
Method
Link copied to clipboard
open
override
val
isTestMethod
:
Boolean
=
false
name
Link copied to clipboard
open
override
val
name
:
String
should
Be
Generated
For
Inner
Test
Class
Link copied to clipboard
open
override
val
shouldBeGeneratedForInnerTestClass
:
Boolean
=
false
tags
Link copied to clipboard
open
override
val
tags
:
List
<
String
>
Functions
generate
Body
Link copied to clipboard
fun
generateBody
(
p
:
Printer
)
generate
Signature
Link copied to clipboard
fun
generateSignature
(
p
:
Printer
)
imports
Link copied to clipboard
open
override
fun
imports
(
)
:
Collection
<
Class
<
*
>
>
should
Be
Generated
Link copied to clipboard
fun
shouldBeGenerated
(
)
:
Boolean