matlab.uitest.TestCase.forInteractiveUse
类: matlab.uitest.TestCase
命名空间: matlab.uitest
创建供交互测试的测试用例
说明
testCase = matlab.uitest.TestCase.forInteractiveUse
创建一个为交互式测试配置的测试用例。返回的 TestCase
实例适合在命令提示符下进行试验。它通过向屏幕输出通过和失败事件的消息来响应鉴定。
示例
版本历史记录
在 R2018a 中推出