OpenMRS Core Master

Build: #1914 was successful Changes by teleivo <mrteleivo@gmail.com>

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Code commits

openmrs-core

  • teleivo <mrteleivo@gmail.com>

    teleivo <mrteleivo@gmail.com> b021f87163efec4df91e652edcb53f6ec660242f

    Remove boilerplate javadocs in AdministrationServiceTest
    these javadocs are often out of date, just take up space and repeat the
    method signature that is under test anyway so navigating to it is easy
    already via the test itself

    • api/src/test/java/org/openmrs/api/AdministrationServiceTest.java (version b021f87163efec4df91e652edcb53f6ec660242f)
  • teleivo <mrteleivo@gmail.com>

    teleivo <mrteleivo@gmail.com> 2a3c1b7bdd6647d688e497cd3f556ba232c950a0

    Use static imports in AdministrationServiceTest
    to improve readability since we use these asserts over and over again
    its clearer to read `assertTrue` than `Assert.assertTrue`

    • api/src/test/java/org/openmrs/api/AdministrationServiceTest.java (version 2a3c1b7bdd6647d688e497cd3f556ba232c950a0)