C# 클래스 Xunit.Sdk.NotEqualException

Exception thrown when two values are unexpectedly equal.
상속: Xunit.Sdk.AssertActualExpectedException
파일 보기 프로젝트 열기: docevaad/Chain

공개 메소드들

메소드 설명
NotEqualException ( string expected, string actual, string userMessage = null )

Creates a new instance of the NotEqualException class.

메소드 상세

NotEqualException() 공개 메소드

Creates a new instance of the NotEqualException class.
public NotEqualException ( string expected, string actual, string userMessage = null )
expected string
actual string
userMessage string