Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: updated link to unit testing tutorial

You should be familiar with JUnit as it is what OpenMRS uses for unit testing. For my test, I used JUnit4. Please see The unit testing tutorial and The module unit testing tutorial for more information. It is assumed for the sake of this tutorial that you have read and understand those.

...