testCase = forInteractiveUse returns a test
case instance configured for interactive use at the MATLAB command line. Use this method at
the MATLAB command line to debug a TestCase object without having to
write a complete test file. You cannot use this method within a test file.
testCase — Instance of test case sltest.TestCase object
Instance of a test case, returned as an sltest.TestCase object.
This instance is configured to print qualification failures and successes to the
standard output, which is usually the screen.