log
Class: matlab.unittest.fixtures.Fixture
Namespace: matlab.unittest.fixtures
Record diagnostic information during fixture setup and teardown
Description
log(
logs the supplied diagnostic information. You can use the f,diagnostic)log
method to log information during test fixture setup and teardown routines. The test
runner displays logged messages only if you configure it to do so by adding an
appropriate plugin, such as a matlab.unittest.plugins.LoggingPlugin instance.
log(
logs the diagnostic information at the specified verbosity level,
f,v,diagnostic)v.
Input Arguments
Examples
Version History
Introduced in R2014b