public enum TestState extends Enum<TestState> implements ProtocolMessageEnum
Possible test states for a test matrix.
Protobuf enum google.events.firebase.testlab.v1.TestState
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
ERROR | The test matrix has completed because of an infrastructure failure. |
ERROR_VALUE | The test matrix has completed because of an infrastructure failure. |
FINISHED | The test matrix has completed normally. |
FINISHED_VALUE | The test matrix has completed normally. |
INVALID | The test matrix was not run because the provided inputs are not valid. |
INVALID_VALUE | The test matrix was not run because the provided inputs are not valid. |
PENDING | The test matrix is waiting for resources to become available. |
PENDING_VALUE | The test matrix is waiting for resources to become available. |
TEST_STATE_UNSPECIFIED | The default value. This value is used if the state is omitted. |
TEST_STATE_UNSPECIFIED_VALUE | The default value. This value is used if the state is omitted. |
UNRECOGNIZED | |
VALIDATING | The test matrix is being validated. |
VALIDATING_VALUE | The test matrix is being validated. |
Static Methods | |
---|---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods | |
---|---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |