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
Many times I write a helper function in my CXX test class to accomplish some bit of shared code. However I have noticed that if I have any assertions in that function that fail, the test will not abort immediately until the scope returns to the test case.
I would appreciate if cxx was able to abort at any position in the stack even if you were not in a "test_" case
Thanks
The text was updated successfully, but these errors were encountered:
Many times I write a helper function in my CXX test class to accomplish some bit of shared code. However I have noticed that if I have any assertions in that function that fail, the test will not abort immediately until the scope returns to the test case.
I would appreciate if cxx was able to abort at any position in the stack even if you were not in a "test_" case
Thanks
The text was updated successfully, but these errors were encountered: