MoreUnit

less than 1 minute read

https://advancedweb.hu/2015/09/17/eclipse_tests_with_moreunit/

Ctrl+j -> edit test class

Ctrl+u -> edit test method

Ctrl+r -> run test

Don’t Test Blindly

In this case you should prioritize things a bit and just write tests for the following:

  • Core code that is accessed by a lot of other modules
  • Code that seems to gather a lot of bugs
  • Code that changes by multiple different developers (often to accommodate new requirements)

MEMO

Categories:

Updated: