MATLAB COMPILER RELEASE NOTES User's Guide Page 89

  • Download
  • Add to my manuals
  • Print
  • Page
    / 716
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 88
Language and Programming
2-11
Functionality Result Use This Instead Compatibility
Considerations
matlab.unittest.
TestCase constructor
Still runs matlab.unittest.
TestCase.
forInteractiveUse
Replace all instances of
creating a TestCase
object using the default
constructor.
Use the TestCase.
forInteractiveUse
static method for
interactive, command
line use.
When tests are run
in the unit testing
framework, instances
are created by the test
runner.
matlab.unittest.
plugins.
TestSuiteProgress-
Plugin
Still runs matlab.unittest.
plugins.
TestRunProgressPlugin
Replace all instances of
TestSuiteProgressPlugin.
To construct a
plugin with the same
level of detail, use
TestRunProgressPlugin.
withVerbosity(2).
mexGet
mexSet
Errors mxGetProperty
mxSetProperty
For MEX-files, replace
all instances of mexGet
and mexSet with
mxGetProperty or
mxSetProperty in
the C/C++ and Fortran
Matrix Library.
Page view 88
1 2 ... 84 85 86 87 88 89 90 91 92 93 94 ... 715 716

Comments to this Manuals

No comments