Builds and runs unit tests. More details of the release in https://wiki.openmrs.org/x/i4DTAw

Build: #645 was successful Changes by teleivo <mrteleivo@gmail.com> and Daniel Kayiwa

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
1 hour
Duration
9 minutes
Labels
None
Revisions
openmrs-module-webservices.rest
6faf9033bbf4159da1a3da7baa49635d187c1a1a 6faf9033bbf4159da1a3da7baa49635d187c1a1a
Release scripts
1aad5c8d3a6400ade338d1ee1b9fd6d34fe773fa 1aad5c8d3a6400ade338d1ee1b9fd6d34fe773fa
Total tests
1324
Successful since
#616 ()

Tests

Code commits

openmrs-module-webservices.rest
Author Commit Message Commit date
Daniel Kayiwa Daniel Kayiwa 6faf9033bbf4159da1a3da7baa49635d187c1a1a 6faf9033bbf4159da1a3da7baa49635d187c1a1a Merge pull request #248 from teleivo/test-getsearchhandler
Add tests for RestServiceImpl.getSearchHandler(name, params)
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> 4722b6520afd282e9496a92d240e1a864a9629d3 4722b6520afd282e9496a92d240e1a864a9629d3 Add tests for RestServiceImpl.getSearchHandler(name, params)
* move searchhandler tests to bottom to follow order of methods in RestServiceImpl
* add javadoc describing the logic behind finding the SearchHandler
* add tests to cover all cases