matlab.unittest.plugins.TAPPlugin - Plugin that produces Test Anything Protocol stream - MATLAB (original) (raw)
The matlab.unittest.plugins.TAPPlugin
class provides a plugin that produces a Test Anything Protocol (TAP) stream. Using this plugin, you can integrate MATLAB® unit test results into third-party systems that recognize the TAP protocol. For example, you can integrate test results with continuous integration platforms, such as Jenkins® and TeamCity®.
The matlab.unittest.plugins.TAPPlugin
class is a handle class.