matlab.unittest.selectors.AndSelector class

Package: matlab.unittest.selectors

Boolean conjunction of two selectors

Description

The testing framework constructs an AndSelector when you denote the conjunction of two selectors 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 selector in the Boolean conjunction, specified as an instance of a class in the matlab.unittest.selectors package.

This property is read-only.

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

Introduced in R2018a