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