c++ - TestStack White doesn't detect an SEHException -


i'm writing few tests managed/unmanaged winform application. of bugs occur in unmanaged part, , result in process terminating due unhandled system.runtime.interopservices.sehexception exception .

when exception occurs, windows pops message box explaining error.

unfortunately, neither ms test nor white recognize this. test finishes without sign of error, though can see message box pop right before test goes on , closes application.

how can detect kind of exception?

the message box result of default unhandled exception handling of winforms application.

i ended looking after test has finished. if message box there, fail test.


Comments

Popular posts from this blog

php - Zend Framework / Skeleton-Application / Composer install issue -

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -