Web related assertions.

Namespace: MbUnit.Framework
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public sealed class WebAssert
Public NotInheritable Class WebAssert
public ref class WebAssert sealed

Members

      
 All Members  Methods Public method 
 Public

 Protected
 Instance

 Static Static member
 Declared

 Inherited
 XNA Framework Only Supported by the XNA Framework

 .NET Compact Framework Only Supported by the .NET Compact Framework

 MemberDescription
Public methodStatic memberAreClientTargetEqual(String, Page)
Verifies that the ClientTarget property of page is equal to expected.
Public methodStatic memberAreErrorPageEqual(String, Page)
Verifies that the ErrorPage property of page is equal to expected.
Public methodStatic memberAreTemplateSourceDirectoryEqual(String, Control)
Verifies that the TemplateSourceDirectory property of actual is equal to expected are equal.
Public methodStatic memberAreTemplateSourceDirectoryEqual(Control, Control)
Verifies that the TemplateSourceDirectory property of expected and actual are equal.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode()()()
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodGetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberHasControls(Control)
Verifies that ctrl has child controls.
Public methodStatic memberHasNoControls(Control)
Verifies that ctrl has no child controls.
Public methodStatic memberIsChild(Control, String)
Verifies that childID is the ID of a child control of parent
Public methodStatic memberIsChild(Control, Control)
Verifies that child is a child control of parent
Public methodStatic memberIsEnableViewState(Control)
Verifies that ctrl has ViewState enabled.
Public methodStatic memberIsIDEqual(Control, String)
Verifies that ctrl ID is equal to id.
Public methodStatic memberIsNotChild(Control, String)
Verifies that childID is the not ID of a child control of parent
Public methodStatic memberIsNotChild(Control, Control)
Verifies that child is a not child control of parent
Public methodStatic memberIsNotEnableViewState(Control)
Verifies that ctrl has not ViewState enabled.
Public methodStatic memberIsNotPostBack(Page)
Verifies that the IsPostBack property of page is false.
Public methodStatic memberIsNotSmartNavigation(Page)
Verifies that the SmartNavigation property of page is false.
Public methodStatic memberIsNotValid(Page)
Verifies that the IsValid property of page is false.
Public methodStatic memberIsNotVisible(Control)
Verifies that ctrl is not visible.
Public methodStatic memberIsPostBack(Page)
Verifies that the IsPostBack property of page is true.
Public methodStatic memberIsSmartNavigation(Page)
Verifies that the SmartNavigation property of page is true.
Public methodStatic memberIsValid(Page)
Verifies that the IsValid property of page is true.
Public methodStatic memberIsVisible(Control)
Verifies that ctrl is visible.
Protected methodMemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::.Object
  MbUnit.Framework..::.WebAssert

See Also