C# 클래스 PclUnit.Style.Xunit.Exceptions.AssertActualExpectedException

상속: AssertException
파일 보기 프로젝트 열기: jbtule/PclUnit

공개 메소드들

메소드 설명
AssertActualExpectedException ( object expected, object actual, string userMessage ) : System

Creates a new instance of the class.

비공개 메소드들

메소드 설명
ConvertToSimpleTypeName ( Type type ) : string
ConvertToString ( object value ) : string

메소드 상세

AssertActualExpectedException() 공개 메소드

Creates a new instance of the class.
public AssertActualExpectedException ( object expected, object actual, string userMessage ) : System
expected object The expected value
actual object The actual value
userMessage string The user message to be shown
리턴 System