C# Class NHamcrest.XUnit.MatchException

Inheritance: Xunit.Sdk.AssertActualExpectedException
Afficher le fichier Open project: nhamcrest/NHamcrest

Méthodes publiques

Méthode Description
MatchException ( object expected, object actual, string userMessage ) : Xunit.Sdk

Method Details

MatchException() public méthode

public MatchException ( object expected, object actual, string userMessage ) : Xunit.Sdk
expected object
actual object
userMessage string
Résultat Xunit.Sdk