OpenMRS Core Master

Build: #1552 did not complete

Job: Deploy did not start

Stages & jobs

  1. Build and Test

  2. Deploy

  3. Release

    Requires a user to start manually

Code commits

openmrs-core

  • Ivo Ulrich <teleivo@users.noreply.github.com>

    Ivo Ulrich <teleivo@users.noreply.github.com> 66b9f0f7e42928598e603edb73bb16cf9f91f944

    Merge pull request #2097 from teleivo/encountervalidator-test
    Add tests to EncounterValidatorTest

  • teleivo <mrteleivo@gmail.com>

    teleivo <mrteleivo@gmail.com> 4bbfc6f4855abfe15c065b1a090c227f6d130130

    Add tests to EncounterValidatorTest
    * add tests to EncounterValidatorTest for when validation is given null or
    instance of class other than Encounter
    * add setUp method preparing variables needed for tests to remove
    duplication in test setup
    * arrange test implementations in a arrange, act, assert style (or what
    we often called the given,when,then) so its clear to see whats been
    tested and what the outcome should be

    • api/src/test/java/org/openmrs/validator/EncounterValidatorTest.java (version 4bbfc6f4855abfe15c065b1a090c227f6d130130)