You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup custom exception translator for the unit test monitor so that more verbose logs are printed for boost::exception (additionally, check why boost::exception is not printed using boost::diagnostic_information()). To verify the change comment out exception handler in the test case TCGetResultOfNotExecutedTask and see what gets printed.
Possible solutions:
via global fixture (advised solution)
via custom test suite initialisation function
The text was updated successfully, but these errors were encountered:
Setup custom exception translator for the unit test monitor so that more verbose logs are printed for
boost::exception
(additionally, check whyboost::exception
is not printed usingboost::diagnostic_information()
). To verify the change comment out exception handler in the test caseTCGetResultOfNotExecutedTask
and see what gets printed.Possible solutions:
The text was updated successfully, but these errors were encountered: