C# 클래스 XunitShould.Sdk.EqualException

상속: Xunit.Sdk.EqualException
파일 보기 프로젝트 열기: EddieGarmon/XunitShould

공개 메소드들

메소드 설명
EqualException ( object expected, object actual ) : 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.

EqualException ( object expected, object actual ) : System.Runtime.Serialization
EqualException ( object expected, object actual, bool skipPositionCheck ) : System.Runtime.Serialization

보호된 메소드들

메소드 설명
EqualException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization

비공개 메소드들

메소드 설명
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 ) : System
expected object The expected object value
actual object The actual object value
리턴 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

EqualException() 보호된 메소드

protected EqualException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Serialization
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System.Runtime.Serialization

EqualException() 공개 메소드

public EqualException ( object expected, object actual ) : System.Runtime.Serialization
expected object
actual object
리턴 System.Runtime.Serialization

EqualException() 공개 메소드

public EqualException ( object expected, object actual, bool skipPositionCheck ) : System.Runtime.Serialization
expected object
actual object
skipPositionCheck bool
리턴 System.Runtime.Serialization