Class: matlab.mock.TestCase
Package: matlab.mock
Create TestCase
for interactive use
tc = matlab.mock.TestCase.forInteractiveUse
tc = matlab.mock.TestCase.forInteractiveUse
creates
a matlab.mock.TestCase
instance for interactive use.
The TestCase
is configured so you can experiment with
it at the MATLAB® command prompt. The TestCase
reacts
to qualification failures and successes by displaying messages to
the screen for both passing and failing conditions.