matsengrp / antigen

Simulating virus evolution and epidemiology
http://bedford.io/projects/antigen/
1 stars 0 forks source link

Kickstart unit testing w/ J-Unit. #7

Closed zorian15 closed 2 years ago

zorian15 commented 2 years ago

Description

Setting up unit tests for SequencePhenotype.java using JUnit5

Closes #5

Tests

I do not know how to use the git integration with Eclipse yet -- so goofed and added my first tests to main. Realized I need a bit more time to hash out SequencePhenotype.riskOfInfection() before I write tests for it -- so adding a stub for now.

Checklist: