In the assertTrue(String message, boolean condition) form of the
junit assertion some people are using a message that reflects the
expected truth of the condition while others are using a message
that reflects why the AssertionFailedError is thrown. We need to
be consistent on this usage. I happen to prefer that when I look at
the coded statement:

    assertTrue("true is true", true);

the message is consistent with the condition. What is the general
expectation?

xxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
Chief Technology Officer
JBoss Group, LLC
xxxxxxxxxxxxxxxxxxxxxxxx



-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to