Question about TestEventListener::OnTestPartResult #4431
Unanswered
JudicaelK
asked this question in
Community Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
According to GoogleTest documentation, TestEventListener::OnTestPartResult(const TestPartResult& test_part_result) is fired after a failed assertion or a SUCCEED() invocation.
But, is there a way to print messages on successful assertions without using SUCCEED().
Is this something planned in future versions of Googletest?
Beta Was this translation helpful? Give feedback.
All reactions