Enum OutcomeSummary (0.14.1)

public enum OutcomeSummary extends Enum<OutcomeSummary> implements ProtocolMessageEnum

Outcome summary for a finished test matrix.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FAILURE

A run failed, for instance:

  • One or more test case failed.
  • A test timed out.
  • The application under test crashed.

FAILURE = 2;

FAILURE_VALUE

A run failed, for instance:

  • One or more test case failed.
  • A test timed out.
  • The application under test crashed.

FAILURE = 2;

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 = 3;

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.

INCONCLUSIVE = 3;

OUTCOME_SUMMARY_UNSPECIFIED

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

OUTCOME_SUMMARY_UNSPECIFIED = 0;

OUTCOME_SUMMARY_UNSPECIFIED_VALUE

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

OUTCOME_SUMMARY_UNSPECIFIED = 0;

SKIPPED

All tests were skipped.

SKIPPED = 4;

SKIPPED_VALUE

All tests were skipped.

SKIPPED = 4;

SUCCESS

The test matrix run was successful, for instance:

  • All test cases passed.
  • No crash of the application under test was detected.

SUCCESS = 1;

SUCCESS_VALUE

The test matrix run was successful, for instance:

  • All test cases passed.
  • No crash of the application under test was detected.

SUCCESS = 1;

UNRECOGNIZED

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()