C# 클래스 XmlUnit.Xunit.TextReaderXPathAssertionWrapper

파일 보기 프로젝트 열기: horsdal/XmlUnit.Xunit

공개 메소드들

메소드 설명
ShouldEvaluateTo ( string expected ) : void
ShouldExist ( ) : void
TextReaderXPathAssertionWrapper ( TextReader original, string xPath ) : System

메소드 상세

ShouldEvaluateTo() 공개 메소드

public ShouldEvaluateTo ( string expected ) : void
expected string
리턴 void

ShouldExist() 공개 메소드

public ShouldExist ( ) : void
리턴 void

TextReaderXPathAssertionWrapper() 공개 메소드

public TextReaderXPathAssertionWrapper ( TextReader original, string xPath ) : System
original System.IO.TextReader
xPath string
리턴 System