-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(BILL-CPC-934) Implement Negative Testing in BillServiceImplTest (#…
…580) JIRA: https://champlainsaintlambert.atlassian.net/jira/software/c/projects/CPC/boards/15/backlog?selectedIssue=CPC-934 ## Context: This ticket involves adding negative tests to the BillServiceImplTest to ensure that the service behaves correctly when encountering various error scenarios. ## Changes Created 6 negative tests, - test_getBillByNonExistentBillId - test_updateNonExistentBillId - test_deleteNonExistentBillId - test_updateBillWithInvalidRequest - test_GetBillByNonExistentCustomerId - test_CreateBillWithInvalidData ## Before and After UI (Required for UI-impacting PRs) ## Dev notes (Optional) ## Linked pull requests (Optional)
- Loading branch information
1 parent
bda738f
commit c1701df
Showing
1 changed file
with
105 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters