eclipse / lsp4jakarta

Language Server for Jakarta EE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing codeAction Tests in JakartaServletTest.java file

anusreelakshmi934 opened this issue · comments

While addressing issue #577, I discovered that there were no test cases for the CompleteFilterAnnotationQuickFix code action and one part of CompleteServletAnnotationQuickFix code action.
To rectify this, I have added tests for the same in lsp4ij component for intellij in the JakartaServletTest.java file.

You can find the changes in the JakartaServletTest.java file within the PR #639.
For your convenience, you can access the added tests in the JakartaServletTest.java file through this link: Tests.