You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the project jakarta.jdt the tests are located in the directory org.eclipse.lsp4jakarta.jdt.test. The source directory layout is src/main/java/org/eclipse/lsp4jakarta/jdt and all the tests are organized into directories there. This results in Java package names like org.eclipse.lsp4jakarta.jdt.annotations which are not immediately recognizable as tests.
Refactor these packages to include the word "test." For example: org.eclipse.lsp4jakarta.jdt.test.annotations
The text was updated successfully, but these errors were encountered:
In the project jakarta.jdt the tests are located in the directory
org.eclipse.lsp4jakarta.jdt.test
. The source directory layout issrc/main/java/org/eclipse/lsp4jakarta/jdt
and all the tests are organized into directories there. This results in Java package names likeorg.eclipse.lsp4jakarta.jdt.annotations
which are not immediately recognizable as tests.Refactor these packages to include the word "test." For example:
org.eclipse.lsp4jakarta.jdt.test.annotations
The text was updated successfully, but these errors were encountered: