NUnitAsp

WebAssert Members

WebAssert overview

Public Static Methods

AreEqualOverloaded. Asserts that two "rows" of strings are identical.
AreEqualIgnoringOrderOverloaded. Asserts that two "tables" of strings are identical, but permits ordering differences. Individual rows in the tables must match, but the order of the rows may differ.
CurrentUrlEndsWithOverloaded. Asserts that the default browser's current URL ends with a specific string. Start your expectedEndOfUrl with a '/' for maximum accuracy.
NotVisibleOverloaded. Asserts that a specific control is not on the current web page, or if it is, its "Visible" parameter is set to "false." This method does not distinguish between non-existant controls and non-visible controls: use with caution.
SortedOverloaded. Asserts that the "rows" in a "table" of strings are sorted.
TableContainsRow Asserts that a "table" of strings contains a particular "row."
VisibleOverloaded. Asserts that a specific control is on the current web page, with the "Visible" parameter set to "true." This method does not assert that the control is actually visible to the user.

Public Instance Constructors

WebAssert ConstructorInitializes a new instance of the WebAssert class.

Public Instance Methods

Equals (inherited from Object)
GetHashCode (inherited from Object)
GetType (inherited from Object)
ToString (inherited from Object)

Protected Instance Methods

Finalize (inherited from Object)
MemberwiseClone (inherited from Object)

See Also

WebAssert Class | NUnit.Extensions.Asp Namespace