Utilities to access SLDV generated test cases
Version 1.0.0.0 (9,55 KB) von
Mikhail
Utilities to access SLDV generated test cases
This class provides utilities to access Simulink Design Verifier generated test cases.
Example usage:
% Construct sldvTests object
>> Tests = sldvTests('sldv_output/modelname/modelname_sldvdata.mat')
% Get number of test cases
>> Tests.numTestCases
% Get number of steps in first test case
>> Tests.getNumStepsInTestCase(1)
Zitieren als
Mikhail (2024). Utilities to access SLDV generated test cases (https://www.mathworks.com/matlabcentral/fileexchange/60183-utilities-to-access-sldv-generated-test-cases), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R2016b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- Verification, Validation, and Test > Simulink Design Verifier > Generate Tests > Functional Requirements Testing >
Mehr zu Functional Requirements Testing finden Sie in Help Center und MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.0.0.0 |