Main Content
matlab.uitest.TestCase.forInteractiveUse
Class: matlab.uitest.TestCase
Namespace: matlab.uitest
Create test case for interactive use
Description
testCase = matlab.uitest.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.
Examples
Version History
Introduced in R2018a