expectation property

String? expectation
getter/setter pair

Test expectation. Possible string values are:

  • "EXPECTATION_UNSPECIFIED" : Unspecified expectation.
  • "ALLOW" : Expect an allowed result.
  • "DENY" : Expect a denied result.

Implementation

core.String? expectation;