polyspace.test.BoundaryTestOptions Class
R2026bNamespace: polyspace.test
Description
This Python® class configures automatic generation of boundary-value test cases (for example, minimum, maximum, and zero values) when you generate tests for C/C++ code in a Polyspace® Platform project. Use this object to choose the boundary strategy (minimal or exhaustive), include near-boundary neighbors, include zero where valid, and set a bound on the number of generated tests.
Creation
Description
opts = polyspace.test.BoundaryTestOptions() creates a boundary
test-generation options object opts with default property
values.
Properties
Examples
Version History
Introduced in R2026b