You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually implement the documented dwim behaviour (#373)
dap-java--run-unit-test-command (and other functions) document that if
no test method exists at point they will fall back to running the class
tests. In actuality they signal a user-error if no method exists at
point.
This commit implements the documented behaviour (which seems more useful
than updating the documentation to match the actual behaviour).
Fixes#371
0 commit comments