matlab.unittest.plugins.TAPPlugin.producingOriginalFormat
R2026bClass: matlab.unittest.plugins.TAPPlugin
Namespace: matlab.unittest.plugins
Construct TAPPlugin for original TAP format
Syntax
Description
plugin = matlab.unittest.plugins.TAPPlugin.producingOriginalFormat
creates a plugin that produces output in the form of the original Test Anything
Protocol (TAP) format (version 12). 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.producingOriginalFormat(
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.producingOriginalFormat(___,
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.producingOriginalFormat(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 R2014a