C# Class PclUnit.Style.Xunit.Exceptions.AssertActualExpectedException

Inheritance: AssertException
Show file Open project: jbtule/PclUnit

Public Methods

Method Description
AssertActualExpectedException ( object expected, object actual, string userMessage ) : System

Creates a new instance of the class.

Private Methods

Method Description
ConvertToSimpleTypeName ( Type type ) : string
ConvertToString ( object value ) : string

Method Details

AssertActualExpectedException() public method

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
return System