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

Syntax

         
 C#  Visual Basic  Visual C++ 
public sealed class XmlAssert
Public NotInheritable Class XmlAssert
public ref class XmlAssert 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 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.)
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.)
Public methodStatic memberXmlEquals(XmlDiff)
Public methodStatic memberXmlEquals(TextReader, TextReader)
Public methodStatic memberXmlEquals(String, String)
Public methodStatic memberXmlEquals(XmlInput, XmlInput)
Public methodStatic memberXmlIdentical(XmlDiff)
Public methodStatic memberXmlIdentical(TextReader, TextReader)
Public methodStatic memberXmlIdentical(String, String)
Public methodStatic memberXmlIdentical(XmlInput, XmlInput)
Public methodStatic memberXmlNotEquals(XmlDiff)
Public methodStatic memberXmlNotIdentical(XmlDiff)
Public methodStatic memberXmlValid(TextReader)
Public methodStatic memberXmlValid(String)
Public methodStatic memberXmlValid(Validator)
Public methodStatic memberXmlValid(XmlInput)
Public methodStatic memberXmlValid(TextReader, String)
Public methodStatic memberXmlValid(String, String)
Public methodStatic memberXPathEvaluatesTo(String, XmlInput, String)
Public methodStatic memberXPathEvaluatesTo(String, TextReader, String)
Public methodStatic memberXPathEvaluatesTo(String, String, String)
Public methodStatic memberXPathExists(String, XmlInput)
Public methodStatic memberXPathExists(String, TextReader)
Public methodStatic memberXPathExists(String, String)
Public methodStatic memberXslTransformResults(String, String, String)
Public methodStatic memberXslTransformResults(XmlInput, XmlInput, XmlInput)

Inheritance Hierarchy

System..::.Object
  MbUnit.Framework..::.XmlAssert

See Also