state property

String? state
getter/setter pair

State of the test. Possible string values are:

  • "STATE_UNSPECIFIED" : Test state is not set.
  • "SUCCESS" : Test is a success.
  • "FAILURE" : Test is a failure.

Implementation

core.String? state;