MetroCS / redistricting

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

Added StarGeneratorTest.java #157

Closed 13Lena closed 2 years ago

13Lena commented 2 years ago

Created an incomplete test class for StarGenerator.java

We suggest breaking up generatePatternTest method into private methods that test each of the above assertions individually. Even though the basics of the tests are here, it possible more components for the test class are needed.

MXHJohn314 commented 2 years ago

Line 6 does not pass the checkstyle. Change import static org.junit.jupiter.api.Assertions.*; to: import static org.junit.jupiter.api.Assertions.assertTrue; import static org.junit.jupiter.api.Assertions.assertEquals;

jody commented 2 years ago

Setting status to Draft; please advise when this is ready for review.

jody commented 2 years ago

Incomplete. No activity in 16 days. Closing.