C# 클래스 XmlUnit.Xunit.DiffConfiguration

파일 보기 프로젝트 열기: horsdal/XmlUnit.Xunit 1 사용 예제들

공개 메소드들

메소드 설명
DiffConfiguration ( ) : System.Xml
DiffConfiguration ( WhitespaceHandling whitespaceHandling ) : System.Xml
DiffConfiguration ( bool useValidatingParser ) : System.Xml
DiffConfiguration ( string description ) : System.Xml
DiffConfiguration ( string description, WhitespaceHandling whitespaceHandling ) : System.Xml
DiffConfiguration ( string description, bool useValidatingParser, WhitespaceHandling whitespaceHandling ) : System.Xml
DiffConfiguration ( string description, bool useValidatingParser, WhitespaceHandling whitespaceHandling, bool ignoreAttributeOrder, bool ignoreAttribute ) : System.Xml

메소드 상세

DiffConfiguration() 공개 메소드

public DiffConfiguration ( ) : System.Xml
리턴 System.Xml

DiffConfiguration() 공개 메소드

public DiffConfiguration ( WhitespaceHandling whitespaceHandling ) : System.Xml
whitespaceHandling WhitespaceHandling
리턴 System.Xml

DiffConfiguration() 공개 메소드

public DiffConfiguration ( bool useValidatingParser ) : System.Xml
useValidatingParser bool
리턴 System.Xml

DiffConfiguration() 공개 메소드

public DiffConfiguration ( string description ) : System.Xml
description string
리턴 System.Xml

DiffConfiguration() 공개 메소드

public DiffConfiguration ( string description, WhitespaceHandling whitespaceHandling ) : System.Xml
description string
whitespaceHandling WhitespaceHandling
리턴 System.Xml

DiffConfiguration() 공개 메소드

public DiffConfiguration ( string description, bool useValidatingParser, WhitespaceHandling whitespaceHandling ) : System.Xml
description string
useValidatingParser bool
whitespaceHandling WhitespaceHandling
리턴 System.Xml

DiffConfiguration() 공개 메소드

public DiffConfiguration ( string description, bool useValidatingParser, WhitespaceHandling whitespaceHandling, bool ignoreAttributeOrder, bool ignoreAttribute ) : System.Xml
description string
useValidatingParser bool
whitespaceHandling WhitespaceHandling
ignoreAttributeOrder bool
ignoreAttribute bool
리턴 System.Xml