matlab.unittest.plugins.TAPPlugin.producingVersion13
R2026bClass: matlab.unittest.plugins.TAPPlugin
Namespace: matlab.unittest.plugins
Construct TAPPlugin for version 13 TAP format
Syntax
Description
plugin = matlab.unittest.plugins.TAPPlugin.producingVersion13 creates a
plugin that produces output in version 13 of the Test Anything Protocol (TAP)
format. The TAP version 13 output includes test diagnostics in YAML blocks. By
default, the plugin uses the ToStandardOutput stream, and the
output appears on the screen. In this case, other output sent to the screen can
invalidate the TAP stream.
plugin = matlab.unittest.plugins.TAPPlugin.producingVersion13(
redirects all the text output to a specified output stream. For example, you can
redirect the output to the stream)ToFile stream.
plugin = matlab.unittest.plugins.TAPPlugin.producingVersion13(___,
specifies options using one or more name-value arguments in addition to any of the
input argument combinations in previous syntaxes. For example, Name=Value)plugin =
matlab.unittest.plugins.TAPPlugin.producingVersion13(LoggingLevel="detailed")
creates a plugin that includes diagnostics logged at and below the
matlab.automation.Verbosity.Detailed level.
Input Arguments
Name-Value Arguments
Examples
Version History
Introduced in R2016b