public enum OutcomeSummary extends Enum<OutcomeSummary> implements ProtocolMessageEnum
Outcome summary for a finished test matrix.
Protobuf enum google.events.firebase.testlab.v1.OutcomeSummary
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
FAILURE | A run failed, for instance:
|
FAILURE_VALUE | A run failed, for instance:
|
INCONCLUSIVE | Something unexpected happened. The test run should still be considered unsuccessful but this is likely a transient problem and re-running the test might be successful. |
INCONCLUSIVE_VALUE | Something unexpected happened. The test run should still be considered unsuccessful but this is likely a transient problem and re-running the test might be successful. |
OUTCOME_SUMMARY_UNSPECIFIED | The default value. This value is used if the state is omitted. |
OUTCOME_SUMMARY_UNSPECIFIED_VALUE | The default value. This value is used if the state is omitted. |
SKIPPED | All tests were skipped. |
SKIPPED_VALUE | All tests were skipped. |
SUCCESS | The test matrix run was successful, for instance:
|
SUCCESS_VALUE | The test matrix run was successful, for instance:
|
UNRECOGNIZED |
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() |