generated from kpavlov/awesome-kotlin-maven-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor error handling and add detailed doc for BaseWiremock
Refactor `verifyNoUnmatchedRequests` to provide detailed error messages on unmatched requests. Add comprehensive documentation for `BaseWiremock` usage, best practices, and common testing patterns. Also, include a new test case to check unmatched requests.
- Loading branch information
Konstantin Pavlov
authored and
Konstantin Pavlov
committed
Nov 10, 2024
1 parent
0ef1918
commit dd26462
Showing
5 changed files
with
637 additions
and
10 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# TestEnvironment | ||
# 🎪Test Environment | ||
|
||
## Overview | ||
|
||
|
Oops, something went wrong.