C# Class StoryTeller.Testing.Conversion.StubRuntimeConverter

Inheritance: IRuntimeConverter
Exibir arquivo Open project: storyteller/Storyteller

Public Methods

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

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

StubRuntimeConverter() public method

public StubRuntimeConverter ( string raw, object returnedValue ) : System
raw string
returnedValue object
return System