Method | Description | |
---|---|---|
GetConsideredStepDefinitions ( StepDefinitionType stepDefinitionType, string stepText ) : IEnumerable |
||
GetHooks ( HookType bindingEvent ) : IEnumerable |
||
GetStepTransformations ( ) : IEnumerable |
||
RegisterHookBinding ( IHookBinding hookBinding ) : void | ||
RegisterStepArgumentTransformationBinding ( IStepArgumentTransformationBinding stepArgumentTransformationBinding ) : void | ||
RegisterStepDefinitionBinding ( IStepDefinitionBinding stepDefinitionBinding ) : void |
Method | Description | |
---|---|---|
GetHookList ( HookType bindingEvent ) : List |
public GetConsideredStepDefinitions ( StepDefinitionType stepDefinitionType, string stepText ) : IEnumerable |
||
stepDefinitionType | StepDefinitionType | |
stepText | string | |
return | IEnumerable |
public GetHooks ( HookType bindingEvent ) : IEnumerable |
||
bindingEvent | HookType | |
return | IEnumerable |
public GetStepTransformations ( ) : IEnumerable |
||
return | IEnumerable |
public RegisterHookBinding ( IHookBinding hookBinding ) : void | ||
hookBinding | IHookBinding | |
return | void |
public RegisterStepArgumentTransformationBinding ( IStepArgumentTransformationBinding stepArgumentTransformationBinding ) : void | ||
stepArgumentTransformationBinding | IStepArgumentTransformationBinding | |
return | void |
public RegisterStepDefinitionBinding ( IStepDefinitionBinding stepDefinitionBinding ) : void | ||
stepDefinitionBinding | IStepDefinitionBinding | |
return | void |