Gili
unread,Oct 26, 2008, 4:18:31 PM10/26/08Sign 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 atunit
Hi Logan,
I take issue with the framework requiring the use of @Unit. I get the
point you want to encourage "good practices" but forcing them on users
is another matter altogether :(
For example, I prefer declaring and initializing the subject of my
unit test *inside* the method, not outside it. I hope you agree my
code is still clean in that I only focus on one subject per test
class, but AtUnit doesn't allow this sort of paradigm. Do you think
you could loosen this restriction?
Gili