C# 클래스 IronFramework.TestCommon.StringEqualException

상속: Xunit.Sdk.AssertException
파일 보기 프로젝트 열기: megadotnet/ironframework

공개 메소드들

메소드 설명
StringEqualException ( string expected, string actual, int expectedIndex, int actualIndex ) : System

보호된 메소드들

메소드 설명
ExcludeStackFrame ( string stackFrame ) : bool

비공개 메소드들

메소드 설명
CreateMessage ( ) : string
ShortenAndEncode ( string value, int position, char pointer ) : string>.Tuple

메소드 상세

ExcludeStackFrame() 보호된 메소드

protected ExcludeStackFrame ( string stackFrame ) : bool
stackFrame string
리턴 bool

StringEqualException() 공개 메소드

public StringEqualException ( string expected, string actual, int expectedIndex, int actualIndex ) : System
expected string
actual string
expectedIndex int
actualIndex int
리턴 System