matlab.unittest.constraints.AndConstraint class

Package: matlab.unittest.constraints

Boolean conjunction of two constraints

Description

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

Properties

expand all

This property is read-only.

Left side constraint in the Boolean conjunction, specified as an instance of a class in the matlab.unittest.constraint package.

This property is read-only.

Right side constraint in the Boolean conjunction, specified as an instance of a class in the matlab.unittest.constraint package.

Introduced in R2013a