C# Class StoryTeller.Testing.Grammars.FakeRuntimeConverter

Inheritance: IRuntimeConverter
Show file Open project: storyteller/Storyteller Class Usage Examples

Public Methods

Method Description
Convert ( string raw, ISpecContext context ) : object
Matches ( Type type ) : bool

Method Details

Convert() public method

public Convert ( string raw, ISpecContext context ) : object
raw string
context ISpecContext
return object

Matches() public method

public Matches ( Type type ) : bool
type System.Type
return bool