CxxTest/cxxtest

Request CXXTEST_ABORT_TEST_ON_FAIL also abort in helper functions

yougotborked opened this issue · 0 comments

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