failureCount property

int? failureCount
getter/setter pair

Number of failed test cases, typically set by the service by parsing the xml_source.

May also be set by the user. - In create/response: always set - In update request: never

Implementation

core.int? failureCount;