フィルターのクリア

Will there be a pdf-documentation for the unit-test-framework?

1 回表示 (過去 30 日間)
Till Rahlf
Till Rahlf 2013 年 12 月 4 日
編集済み: Kim 2014 年 3 月 7 日
Hi,
I want to use the Matlab-UnitTestFramework.
A lot of functionality seems to be undocumented, e.g. the Plugin class with its methods (e.g. "setupSharedTestFixture" )
Each can be overwritten, but it is hard without a documention.
Will there be a pdf-documenation? That would be useful.
Thanks

採用された回答

Kim
Kim 2014 年 3 月 7 日
編集済み: Kim 2014 年 3 月 7 日
As of R2014a, the Unit Testing Framework supports creating custom plugins and extending the TestRunner. For more information, see the matlab.unittest.plugins.TestRunnerPlugin reference page, Write Plugins to Extend TestRunner, and Create Custom Plugin.
Other new R2014a features for the Unit Testing Framework include Parameterized Testing and a Test Anything Protocol (TAP) plugin.
PDF documentation is available through the PDF Documentation link on the bottom of the MATLAB Documentation Center page. The Unit Testing Framework Examples, How To, and Concepts are contained in the MATLAB Programming Fundamentals PDF, and the class, method, function reference pages are in the MATLAB Function Reference PDF.

その他の回答 (1 件)

Kim
Kim 2013 年 12 月 4 日
The Unit Testing Framework is under active development, and the method that you mention is intentionally undocumented in R2013b due to potential changes in future releases. As we finalize and add full support for new classes, we will add documentation as well.
Thanks for your interest in this feature; we’re glad you’re finding it useful!

カテゴリ

Help Center および File ExchangeExtend Testing Frameworks についてさらに検索

タグ

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by