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.generation.configuration
/
RuntimeConfigurationMethodModel
Runtime
Configuration
Method
Model
class
RuntimeConfigurationMethodModel
(
val
hosts
:
Set
<
KClass
<
out
ConfigurationHost
>
>
)
:
MethodModel
(
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
>
Kind
Link copied to clipboard
data
object
Kind
:
MethodModel.Kind
Properties
data
String
Link copied to clipboard
open
override
val
dataString
:
String
?
=
null
hosts
Link copied to clipboard
val
hosts
:
Set
<
KClass
<
out
ConfigurationHost
>
>
kind
Link copied to clipboard
open
override
val
kind
:
MethodModel.Kind
name
Link copied to clipboard
open
override
val
name
:
String
tags
Link copied to clipboard
open
override
val
tags
:
List
<
String
>
Functions
imports
Link copied to clipboard
open
override
fun
imports
(
)
:
Collection
<
Class
<
*
>
>
is
Test
Method
Link copied to clipboard
open
override
fun
isTestMethod
(
)
:
Boolean
should
Be
Generated
Link copied to clipboard
open
override
fun
shouldBeGenerated
(
)
:
Boolean
should
Be
Generated
For
Inner
Test
Class
Link copied to clipboard
open
override
fun
shouldBeGeneratedForInnerTestClass
(
)
:
Boolean