C# Class ProSpec.Core.UI.Web.ExpectedPageMismatchException

Inheritance: System.Exception
Exibir arquivo Open project: kkrac/ProSpec

Public Methods

Method Description
ExpectedPageMismatchException ( Page currentPage, Page expectedPage, string currentUrl, string expectedUrl ) : System

Method Details

ExpectedPageMismatchException() public method

public ExpectedPageMismatchException ( Page currentPage, Page expectedPage, string currentUrl, string expectedUrl ) : System
currentPage Page
expectedPage Page
currentUrl string
expectedUrl string
return System