Menu

#40 Better user feedback on incorrect test method

open
nobody
None
5
2007-04-04
2007-04-04
No

Users less experienced with unit testing may accidentally make test methods non-public or give them a return value instead of void.

Also, with the introduction of parameterized tests there will be more and more variations on how tests might look like.

It would be important to give the user a better feedback if a mistake has been made, e.g. that a method doesn't have a return type of void or if a test method is non-public.

Discussion


Log in to post a comment.