micro_utils.dokka
0.19.2
common
micro_utils.dokka
/
dev.inmo.micro_utils.repos.generator.test
/
RegisteredTest
Registered
Test
@
Serializable
data
class
RegisteredTest
(
val
id
:
TestId
,
val
property1
:
String
,
val
property2
:
Int
,
val
parent
:
ParentTypeId
?
)
:
Test
,
IRegisteredTest
Members
Members & Extensions
Constructors
Registered
Test
Link copied to clipboard
constructor
(
id
:
TestId
,
property1
:
String
,
property2
:
Int
,
parent
:
ParentTypeId
?
)
Functions
as
New
Link copied to clipboard
fun
Test
.
asNew
(
)
:
NewTest
as
Registered
Link copied to clipboard
fun
Test
.
asRegistered
(
id
:
TestId
)
:
RegisteredTest
Properties
excluded
Property
Link copied to clipboard
open
val
excludedProperty
:
String
excluded
Property2
Link copied to clipboard
open
val
excludedProperty2
:
Boolean
id
Link copied to clipboard
open
override
val
id
:
TestId
parent
Link copied to clipboard
open
override
val
parent
:
ParentTypeId
?
property1
Link copied to clipboard
open
override
val
property1
:
String
property2
Link copied to clipboard
open
override
val
property2
:
Int