We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1acbd commit a8bc76aCopy full SHA for a8bc76a
fern/products/sdks/overview/java/changelog/2025-08-14.mdx
@@ -0,0 +1,18 @@
1
+## 2.41.0
2
+**`(feat):`** Add support for generating wire tests via `enable-wire-tests` flag. Wire tests verify HTTP protocol communication
3
+using MockWebServer and are generated for all endpoints in a service.
4
+
5
+```yaml
6
+customConfig:
7
+ enable-wire-tests: true
8
+```
9
10
+Generated tests include:
11
+- Working 404/500 error tests that compile immediately
12
+- Success test templates with TODO comments for customization
13
+- Proper handling of staged vs regular builders
14
+- Constants for all magic strings for better maintainability
15
16
+Note: Complex request bodies and response validation require manual customization.
17
18
0 commit comments