C# 클래스 Remotion.Linq.IntegrationTests.Common.Utilities.ComparisonResult

Provides a visual command line comparison of to results
파일 보기 프로젝트 열기: re-motion/Relinq-SqlBackend 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ColumnLength int
NumberFormatString string

공개 메소드들

메소드 설명
ComparisonResult ( string expected, string actual ) : System
GetDiffSet ( ) : string

비공개 메소드들

메소드 설명
AppendRow ( StringBuilder output, int lineNumber, string leftColumn, string rightColumn ) : void
GetTableHead ( ) : string
PadAndCutColumn ( string stringToPad ) : string
SplitString ( string stringToSplit ) : string[]

메소드 상세

ComparisonResult() 공개 메소드

public ComparisonResult ( string expected, string actual ) : System
expected string
actual string
리턴 System

GetDiffSet() 공개 메소드

public GetDiffSet ( ) : string
리턴 string

프로퍼티 상세

ColumnLength 공개적으로 정적으로 프로퍼티

public static int ColumnLength
리턴 int

NumberFormatString 공개적으로 정적으로 프로퍼티

public static string NumberFormatString
리턴 string