Hi all,

In a couple of reviews, I've been asked to avoid emitting explanatory messages 
from the EXPECT() macro. The rationale for this is that tests usually use 
comments. However, I think that emitting the reason for a failed expectation 
into the test log is pretty helpful and we should do it more often.

What do people think about explicitly allowing (or even encouraging) this? ie. 
EXPECT(...) << "some explanation goes here"

J

Reply via email to