C# Class XmlUnit.Xunit.XmlAssertion

Inheritance: Assert
ファイルを表示 Open project: horsdal/XmlUnit.Xunit

Public Methods

Method Description
AssertXPathEvaluatesTo ( string anXPathExpression, TextReader inXml, string expectedValue ) : void
AssertXPathEvaluatesTo ( string anXPathExpression, XmlInput inXml, string expectedValue ) : void
AssertXPathEvaluatesTo ( string anXPathExpression, string inXml, string expectedValue ) : void
AssertXPathExists ( string anXPathExpression, TextReader inXml ) : void
AssertXPathExists ( string anXPathExpression, XmlInput inXml ) : void
AssertXPathExists ( string anXPathExpression, string inXml ) : void
AssertXmlEquals ( TextReader controlTextReader, TextReader testTextReader ) : void
AssertXmlEquals ( XmlDiff xmlDiff ) : void
AssertXmlEquals ( XmlInput controlInput, XmlInput testInput ) : void
AssertXmlEquals ( string controlText, string testText ) : void
AssertXmlIdentical ( TextReader controlTextReader, TextReader testTextReader ) : void
AssertXmlIdentical ( XmlDiff xmlDiff ) : void
AssertXmlIdentical ( XmlInput controlInput, XmlInput testInput ) : void
AssertXmlIdentical ( string controlText, string testText ) : void
AssertXmlNotEquals ( XmlDiff xmlDiff ) : void
AssertXmlNotIdentical ( XmlDiff xmlDiff ) : void
AssertXmlValid ( TextReader reader ) : void
AssertXmlValid ( TextReader reader, string baseURI ) : void
AssertXmlValid ( Validator validator ) : void
AssertXmlValid ( XmlInput xmlInput ) : void
AssertXmlValid ( string someXml ) : void
AssertXmlValid ( string someXml, string baseURI ) : void
AssertXslTransformResults ( XmlInput xslTransform, XmlInput xmlToTransform, XmlInput expectedResult ) : void
AssertXslTransformResults ( string xslTransform, string xmlToTransform, string expectedResult ) : void

Private Methods

Method Description
AssertXmlEquals ( XmlDiff xmlDiff, bool equalOrNot ) : void
AssertXmlIdentical ( XmlDiff xmlDiff, bool identicalOrNot ) : void

Method Details

AssertXPathEvaluatesTo() public static method

public static AssertXPathEvaluatesTo ( string anXPathExpression, TextReader inXml, string expectedValue ) : void
anXPathExpression string
inXml System.IO.TextReader
expectedValue string
return void

AssertXPathEvaluatesTo() public static method

public static AssertXPathEvaluatesTo ( string anXPathExpression, XmlInput inXml, string expectedValue ) : void
anXPathExpression string
inXml XmlInput
expectedValue string
return void

AssertXPathEvaluatesTo() public static method

public static AssertXPathEvaluatesTo ( string anXPathExpression, string inXml, string expectedValue ) : void
anXPathExpression string
inXml string
expectedValue string
return void

AssertXPathExists() public static method

public static AssertXPathExists ( string anXPathExpression, TextReader inXml ) : void
anXPathExpression string
inXml System.IO.TextReader
return void

AssertXPathExists() public static method

public static AssertXPathExists ( string anXPathExpression, XmlInput inXml ) : void
anXPathExpression string
inXml XmlInput
return void

AssertXPathExists() public static method

public static AssertXPathExists ( string anXPathExpression, string inXml ) : void
anXPathExpression string
inXml string
return void

AssertXmlEquals() public static method

public static AssertXmlEquals ( TextReader controlTextReader, TextReader testTextReader ) : void
controlTextReader System.IO.TextReader
testTextReader System.IO.TextReader
return void

AssertXmlEquals() public static method

public static AssertXmlEquals ( XmlDiff xmlDiff ) : void
xmlDiff XmlDiff
return void

AssertXmlEquals() public static method

public static AssertXmlEquals ( XmlInput controlInput, XmlInput testInput ) : void
controlInput XmlInput
testInput XmlInput
return void

AssertXmlEquals() public static method

public static AssertXmlEquals ( string controlText, string testText ) : void
controlText string
testText string
return void

AssertXmlIdentical() public static method

public static AssertXmlIdentical ( TextReader controlTextReader, TextReader testTextReader ) : void
controlTextReader System.IO.TextReader
testTextReader System.IO.TextReader
return void

AssertXmlIdentical() public static method

public static AssertXmlIdentical ( XmlDiff xmlDiff ) : void
xmlDiff XmlDiff
return void

AssertXmlIdentical() public static method

public static AssertXmlIdentical ( XmlInput controlInput, XmlInput testInput ) : void
controlInput XmlInput
testInput XmlInput
return void

AssertXmlIdentical() public static method

public static AssertXmlIdentical ( string controlText, string testText ) : void
controlText string
testText string
return void

AssertXmlNotEquals() public static method

public static AssertXmlNotEquals ( XmlDiff xmlDiff ) : void
xmlDiff XmlDiff
return void

AssertXmlNotIdentical() public static method

public static AssertXmlNotIdentical ( XmlDiff xmlDiff ) : void
xmlDiff XmlDiff
return void

AssertXmlValid() public static method

public static AssertXmlValid ( TextReader reader ) : void
reader System.IO.TextReader
return void

AssertXmlValid() public static method

public static AssertXmlValid ( TextReader reader, string baseURI ) : void
reader System.IO.TextReader
baseURI string
return void

AssertXmlValid() public static method

public static AssertXmlValid ( Validator validator ) : void
validator Validator
return void

AssertXmlValid() public static method

public static AssertXmlValid ( XmlInput xmlInput ) : void
xmlInput XmlInput
return void

AssertXmlValid() public static method

public static AssertXmlValid ( string someXml ) : void
someXml string
return void

AssertXmlValid() public static method

public static AssertXmlValid ( string someXml, string baseURI ) : void
someXml string
baseURI string
return void

AssertXslTransformResults() public static method

public static AssertXslTransformResults ( XmlInput xslTransform, XmlInput xmlToTransform, XmlInput expectedResult ) : void
xslTransform XmlInput
xmlToTransform XmlInput
expectedResult XmlInput
return void

AssertXslTransformResults() public static method

public static AssertXslTransformResults ( string xslTransform, string xmlToTransform, string expectedResult ) : void
xslTransform string
xmlToTransform string
expectedResult string
return void