MATLAB xUnit Test Framework: handling error()

1 visualización (últimos 30 días)
mick strife
mick strife el 3 de Jun. de 2013
Hello,
i ve started to use the xUnit Test Framework. I created some testcases and it worked fine but i noticed that i get some messages which containing "test case failure". I checked the testing code and i noticed that the function "error" has been used. So my testing code only "reports" an error and stopped the script. My questions is: how should i handle this? Should i replace the error-functions so that the xUnit Test Framework wont report a failure as its not really a failure?
Many thanks!

Respuestas (1)

Andy Campbell
Andy Campbell el 25 de Jul. de 2013
Hi Mick,
When you say you are using the xUnit Test Framework are you referring to Steve Eddins' submission on the file exchange or the unit test framework included in R2103a?
If you are trying to specifically test erroring conditions then you may want to look at the verifyError method if you are using the framework included in R2013a.
If that is not what you are trying to do then perhaps a little carification of your question would be helpful.
Hope that helps! Andy

Categorías

Más información sobre Testing Frameworks en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by