C# Class StoryTeller.Engine.Sets.PropertyMatch

Inheritance: ISetColumn
显示文件 Open project: adymitruk/storyteller Class Usage Examples

Protected Properties

Property Type Description
_accessor Accessor

Public Methods

Method Description
ConfigureMatcher ( RowValueMatcher matcher ) : void
PropertyMatch ( Accessor accessor ) : System
ReadActual ( object target, StoryTeller.Engine.Sets.SetRow row ) : void
ReadExpected ( ITestContext context, IStep step, StoryTeller.Engine.Sets.SetRow row ) : void

Method Details

ConfigureMatcher() public method

public ConfigureMatcher ( RowValueMatcher matcher ) : void
matcher RowValueMatcher
return void

PropertyMatch() public method

public PropertyMatch ( Accessor accessor ) : System
accessor Accessor
return System

ReadActual() public method

public ReadActual ( object target, StoryTeller.Engine.Sets.SetRow row ) : void
target object
row StoryTeller.Engine.Sets.SetRow
return void

ReadExpected() public method

public ReadExpected ( ITestContext context, IStep step, StoryTeller.Engine.Sets.SetRow row ) : void
context ITestContext
step IStep
row StoryTeller.Engine.Sets.SetRow
return void

Property Details

_accessor protected_oe property

protected Accessor _accessor
return Accessor