Property | Type | Description | |
---|---|---|---|
Errors | IList |
Method | Description | |
---|---|---|
DoDelayedConversions ( ISpecContext context ) : void | ||
Get ( string key ) : object | ||
Has ( string key ) : bool | ||
HasErrors ( ) : bool | ||
LogError ( string key, |
||
LogError ( string key, string message ) : void | ||
RegisterDelayedConversion ( string key, string raw, IRuntimeConverter converter ) : void | ||
StepValues ( string id ) : System | ||
Store ( string key, object value ) : void | ||
ToConversionErrorResult ( ) : |
public DoDelayedConversions ( ISpecContext context ) : void | ||
context | ISpecContext | |
return | void |
public LogError ( string key, |
||
key | string | |
ex | ||
return | void |
public LogError ( string key, string message ) : void | ||
key | string | |
message | string | |
return | void |
public RegisterDelayedConversion ( string key, string raw, IRuntimeConverter converter ) : void | ||
key | string | |
raw | string | |
converter | IRuntimeConverter | |
return | void |
public Store ( string key, object value ) : void | ||
key | string | |
value | object | |
return | void |
public ToConversionErrorResult ( ) : |
||
return |