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
297 stars 131 forks source link

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

Closed jdneo closed 5 months ago

jdneo commented 5 months 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.