Commit 0f7f123
Drop mockito-scala-scalatest test dependency
RestServletTest was the only consumer; its 13 scenarios are already
covered end-to-end by JettyRestCallTest, SttpRestCallTest, and
EndpointsIntegrationTest, which run the real RestServlet behind a real
Jetty server. The one previously-unique scenario (mid-stream failure
closing the servlet output stream) is ported to
StreamingRestApiTestScenarios via the existing errorStream fixture, so
JettyRestCallTest now verifies it against a real HTTP client.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent d7e2672 commit 0f7f123
3 files changed
Lines changed: 19 additions & 354 deletions
File tree
- project
- rest
- .jvm/src/test/scala/io/udash/rest
- src/test/scala/io/udash/rest
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
| |||
100 | 99 | | |
101 | 100 | | |
102 | 101 | | |
103 | | - | |
104 | 102 | | |
105 | 103 | | |
106 | 104 | | |
| |||
Lines changed: 0 additions & 352 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
241 | 260 | | |
0 commit comments