microsoft / vscode-java-test

Run and debug Java test cases in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-test
Other
290 stars 124 forks source link

refactor - Remove the logic of eliminating spaces in param list #1700

Closed jdneo closed 3 weeks ago

jdneo commented 3 weeks ago

Since test id returned from both the eclipse test runner and gradle test runner contain space between the param list. The previous logic to remove all spaces is redundant.