Closed
Description
openedon Nov 20, 2018
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment