Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:0.5
-
Epic Link:
-
Sprint:Spring 6 : 30 Mar to Apr 10, Spring 7 : 13 Apr to 24 Apr, Spring 8 : 24 Apr to 8 May, Spring 8 : 11 May to 25 May, Spring 9 : 25 May to 8 Jun
Description
Srishti Tiwari has been working the new 23 and Me personal genome visualization app.
She is using a branch on her fork but will be submitting a PR very soon to merge the latest changes into the team repository. Until then, this branch has the latest code:
https://bitbucket.org/srishtitiwari/integrated-genome-browser/branch/IGBF-2253
For this task, add unit tests that test the method "parseLineToDataModel" in TwentyThreeAndMeSymLoader.java
Talk with Srishti Tiwari about the expected output.
To start, you write test cases for
- Proper behavior when encountering incorrect data
- Proper behavior when encountered correct data
- Sanity checking - validating business logic (hardest to do)
Test cases from NCBI Primer App that can provide some guidance:
IGBF-2258" on this branch https://bitbucket.org/pnikhare/experimental-apps-for-igb/branch/IGBF-2287