Méthode | Description | |
---|---|---|
ErrorProvider ( IStepFormatter stepFormatter, TechTalk.SpecFlow.Configuration.RuntimeConfiguration runtimeConfiguration, IUnitTestRuntimeProvider unitTestRuntimeProvider ) : System | ||
GetAmbiguousBecauseParamCheckMatchError ( List |
||
GetAmbiguousMatchError ( List |
||
GetCallError ( IBindingMethod method, |
||
GetMethodText ( IBindingMethod method ) : string | ||
GetMissingStepDefinitionError ( ) : MissingStepDefinitionException | ||
GetNoMatchBecauseOfScopeFilterError ( List |
||
GetNonStaticEventError ( IBindingMethod method ) : |
||
GetParameterCountError ( TechTalk.SpecFlow.Bindings.BindingMatch match, int expectedParameterCount ) : |
||
GetPendingStepDefinitionError ( ) : PendingStepException | ||
GetTooManyBindingParamError ( int maxParam ) : |
||
ThrowPendingError ( TestStatus testStatus, string message ) : void |
public ErrorProvider ( IStepFormatter stepFormatter, TechTalk.SpecFlow.Configuration.RuntimeConfiguration runtimeConfiguration, IUnitTestRuntimeProvider unitTestRuntimeProvider ) : System | ||
stepFormatter | IStepFormatter | |
runtimeConfiguration | TechTalk.SpecFlow.Configuration.RuntimeConfiguration | |
unitTestRuntimeProvider | IUnitTestRuntimeProvider | |
Résultat | System |
public GetAmbiguousBecauseParamCheckMatchError ( List |
||
matches | List |
|
stepInstance | TechTalk.SpecFlow.Bindings.StepInstance | |
Résultat |
public GetAmbiguousMatchError ( List |
||
matches | List |
|
stepInstance | TechTalk.SpecFlow.Bindings.StepInstance | |
Résultat |
public GetCallError ( IBindingMethod method, |
||
method | IBindingMethod | |
ex | ||
Résultat |
public GetMethodText ( IBindingMethod method ) : string | ||
method | IBindingMethod | |
Résultat | string |
public GetMissingStepDefinitionError ( ) : MissingStepDefinitionException | ||
Résultat | MissingStepDefinitionException |
public GetNoMatchBecauseOfScopeFilterError ( List |
||
matches | List |
|
stepInstance | TechTalk.SpecFlow.Bindings.StepInstance | |
Résultat |
public GetNonStaticEventError ( IBindingMethod method ) : |
||
method | IBindingMethod | |
Résultat |
public GetParameterCountError ( TechTalk.SpecFlow.Bindings.BindingMatch match, int expectedParameterCount ) : |
||
match | TechTalk.SpecFlow.Bindings.BindingMatch | |
expectedParameterCount | int | |
Résultat |
public GetPendingStepDefinitionError ( ) : PendingStepException | ||
Résultat | PendingStepException |
public GetTooManyBindingParamError ( int maxParam ) : |
||
maxParam | int | |
Résultat |
public ThrowPendingError ( TestStatus testStatus, string message ) : void | ||
testStatus | TestStatus | |
message | string | |
Résultat | void |