assert() alternative to continue the test when finding an error
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Mohamed AKI Ahmed
le 20 Fév 2022
Réponse apportée : Steven Lord
le 20 Fév 2022
Is there another function instead of assert() that if found error can still continue and not stop the test when found one error?
0 commentaires
Réponse acceptée
Steven Lord
le 20 Fév 2022
If you're using the unit testing infrastructure, use the verify version of the qualification API function you're using instead of the assert version. So as an example if you were using assertEqual instead use verifyEqual.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Testing Frameworks dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!