Build: #1174 was successful Scheduled with changes by teleivo <mrteleivo@gmail.com> and Ivo Ulrich <teleivo@users.noreply.github.com>

Build result summary

Details

Completed
Queue duration
1 minute
Duration
8 minutes
Labels
None
Revision
e2a5df531ed0827595c8edab9ca7b5b76a6b00f1 e2a5df531ed0827595c8edab9ca7b5b76a6b00f1
Successful since
#1168 ()

Code commits

Author Commit Message Commit date
Ivo Ulrich <teleivo@users.noreply.github.com> Ivo Ulrich <teleivo@users.noreply.github.com> e2a5df531ed0827595c8edab9ca7b5b76a6b00f1 e2a5df531ed0827595c8edab9ca7b5b76a6b00f1 Merge pull request #2106 from teleivo/cohortvalidatortest
Cleanup and add tests to CohortValidatorTest
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> d36e84be5afb578d2994b61faaa080c78d974319 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> Ivo Ulrich <teleivo@users.noreply.github.com> a0cd91742cf61738a7d48fda1ac8fdd111469614 a0cd91742cf61738a7d48fda1ac8fdd111469614 Merge pull request #2104 from teleivo/codetemplates
Remove throws Exception from IDE code templates
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> 1695eb7ec7d436b56a3de5c0821c64c2a73efbef 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> Ivo Ulrich <teleivo@users.noreply.github.com> 3f2f4d015a2ef0d09b4f26dab9dd099c00e4b90a 3f2f4d015a2ef0d09b4f26dab9dd099c00e4b90a Merge pull request #2103 from teleivo/baseattributetypevalidatortest
Clean and add tests to BaseAttributeTypeValidatorTest