Closed yanqiyqh closed 2 weeks ago
Adds feature #84
Attention: Patch coverage is 0%
with 45 lines
in your changes missing coverage. Please review.
Files with missing lines | Coverage Δ | Complexity Δ | |
---|---|---|---|
.../seedu/address/logic/parser/AddressBookParser.java | 87.50% <0.00%> (-3.81%) |
14.00 <0.00> (ø) |
|
...du/address/model/client/insurance/claim/Claim.java | 0.00% <0.00%> (ø) |
0.00 <0.00> (ø) |
|
.../address/logic/parser/ListClaimsCommandParser.java | 0.00% <0.00%> (ø) |
0.00 <0.00> (?) |
|
...eedu/address/logic/commands/ListClaimsCommand.java | 0.00% <0.00%> (ø) |
0.00 <0.00> (?) |
|
.../model/client/insurance/InsurancePlansManager.java | 38.61% <0.00%> (-7.82%) |
19.00 <0.00> (ø) |
Fixed #84
Proceeding to merge as checkstyle violations have been resolved and all conversations have been resolved and approved.
Create new fully-functional ListClaimsCommand and ListClaimsCommandParser to parse the new command
listClaims
to access a Client's claims.