matlabtest.coder.results.ExecutionResults Class
R2026bNamespace: matlabtest.coder.results
Description
Objects of the matlabtest.coder.results.ExecutionResults class contain the results from the execution of
a matlabtest.coder.results.BuildResults object in a MATLAB®
Test™ generated C/C++ code equivalence test.
Creation
Create an instance of matlabtest.coder.results.ExecutionResults by using the execute
function in an equivalence test. You can pass a matlabtest.coder.results.BuildResults object, a path to a MEX file, or a path to a
code generation folder to the execute method.
Properties
Examples
Version History
Introduced in R2023aSee Also
Classes
matlabtest.coder.TestCase|matlabtest.coder.MATLABCoderTester|matlabtest.coder.results.BuildResults