This is an automated email from the ASF dual-hosted git repository.
dbalek pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 2444c44712 Merge pull request #7351 from apache/delivery
add f29bacffaf Micronaut: Source action to generate tests for endpoints
added.
new 152d9d45ed Merge pull request #7369 from
dbalek/dbalek/micronaut-endpoint-tests-gen
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../db/MicronautDataEndpointGenerator.java | 24 +-
.../db/MicronautEndpointTestGenerator.java | 585 +++++++++++++++++++++
.../org/netbeans/modules/micronaut/db/Utils.java | 26 +
.../micronaut/symbol/MicronautSymbolFinder.java | 6 +-
.../lsp/server/protocol/TestClassGenerator.java | 2 +-
java/java.lsp.server/vscode/src/extension.ts | 4 +
6 files changed, 620 insertions(+), 27 deletions(-)
create mode 100644
enterprise/micronaut/src/org/netbeans/modules/micronaut/db/MicronautEndpointTestGenerator.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists