crltest.PerfTestCase.TestCase Class
Namespace: crltest.PerfTestCase
Test case class to validate performance numbers of the generated C/C++ code
Since R2024b
Description
The crltest.PerfTestCase
is a test tool to validate performance numbers
of the generated C/C++ code from Simulink models using CRL.
This class inherits from sltest.TestCase
(Simulink Test)
and matlab.unittest.TestCase
.
Creation
To create a MATLAB unit testing framework test that you can load, run, and analyze its
results in the Test Manager, create a class definition file that inherits from
crltest.PerfTestCase
. The file contains methods that define the test
case.
Methods
Examples
Version History
Introduced in R2024b
See Also
matlab.unittest.TestCase
| sltest.plugins.ModelCoveragePlugin
(Simulink Test) | sltest.plugins.MATLABTestCaseIntegrationPlugin
(Simulink Test) | sltest.plugins.ToTestManagerLog
(Simulink Test) | sltest.xil.framework.Framework
(Simulink Test) | sltest.xil.framework.FrameworkConfiguration
(Simulink Test) | sltest.xil.framework.Acquisition
(Simulink Test) | sltest.xil.framework.Stimulation
(Simulink Test) | sltest.xil.framework.TestVariable
(Simulink Test)
Topics
- Test Models Using MATLAB-Based Simulink Tests (Simulink Test)
- Using MATLAB-Based Simulink Tests in the Test Manager (Simulink Test)
- Collect Coverage Using MATLAB-Based Simulink Tests (Simulink Test)
- Install and Set Up the Simulink Test Support Package for ASAM XIL Standard (Simulink Test)
- Create and Run Tests Using the ASAM XIL Standard (Simulink Test)
- Create Tests That Use Third-Party Test Benches (Simulink Test)