This is an automated email from the ASF dual-hosted git repository.
mbalin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 7a29441b6b3 Merge pull request #8398 from
matthiasblaesing/async-generator-class-method
add 8e0a98049b6 Added Micronaut launcher tests
new 2980e1bf022 Merging #8293 from petrovic-d Micronaut launcher tests
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:
java/java.lsp.server/vscode/src/extension.ts | 29 +++++-
.../vscode/src/test/launcher/fileUtil.ts} | 55 +++++------
.../vscode/src/test/{suite => launcher}/index.ts | 4 +-
.../vscode/src/test/launcher/launch.test.ts | 109 +++++++++++++++++++++
java/java.lsp.server/vscode/src/test/runTest.ts | 33 ++++++-
.../java.lsp.server/vscode/src/test/suite/index.ts | 4 +-
.../vscode/src/test/suite/testutils.ts | 2 +-
.../test/{ws => test-projects/test-app}/empty.ts | 0
.../vscode/test-projects/test-app}/.gitignore | 0
.../vscode/test-projects/test-app}/README.md | 16 +--
.../test-projects/test-app}/aot-jar.properties | 7 +-
.../test-projects/test-app}/micronaut-cli.yml | 2 +-
.../vscode/test-projects/test-app}/pom.xml | 19 ++--
.../src/main/java/com/example/Application.java | 0
.../src/main/resources/application.properties | 2 +
.../test-app}/src/main/resources/logback.xml | 1 -
.../src/test/java/com/example/TestAppTest.java | 2 +-
nbbuild/rat-exclusions.txt | 3 +
18 files changed, 226 insertions(+), 62 deletions(-)
copy java/{java.metrics/test/unit/data/hints/metrics/MethodNotTooComplex.java
=> java.lsp.server/vscode/src/test/launcher/fileUtil.ts} (52%)
copy java/java.lsp.server/vscode/src/test/{suite => launcher}/index.ts (93%)
create mode 100644 java/java.lsp.server/vscode/src/test/launcher/launch.test.ts
copy java/java.lsp.server/vscode/src/test/{ws =>
test-projects/test-app}/empty.ts (100%)
copy {enterprise/micronaut/test/unit/data/maven/micronaut4/simple =>
java/java.lsp.server/vscode/test-projects/test-app}/.gitignore (100%)
copy {enterprise/micronaut/test/unit/data/maven/micronaut4/simple =>
java/java.lsp.server/vscode/test-projects/test-app}/README.md (75%)
copy {enterprise/micronaut/test/unit/data/maven/micronaut4/simple =>
java/java.lsp.server/vscode/test-projects/test-app}/aot-jar.properties (87%)
copy {enterprise/micronaut/test/unit/data/maven/micronaut4/simple =>
java/java.lsp.server/vscode/test-projects/test-app}/micronaut-cli.yml (51%)
copy {enterprise/micronaut/test/unit/data/maven/micronaut4/simple =>
java/java.lsp.server/vscode/test-projects/test-app}/pom.xml (87%)
copy {enterprise/micronaut/test/unit/data/maven/micronaut4/simple =>
java/java.lsp.server/vscode/test-projects/test-app}/src/main/java/com/example/Application.java
(100%)
create mode 100644
java/java.lsp.server/vscode/test-projects/test-app/src/main/resources/application.properties
copy {enterprise/micronaut/test/unit/data/gradle/artifacts/simple =>
java/java.lsp.server/vscode/test-projects/test-app}/src/main/resources/logback.xml
(93%)
copy
enterprise/micronaut/test/unit/data/gradle/artifacts/multi/app/src/test/java/com/example/DemoTest.java
=>
java/java.lsp.server/vscode/test-projects/test-app/src/test/java/com/example/TestAppTest.java
(95%)
---------------------------------------------------------------------
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