Ed
unread,Nov 27, 2009, 11:51:32 AM11/27/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to easytesting
Ok,
I just checked out your source and made the above changes and it works
fine...
I don't think it's necessary to submit a patch as the above change is
very simple.
Now I have you source, I am going to see if I can add another "simple"
change:
something like assertThat(obj).log(obj1, obj2, ....).isEqualTo(...)...
Why? For me it's important to log some additional information to be
able to reproduce the bug/failure..
You could use the Description() class for it, but I think that breaks
the user friendlyness of fest-api fluent api.
I don't like this:
assertThat(new MyDescription("message", obj).log(obj1,
obj2, ....)).isEqualTo(...)...