C# Class NUnit.Extensions.Asp.WebAssertionException

An assumption was violated, either in your tests or in NUnitAsp itself. When you get this exception, look at the exception message for more information.
Inheritance: System.ApplicationException
Show file Open project: vcsjones/NUnitAsp

Public Methods

Method Description
WebAssertionException ( string message ) : System

Method Details

WebAssertionException() public method

public WebAssertionException ( string message ) : System
message string
return System