Class: matlab.unittest.TestCase
Package: matlab.unittest
Create TestCase for interactive use
tc = matlab.unittest.TestCase.forInteractiveUse
creates
a TestCase
instance for interactive use. The TestCase
is
configured for experimentation at the command prompt. It reacts to
qualification tests by printing messages to the screen for both passing
and failing conditions.
|
|