Package: matlab.unittest.fixtures
Fixture to suppress display of warnings
The SuppressedWarningsFixture
class provides
a fixture to suppress the display of warnings. When set up, SuppressedWarningsFixture
disables
one or more specified warnings. When torn down, the fixture restores
the states of warnings to their previous values.
matlab.unittest.fixtures.SuppressedWarningsFixture(
constructs
a fixture to suppress the display of one or more warnings. warnIDs
)
|
Warning identifiers describing warnings to suppress specified
as a cell array of character vectors in the |
Handle. To learn how handle classes affect copy operations, see Copying Objects.