C# Class StoryTeller.Engine.Sets.PropertyMatch

Inheritance: ISetColumn
Afficher le fichier Open project: adymitruk/storyteller Class Usage Examples

Protected Properties

Свойство Type Description
_accessor Accessor

Méthodes publiques

Méthode 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 méthode

public ConfigureMatcher ( RowValueMatcher matcher ) : void
matcher RowValueMatcher
Résultat void

PropertyMatch() public méthode

public PropertyMatch ( Accessor accessor ) : System
accessor Accessor
Résultat System

ReadActual() public méthode

public ReadActual ( object target, StoryTeller.Engine.Sets.SetRow row ) : void
target object
row StoryTeller.Engine.Sets.SetRow
Résultat void

ReadExpected() public méthode

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

Property Details

_accessor protected_oe property

protected Accessor _accessor
Résultat Accessor