SoftwareSystemDesign / simulated-evolution

Artificial Life Simulation of Bacteria Motion depending on DNA
https://java.woehlke.org/kurzweil/simulated-evolution/
Apache License 2.0
0 stars 6 forks source link

GeneticInfoTest.java : Junit Test for GeneticInfo class #24

Closed JS970 closed 1 year ago

JS970 commented 1 year ago

GeneticInfoTest perform unit test for all methods of GeneticInfo class, using concrete parameters at ConcreteGeneticInfo1. It checks the range of parameters. If parameter value is out of given range, assertion occers.