MetroCS / redistricting

Experimentation with geopolitical redistricting
GNU Affero General Public License v3.0
5 stars 75 forks source link

[UserStory] Add test for constructor Region(Collection<Voter>) #119

Closed jody closed 2 years ago

jody commented 2 years ago

User Story

Essential components

Story

As a Maintainer
I want an effective test method for the Region(Collection\<Voter>) constructor
so that the constructor is tested and test coverage of the Region class is more complete.

Acceptance Criteria

Supporting Information

Screen Shot 2021-11-27 at 3 17 47 PM

Dependencies

Depends On

(Issues on which this story depends)

Dependents

(Issues dependent on this story)

jody commented 2 years ago

Coverage cannot be checked because the Junit 5 Jupiter tests are not compatible with the current JaCoCo configuration.