Closed SherniceSng closed 3 days ago
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> (?) |
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!