skippedCount property

int? skippedCount
getter/setter pair

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

  • In create/response: always set - In update request: never

Implementation

core.int? skippedCount;