Enum TestState (0.14.1)

public enum TestState extends Enum<TestState> implements ProtocolMessageEnum

Possible test states for a test matrix.

Protobuf enum google.events.firebase.testlab.v1.TestState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ERROR

The test matrix has completed because of an infrastructure failure.

ERROR = 4;

ERROR_VALUE

The test matrix has completed because of an infrastructure failure.

ERROR = 4;

FINISHED

The test matrix has completed normally.

FINISHED = 3;

FINISHED_VALUE

The test matrix has completed normally.

FINISHED = 3;

INVALID

The test matrix was not run because the provided inputs are not valid.

INVALID = 5;

INVALID_VALUE

The test matrix was not run because the provided inputs are not valid.

INVALID = 5;

PENDING

The test matrix is waiting for resources to become available.

PENDING = 2;

PENDING_VALUE

The test matrix is waiting for resources to become available.

PENDING = 2;

TEST_STATE_UNSPECIFIED

The default value. This value is used if the state is omitted.

TEST_STATE_UNSPECIFIED = 0;

TEST_STATE_UNSPECIFIED_VALUE

The default value. This value is used if the state is omitted.

TEST_STATE_UNSPECIFIED = 0;

UNRECOGNIZED
VALIDATING

The test matrix is being validated.

VALIDATING = 1;

VALIDATING_VALUE

The test matrix is being validated.

VALIDATING = 1;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()