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:
[X] The code uses informative and accurate variable and function names
[X] The functionality is factored out into functions and methods with logical interfaces
[X] Comments are up to date, document intent, and there are no commented-out code blocks
[X] Commenting and/or documentation is sufficient for others to be able to understand intent and implementation
[ ] TODOs have been eliminated from the code
[X] The corresponding issue number (e.g. #278) has been searched for in the code to find relevant notes
Description
Setting up unit tests for
SequencePhenotype.java
using JUnit5Closes #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 outSequencePhenotype.riskOfInfection()
before I write tests for it -- so adding a stub for now.Checklist:
#278
) has been searched for in the code to find relevant notes