OpenMRS Core Master

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> f42c653594b3f69227c1e40b0f9b861d29d4fbd7

    Merge pull request #2100 from teleivo/personnamevalidator-test
    Extract setUp in PersonNameValidatorTest

  • teleivo <mrteleivo@gmail.com>

    teleivo <mrteleivo@gmail.com> 5c6969404794b45244994c25ece8868d08f6b44e

    Extract setUp in PersonNameValidatorTest
    * 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
    * remove unnecessary throws Exception from method declarations

    • api/src/test/java/org/openmrs/validator/PersonNameValidatorTest.java (version 5c6969404794b45244994c25ece8868d08f6b44e)