Pepino.Domain.ElementHasStyleStep.GetDescription C# (CSharp) Method

GetDescription() public method

public GetDescription ( ) : string
return string
        public override string GetDescription()
        {
            return string.Format("Element '{0}' should have style that includes '{1} : {2}'", Element, StyleKey,
                StyleValue);
        }