OpenMRS Core Master
Build: #1553 was successful Changes by teleivo <mrteleivo@gmail.com> and Ivo Ulrich <teleivo@users.noreply.github.com>
Code commits
openmrs-core
-
Ivo Ulrich <teleivo@users.noreply.github.com> f42c653594b3f69227c1e40b0f9b861d29d4fbd7
Merge pull request #2100 from teleivo/personnamevalidator-test
Extract setUp in PersonNameValidatorTest -
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)