matlab.unittest.plugins.TAPPlugin.producingVersion13
Class: matlab.unittest.plugins.TAPPlugin
Namespace: matlab.unittest.plugins
Construct TAPPlugin
for version 13 TAP format
Syntax
Description
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.
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.
matlab.unittest.plugins.TAPPlugin.producingVersion13(___,
creates
a plugin with additional options specified by one or more Name,Value
)Name,Value
pair
arguments.
Input Arguments
Name-Value Arguments
Examples
Version History
Introduced in R2016b