Skip to content

Commit 095edb8

Browse files
committed
[JAVAVSCODE-28] Include TestNG tests in the test explorer.
1 parent 22f03a2 commit 095edb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ In the VS Code command palette :
4242
* __Java: New Project...__ allows creation of new Maven or Gradle project
4343
* __Java: New from Template...__ add various files to currently selected open project. Files are:
4444
* Java - broad selection of various predefined Java classes
45-
* Unit tests - JUnit and TestNB templates for test suites and test cases
45+
* Unit tests - JUnit and TestNG templates for test suites and test cases
4646
* Other - various templates for Javascript, JSON, YAML, properties, ... files
4747
* __Java: Compile Workspace__ - invoke Maven or Gradle build
4848
* __Java: Clean Workspace__ - clean Maven or Gradle build

vscode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ In the VS Code command palette :
3737
* __Java: New Project...__ allows creation of new Maven or Gradle project
3838
* __Java: New from Template...__ add various files to currently selected open project. Files are:
3939
* Java - broad selection of various predefined Java classes
40-
* Unit tests - JUnit and TestNB templates for test suites and test cases
40+
* Unit tests - JUnit and TestNG templates for test suites and test cases
4141
* Other - various templates for Javascript, JSON, YAML, properties, ... files
4242
* __Java: Compile Workspace__ - invoke Maven or Gradle build
4343
* __Java: Clean Workspace__ - clean Maven or Gradle build

0 commit comments

Comments
 (0)