Friday, July 12, 2013

Adding test cases for task VM-2 : GSoC week 4

This week i spent on writing test cases for the first feature i have implemented which is VM-2, Make it possible to select the type of metadata or data to validate instead of typing a fully qualified class name. I first added the OpenMRS GenerateTestCases plugin for IntelliJ Idea and generated the skeletons of the test methods.

The follwing is the list of test cases i have written for this week.


  • @should verify all validation threads have started
  • @should verify validation is completed
  • @should verify thread count is correct
However i came through an issue while trying on running the test cases as the IDE threw a lot of ClassNotFoundExceptions. It seems that this is due to classpath settings issues in my project, so i am going to work with my mentor on resolving these today and will properly test the written test classes.

No comments:

Post a Comment