DiagnosticsOutputPlugin or DiagnosticsRecordingPlugin in MALTAB 2014b
1 次查看(过去 30 天)
显示 更早的评论
Is there any plugin similar to DiagnosticsOutputPlugin that support in MATLAB 2014b?
Currenty i am logging some information in testsuite result using DiagnosticsRecordingPlugin in MATLAB2018a
Example,
runner.addPlugin(DiagnosticsRecordingPlugin );
TestResults = run(runner,basicTestSuite);
For exmaple, In testcase i am logging the information as "testcase.log(1, 'description: Data is created under the path')"
The logged information during the execution of testsuite is stored in TestResults.
Since DiagnosticsOutputPlugin does not support in MALTAB 2014b, i want to know is there any similar plugin to log the message what ever we need?
Thanks a lot
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 3-D Volumetric Image Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!