C# Class Endjin.SpecFlow.Selenium.Framework.Exceptions.PageNotExpectedException

Inheritance: System.Exception
Show file Open project: endjin/Endjin.SpecFlow.Selenium

Public Methods

Method Description
PageNotExpectedException ( IPageModel model, string expectedUrl ) : System

Private Methods

Method Description
ToMessage ( IPageModel model, string expectedUrl ) : string

Method Details

PageNotExpectedException() public method

public PageNotExpectedException ( IPageModel model, string expectedUrl ) : System
model IPageModel
expectedUrl string
return System