Class: matlab.unittest.fixtures.Fixture
Package: matlab.unittest.fixtures
Record diagnostic information during fixture setup and teardown
log(f,diagnostic)
log(f,v,diagnostic)
log(
logs
the supplied diagnostic. The log method provides a means for tests
to log information during fixture setup and teardown routines. The
testing framework displays logged messages only if you configure it
to do so by adding an appropriate plugin, such as the f
,diagnostic
)matlab.unittest.plugins.LoggingPlugin
.
log(
logs
the diagnostic at the specified verbosity level, f
,v
,diagnostic
)v
.