C# Class StoryTeller.Grammars.Decisions.GetterProperty

Inheritance: IProperty
Show file Open project: storyteller/Storyteller

Public Methods

Method Description
CompileCell ( CellHandling cellHandling, Fixture fixture ) : Cell
GetterProperty ( PropertyInfo property ) : System.Reflection
ProcessStep ( StepValues step, ISpecContext context, object target ) : StoryTeller.Results.CellResult

Method Details

CompileCell() public method

public CompileCell ( CellHandling cellHandling, Fixture fixture ) : Cell
cellHandling CellHandling
fixture Fixture
return Cell

GetterProperty() public method

public GetterProperty ( PropertyInfo property ) : System.Reflection
property System.Reflection.PropertyInfo
return System.Reflection

ProcessStep() public method

public ProcessStep ( StepValues step, ISpecContext context, object target ) : StoryTeller.Results.CellResult
step StoryTeller.Conversion.StepValues
context ISpecContext
target object
return StoryTeller.Results.CellResult