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

Build: #643 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
36 seconds
Duration
6 minutes
Labels
None
Revisions
openmrs-module-webservices.rest
4288a17ea16eab4a5fb610a19e867bcea72652fe 4288a17ea16eab4a5fb610a19e867bcea72652fe
Release scripts
1aad5c8d3a6400ade338d1ee1b9fd6d34fe773fa 1aad5c8d3a6400ade338d1ee1b9fd6d34fe773fa
Total tests
1321
Successful since
#616 ()

Tests

Code commits

openmrs-module-webservices.rest
Author Commit Message Commit date
Daniel Kayiwa Daniel Kayiwa 4288a17ea16eab4a5fb610a19e867bcea72652fe 4288a17ea16eab4a5fb610a19e867bcea72652fe Merge pull request #246 from teleivo/test-getresourcebysupportedclass
Add test for RestServiceImpl.getResourceBySupportedClass
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> 2ce27a75235cb57dc7cfb38a293cf308fcd4ea5d 2ce27a75235cb57dc7cfb38a293cf308fcd4ea5d Add test for RestServiceImpl.getResourceBySupportedClass
* add fake/test domain object MockingBird
* rename MockingBirdFantasyResource to MockingBirdResource and use
MockingBird.class in supportedClass
* add fake/test domain objects Animal/Bird/HibernateProxyMockingBird/Cat
to establish a hierarchy needed for tests of
getResourceBySupportedClass()
* add fake/test Resources for Animal/Bird/Cat
* rename fake/test Resource classes to fit openmrs style with suffix of
supportedOpenmrsVersion
* add tests for getResourceBySupportedClass()