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

Inheritance: AssertException
Afficher le fichier Open project: jbtule/PclUnit

Méthodes publiques

Méthode Description
AssertActualExpectedException ( object expected, object actual, string userMessage ) : System

Creates a new instance of the class.

Private Methods

Méthode Description
ConvertToSimpleTypeName ( Type type ) : string
ConvertToString ( object value ) : string

Method Details

AssertActualExpectedException() public méthode

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
Résultat System