AY2425S1-CS2103T-T11-3 / tp

MIT License
0 stars 5 forks source link

Create wedding tests #117

Closed SherniceSng closed 3 days ago

SherniceSng commented 4 days ago

Added tests for ClientTest.java, NameMatchesWeddingPredicateTest.java, UniqueWeddingListTest.java

Added new exceptions for Wedding class: DuplicateWeddingException.java and WeddingNotFoundException.java

Note: One of the tests in UniqueWeddingListTest.java fails, will fix it soon!

codecov[bot] commented 3 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Files with missing lines Coverage Δ Complexity Δ
...seedu/address/model/wedding/UniqueWeddingList.java 86.95% <100.00%> (+47.93%) 20.00 <0.00> (+12.00)
.../wedding/exceptions/DuplicateWeddingException.java 100.00% <100.00%> (ø) 1.00 <1.00> (?)
...l/wedding/exceptions/WeddingNotFoundException.java 100.00% <100.00%> (ø) 1.00 <1.00> (?)

... and 4 files with indirect coverage changes