Skip to content

Commit

Permalink
Update README with state of mockito (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
lipanski authored Jul 14, 2023
1 parent 4816f56 commit 443a585
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,11 @@ Check the table below to see how `wiremock` compares to them across the followin
- Spying (e.g. verify that a mock has/hasn't been called in a test);
- Standalone mode (i.e. can I launch an HTTP mock server outside of a test suite?).

| | Test execution strategy | How many APIs can I mock? | Out-of-the-box request matchers | Extensible request matching | API | Spying | Standalone mode |
|-----------|-------------------------|---------------------------|---------------------------------|----------------------------|-------|----------|-----------------|
| mockito | ❌ Sequential | ❌ 1 | || Sync |||
| httpmock | ✔ Parallel | ✔ Unbounded ||| Async/Sync |||
| wiremock | ✔ Parallel ️ | ✔ Unbounded ||| Async |||
| | Test execution strategy | How many APIs can I mock? | Out-of-the-box request matchers | Extensible request matching | API | Spying | Standalone mode |
|-----------|-------------------------|---------------------------|---------------------------------|-----------------------------|------------|--------|-----------------|
| mockito | ✔ Parallel | ✔ Unbounded | | | Async/Sync | ||
| httpmock | ✔ Parallel | ✔ Unbounded | | | Async/Sync | | |
| wiremock | ✔ Parallel ️ | ✔ Unbounded | | | Async |||


## Future evolution
Expand Down

0 comments on commit 443a585

Please sign in to comment.