Package: sltest.plugins
Collect model coverage using the MATLAB Unit Test framework
The sltest.plugins.ModelCoveragePlugin
class creates a coverage
collection object for running Simulink®
Test™ test cases with the MATLAB® Unit Test framework. Add the
sltest.plugins.ModelCoveragePlugin
object to the test
runner.
creates a model coverage plugin object mcp
= sltest.plugins.ModelCoveragePlugin(Properties
)mcp
with specified
properties.
You can also import the plugin, then use the class name to create the object:
import sltest.plugins.ModelCoveragePlugin mcp = ModelCoveragePlugin(Properties)