matlab.unittest.TestCase.forInteractiveUse
Class: matlab.unittest.TestCase
Package: matlab.unittest
Create test case for interactive use
Syntax
Description
testCase = matlab.unittest.TestCase.forInteractiveUse
creates a
test case configured for interactive testing. The returned TestCase
instance
is suited for experimentation at the command prompt. It reacts to qualifications by printing
messages to the screen for both passing and failing events.
Input Arguments
Examples
Version History
Introduced in R2014a