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 ea44d7d commit ab69050Copy full SHA for ab69050
java/src/test/kotlin/cc/unitmesh/idea/context/JavaClassContextTest.kt
@@ -94,7 +94,8 @@ public class BlogService {
94
95
assertEquals(
96
classContext.format(),
97
- """class BlogController {
+ """'filePath: /foo.bar
98
+class BlogController {
99
blogService
100
+ public BlogController(BlogService blogService)
101
+ @PostMapping("/blog") public BlogPost createBlog(CreateBlogDto blogDto)
@@ -121,4 +122,4 @@ public class BlogService {
121
122
|BlogController.java -> blogService.createBlog""".trimMargin()
123
)
124
}
-}
125
+}
0 commit comments