On 26/05/2010, Mark Hindess <mark.hind...@googlemail.com> wrote: > On the other hand, > I'm not convinced that annotations are a good solution either since > they don't give you fine-grained control so every distinction has to be > represented by a separate method.
That seems like a positive benefit to me. If a test method has several asserts which are independent, then the first fail may be masking later ones.