Merge pull request #2106 from teleivo/cohortvalidatortest
Cleanup and add tests to CohortValidatorTest
teleivo <mrteleivo@gmail.com>
d36e84be5afb578d2994b61faaa080c78d974319
Cleanup and add tests to CohortValidatorTest
* add setUp method preparing variables needed for tests to remove
duplication in test setup
* add tests to assert IllegalArgumentException is thrown when
validating null or an instance other than Cohort
Ivo Ulrich <teleivo@users.noreply.github.com>
a0cd91742cf61738a7d48fda1ac8fdd111469614
Merge pull request #2104 from teleivo/codetemplates
Remove throws Exception from IDE code templates
teleivo <mrteleivo@gmail.com>
1695eb7ec7d436b56a3de5c0821c64c2a73efbef
Remove throws Exception from IDE code templates
there is no need for the throws Exception clauses in the tests
therefore removed it from the intellij and eclipse templates
Ivo Ulrich <teleivo@users.noreply.github.com>
3f2f4d015a2ef0d09b4f26dab9dd099c00e4b90a
Merge pull request #2103 from teleivo/baseattributetypevalidatortest
Clean and add tests to BaseAttributeTypeValidatorTest