Main Content
matlab.unittest.fixtures.SuppressedWarningsFixture Class
Namespace: matlab.unittest.fixtures
Superclasses: matlab.unittest.fixtures.Fixture
Fixture for suppressing display of warnings
Description
The matlab.unittest.fixtures.SuppressedWarningsFixture
class provides a
fixture for suppressing the display of warnings. When the testing framework sets up the
fixture, the fixture suppresses the specified warnings. When the framework tears down the
fixture, the fixture restores the states of warnings to their original values.
The matlab.unittest.fixtures.SuppressedWarningsFixture
class is a handle
class.
Creation
Properties
Examples
Version History
Introduced in R2013b