UnitTestingTrait.NestedStruct

class UnitTestingTrait.NestedStruct


NestedStruct

Summary

Public constructors

Creates the NestedStruct class.

Public properties

UByte

a attribute.

Boolean

b attribute.

UnitTestingTrait.SimpleStruct

c attribute.

Public constructors

NestedStruct

NestedStruct(
    a: UByte,
    b: Boolean = false,
    c: UnitTestingTrait.SimpleStruct = SimpleStruct()
)

Creates the NestedStruct class.

Public properties

a

val aUByte

a attribute.

b

val bBoolean

b attribute.

c

val cUnitTestingTrait.SimpleStruct

c attribute.