resultCode property

ExecutionResultCode? resultCode
final

Supporting field for the result field. Set only if result is SKIPPED. PARSING_FAILED if the result is skipped because of test package parsing failure.

Implementation

final ExecutionResultCode? resultCode;