Свойство | Type | Description | |
---|---|---|---|
PENDING_ATTRIBUTE | string | ||
STEP_ATTRIBUTES | string[] |
Свойство | Type | Description | |
---|---|---|---|
_stepDefinitions | List |
Méthode | 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 |
Méthode | Description | |
---|---|---|
AddStep ( CodeAttribute attribute, string className ) : void | ||
RemoveAttributesFor ( string className ) : void |
public FindMatchesFor ( string stepIdentifier ) : CucumberLanguageServices.Integration.StepDefinition[] | ||
stepIdentifier | string | |
Résultat | CucumberLanguageServices.Integration.StepDefinition[] |
public HasMatchFor ( string stepIdentifier ) : bool | ||
stepIdentifier | string | |
Résultat | bool |
public ProcessItem ( CodeClass codeClass ) : void | ||
codeClass | CodeClass | |
Résultat | void |
public ProcessItem ( ProjectItem item ) : void | ||
item | ProjectItem | |
Résultat | void |
public static Unescape ( string value ) : string | ||
value | string | |
Résultat | string |
public static string PENDING_ATTRIBUTE | ||
Résultat | string |
public static string[] STEP_ATTRIBUTES | ||
Résultat | string[] |