skip an unit test
Mostra commenti meno recenti
Hi,
I have a list of unit tests. Some of them should be skipped.
I would assume as TestResult something like that:
TestResult with properties:
Name: 'myTestCase'
Passed: 0
Failed: 0
Incomplete: 1
Duration: 0.42
In the documentation of "TestResult" there is one point: "Tests filtered through assumption"
How can I do this?
Thanks
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Create and Run MATLAB Tests in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!