C# 클래스 Endjin.SpecFlow.Selenium.Framework.Exceptions.PageNotExpectedException

상속: System.Exception
파일 보기 프로젝트 열기: endjin/Endjin.SpecFlow.Selenium

공개 메소드들

메소드 설명
PageNotExpectedException ( IPageModel model, string expectedUrl ) : System

비공개 메소드들

메소드 설명
ToMessage ( IPageModel model, string expectedUrl ) : string

메소드 상세

PageNotExpectedException() 공개 메소드

public PageNotExpectedException ( IPageModel model, string expectedUrl ) : System
model IPageModel
expectedUrl string
리턴 System