Project: https://github.com/Microsoft/todo-app-java-on-azure
Repro Steps:
1, Open todo project in vscode
2. Expand package com.microsoft.azure.sample to the method level
3. Trigger test from a method

Result:
Test runner will run all methods in class TodoApplicationTest

Expect:
Only run one method if trigger test from a method.
Project: https://github.com/Microsoft/todo-app-java-on-azure
Repro Steps:

1, Open todo project in vscode
2. Expand package com.microsoft.azure.sample to the method level
3. Trigger test from a method
Result:

Test runner will run all methods in class TodoApplicationTest
Expect:
Only run one method if trigger test from a method.