Borrar filtros
Borrar filtros

assert() alternative to continue the test when finding an error

9 visualizaciones (últimos 30 días)
Is there another function instead of assert() that if found error can still continue and not stop the test when found one error?

Respuesta aceptada

Steven Lord
Steven Lord el 20 de Feb. de 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.

Más respuestas (0)

Categorías

Más información sobre Write Unit Tests en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by