UnitTesting.Command

enum UnitTesting.Command : Enum


Descriptor enum for this trait's commands.

Summary

Enum Values

SimpleStructEchoRequest

The simpleStructEchoRequest trait command.

Test

The test trait command.

TestAddArguments

The testAddArguments trait command.

TestBatchHelperRequest

The testBatchHelperRequest trait command.

TestComplexNullableOptionalRequest

The testComplexNullableOptionalRequest trait command.

TestDifferentVendorMeiRequest

The testDifferentVendorMeiRequest trait command.

TestEmitTestEventRequest

The testEmitTestEventRequest trait command.

TestEmitTestFabricScopedEventRequest

The testEmitTestFabricScopedEventRequest trait command.

TestEnumsRequest

The testEnumsRequest trait command.

TestListInt8UArgumentRequest

The testListInt8UArgumentRequest trait command.

TestListInt8UReverseRequest

The testListInt8UReverseRequest trait command.

TestListNestedStructListArgumentRequest

The testListNestedStructListArgumentRequest trait command.

TestListStructArgumentRequest

The testListStructArgumentRequest trait command.

TestNestedStructArgumentRequest

The testNestedStructArgumentRequest trait command.

TestNestedStructListArgumentRequest

The testNestedStructListArgumentRequest trait command.

TestNotHandled

The testNotHandled trait command.

TestNullableOptionalRequest

The testNullableOptionalRequest trait command.

TestSecondBatchHelperRequest

The testSecondBatchHelperRequest trait command.

TestSimpleArgumentRequest

The testSimpleArgumentRequest trait command.

TestSimpleOptionalArgumentRequest

The testSimpleOptionalArgumentRequest trait command.

TestSpecific

The testSpecific trait command.

TestStructArgumentRequest

The testStructArgumentRequest trait command.

TestStructArrayArgumentRequest

The testStructArrayArgumentRequest trait command.

TestUnknownCommand

The testUnknownCommand trait command.

TimedInvokeRequest

The timedInvokeRequest trait command.

Public functions

UnitTesting.Command
valueOf(value: String)

Returns the enum constant of this type with the specified name.

Array<UnitTesting.Command>

Returns an array containing the constants of this enum type, in the order they're declared.

Public properties

UInt

Enum Values

Test

val UnitTesting.Command.TestUnitTesting.Command

The test trait command.

TestNotHandled

val UnitTesting.Command.TestNotHandledUnitTesting.Command

The testNotHandled trait command.

TestSpecific

val UnitTesting.Command.TestSpecificUnitTesting.Command

The testSpecific trait command.

Public functions

valueOf

fun valueOf(value: String): UnitTesting.Command

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws
kotlin.IllegalArgumentException

if this enum type has no constant with the specified name

values

fun values(): Array<UnitTesting.Command>

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

Public properties

tag

val tagUInt