Link Details

Link 110398 thumbnail
User 111696 avatar

By bloid
via technology.amis.nl
Published: Sep 05 2008 / 16:13

Writing unit-tests should be part of your development process whether you write them before or after the actual coding I leave that up to you. On of the pitfalls of writing unit tests is that the units become to big. The unit your are testing, a method in most cases probably uses some other beans or services to do its job. In your unit test you don’t want to test those other beans but just your method.
  • 15
  • 0
  • 1009
  • 274

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.