polyspace.project.ExecutionOptions Class
R2026bNamespace: polyspace.project
Description
The polyspace.project.ExecutionOptions class contains options that control how tests are executed in a Polyspace® Platform project. Use this class to configure execution options for external tests such as GoogleTest tests.
To access the execution options of a project, use the ExecutionOptions property of the polyspace.project.Project class.
Creation
Description
returns the execOpts = proj.ExecutionOptionspolyspace.project.ExecutionOptions object for the project proj, where proj is a polyspace.project.Project object.
Properties
Examples
Version History
Introduced in R2026b