Class: matlab.uitest.TestCase
Package: matlab.uitest
Create a TestCase
object for interactive use
tc = matlab.uitest.TestCase.forInteractiveUse
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.