C# Class StoryTeller.Testing.Conversion.StubRuntimeConverter

Inheritance: IRuntimeConverter
Afficher le fichier Open project: storyteller/Storyteller

Méthodes publiques

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

Method Details

Convert() public méthode

public Convert ( string raw, ISpecContext context ) : object
raw string
context ISpecContext
Résultat object

Matches() public méthode

public Matches ( Type type ) : bool
type System.Type
Résultat bool

StubRuntimeConverter() public méthode

public StubRuntimeConverter ( string raw, object returnedValue ) : System
raw string
returnedValue object
Résultat System