matlab.uitest.TestCase.forInteractiveUse
Class: matlab.uitest.TestCase
Package: matlab.uitest
Create a TestCase
object for interactive use
Description
tc = matlab.uitest.TestCase.forInteractiveUse
creates a
matlab.uitest.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.
Examples
Version History
Introduced in R2018a