How to save results of a Class-Based Unittest without ToFile Plugin?
Show older comments
Hi, Is there any replacement for
matlab.unittest.plugins.ToFile
class? I have Matlab 2013 and my Matlab does not have this Plugin. This ToFile class creates an output stream that writes text output to a UTF-8 encoded file.
Thanks, Arsalan
2 Comments
Sean de Wolski
on 23 Nov 2016
Can you upgrade to a newer release that has ToFile?
Shar
on 29 Nov 2016
Accepted Answer
More Answers (1)
Andy Campbell
on 23 Nov 2016
0 votes
As Sean alludes to in his comment, I think the best exxperience will be if you are able to upgrade to a newer release that has ToFile (it was introduced in R2014a). There are certainly many new capabilities and features of the test framework in newer releases.
However, until then, you may have some luck with the -logfile MATLAB startup option. Using this all of the output sent to the command window will also go to this logfile.
Good luck!
Categories
Find more on Write Unit Tests in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!