C# 클래스 Xunit.Sdk.EqualException

상속: Xunit.Sdk.AssertActualExpectedException
파일 보기 프로젝트 열기: docevaad/Chain

공개 메소드들

메소드 설명
EqualException ( object expected, object actual, string userMessage = null ) : System

Creates a new instance of the EqualException class.

EqualException ( string expected, string actual, int expectedIndex, int actualIndex ) : System

Creates a new instance of the EqualException class for string comparisons.

비공개 메소드들

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

메소드 상세

EqualException() 공개 메소드

Creates a new instance of the EqualException class.
public EqualException ( object expected, object actual, string userMessage = null ) : System
expected object The expected object value
actual object The actual object value
userMessage string
리턴 System

EqualException() 공개 메소드

Creates a new instance of the EqualException class for string comparisons.
public EqualException ( string expected, string actual, int expectedIndex, int actualIndex ) : System
expected string The expected string value
actual string The actual string value
expectedIndex int The first index in the expected string where the strings differ
actualIndex int The first index in the actual string where the strings differ
리턴 System