forked from microsoft/vscode-java-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
26 lines (26 loc) · 2.44 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"description": "Run and debug JUnit or TestNG test cases",
"contributes.commands.java.test.show.output.title": "Show Test Output",
"contributes.commands.java.test.open.log.title": "Open Test Runner Log",
"contributes.commands.java.test.explorer.run.title": "Run Test",
"contributes.commands.java.test.explorer.debug.title": "Debug Test",
"contributes.commands.java.test.explorer.run.config.title": "Run With Configuration",
"contributes.commands.java.test.explorer.debug.config.title": "Debug With Configuration",
"contributes.commands.java.test.cancel.title": "Cancel Test Job",
"contributes.commands.java.test.explorer.refresh.title": "Refresh",
"contributes.commands.java.test.config.migrate.title": "Migrate Deprecated 'launch.test.json'",
"configuration.java.test.report.showAfterExecution.description": "Specify if the test report will automatically be shown after execution",
"configuration.java.test.report.position.description": "Specify where to show the test report",
"configuration.java.test.editor.enableShortcuts.description": "Specify whether to show the Code Lenses in editor or not",
"configuration.java.test.log.level.description": "Specify the level of the test logs",
"configuration.java.test.message.hintForDeprecatedConfig.description": "Specify whether the extension will show hint dialog when deprecated configuration file is used",
"configuration.java.test.message.hintForSetingDefaultConfig.description": "Specify whether the extension will show hint to set default test configuration",
"configuration.java.test.defaultConfig.description": "Specify the name of the default test configuration",
"configuration.java.test.config.description": "Specify the configurations for running the tests",
"configuration.java.test.config.item.description": "Specify the configuration item for running the tests",
"configuration.java.test.config.name.description": "Specify the name of the configuration item",
"configuration.java.test.config.workingDirectory.description": "Specify the working directory when running the tests",
"configuration.java.test.config.vmargs.description": "Specify the extra options and system properties for the JVM",
"configuration.java.test.config.args.description": "Specify the command line arguments which will be passed to the test runner",
"configuration.java.test.config.env.description": "Specify the extra environment variables when running the tests"
}