RegisteredTest

@Serializable
data class RegisteredTest(val id: TestId, val property1: String, val property2: Int, val parent: ParentTypeId?) : Test, IRegisteredTest

Constructors

Link copied to clipboard
constructor(id: TestId, property1: String, property2: Int, parent: ParentTypeId?)

Functions

Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val id: TestId
Link copied to clipboard
open override val parent: ParentTypeId?
Link copied to clipboard
open override val property1: String
Link copied to clipboard
open override val property2: Int