C# Class Pepino.Domain.ElementHasStyleStep

Inheritance: Pepino.Domain.Entities.BrowserStep
Show file Open project: AcklenAvenue/Pepino

Public Methods

Method Description
ElementHasStyleStep ( System.Guid stepId, string element, string styleKey, string styleValue, Criterion criterion ) : System
GetDescription ( ) : string
ReplaceTokens ( string token, string value ) : void

Protected Methods

Method Description
ElementHasStyleStep ( ) : System

Method Details

ElementHasStyleStep() protected method

protected ElementHasStyleStep ( ) : System
return System

ElementHasStyleStep() public method

public ElementHasStyleStep ( System.Guid stepId, string element, string styleKey, string styleValue, Criterion criterion ) : System
stepId System.Guid
element string
styleKey string
styleValue string
criterion Pepino.Domain.Entities.Criterion
return System

GetDescription() public method

public GetDescription ( ) : string
return string

ReplaceTokens() public method

public ReplaceTokens ( string token, string value ) : void
token string
value string
return void