Property | Type | Description | |
---|---|---|---|
PENDING_ATTRIBUTE | string | ||
STEP_ATTRIBUTES | string[] |
Property | Type | Description | |
---|---|---|---|
_stepDefinitions | List |
Method | Description | |
---|---|---|
Clear ( ) : void | ||
FindMatchesFor ( string stepIdentifier ) : CucumberLanguageServices.Integration.StepDefinition[] | ||
HasMatchFor ( string stepIdentifier ) : bool | ||
ProcessItem ( CodeClass codeClass ) : void | ||
ProcessItem ( ProjectItem item ) : void | ||
Unescape ( string value ) : string |
Method | Description | |
---|---|---|
AddStep ( CodeAttribute attribute, string className ) : void | ||
RemoveAttributesFor ( string className ) : void |
public FindMatchesFor ( string stepIdentifier ) : CucumberLanguageServices.Integration.StepDefinition[] | ||
stepIdentifier | string | |
return | CucumberLanguageServices.Integration.StepDefinition[] |
public HasMatchFor ( string stepIdentifier ) : bool | ||
stepIdentifier | string | |
return | bool |
public ProcessItem ( CodeClass codeClass ) : void | ||
codeClass | CodeClass | |
return | void |
public ProcessItem ( ProjectItem item ) : void | ||
item | ProjectItem | |
return | void |
public static Unescape ( string value ) : string | ||
value | string | |
return | string |