toolExecution property

ToolExecution? toolExecution
getter/setter pair

Represents the execution of the test runner.

The exit code of this tool will be used to determine if the test passed. - In response: always set - In create/update request: optional

Implementation

ToolExecution? toolExecution;