matlab.unittest.constraints.AndTolerance class

Package: matlab.unittest.constraints

Boolean conjunction of two tolerances

Description

The testing framework constructs an AndTolerance when you denote the conjunction of two tolerances with the logical AND operator (&). The framework constructs instances of the class, so there is no need to construct this class directly.

Introduced in R2013a