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
{{ message }}
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.
Expected Behavior
If the protected method is not considered as step implementation it should not be marked as implemented and taken to it when the user says goto definition
Actual Behavior
Navigation works as if the method is the implementation
Steps to reproduce
Create a spec
protected method
==================
is not available for execution
-----------
* Should not navigate to step
Give the implementation
[Step("Should not navigate to step")]
protected void shouldNotNavigateToStep(Table wordsTable)
{
}
execute specs and we get unable to find step
Goto the spec, now goto the definition. It takes one to the protected implementation.
Expected Behavior
If the protected method is not considered as step implementation it should not be marked as implemented and taken to it when the user says goto definition
Actual Behavior
Navigation works as if the method is the implementation
Steps to reproduce
Version
The text was updated successfully, but these errors were encountered: