Skip to content

Commit 443a585

Browse files
authored
Update README with state of mockito (#122)
1 parent 4816f56 commit 443a585

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,11 @@ Check the table below to see how `wiremock` compares to them across the followin
168168
- Spying (e.g. verify that a mock has/hasn't been called in a test);
169169
- Standalone mode (i.e. can I launch an HTTP mock server outside of a test suite?).
170170

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

177177

178178
## Future evolution

0 commit comments

Comments
 (0)