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
Listeners provide a way to hook into events generated by running your tests, including start and end of run, every test case, every section and every assertion.
Fixes:
Catch no longer attempts to reconstruct expression that led to a fatal error (#810)
This fixes possible signal/SEH loop when processing expressions, where the signal was triggered by expression decomposition.
Fixed (C4265) missing virtual destructor warning in Matchers (#844)
std::strings are now taken by const& everywhere (#842).