C# Class FluentAssert.Exceptions.ShouldBeLessThanOrEqualToAssertionException

Inheritance: AssertionException
Afficher le fichier Open project: mvbalaw/FluentAssert

Méthodes publiques

Méthode Description
CreateMessage ( string other, string actual ) : string

Méthodes protégées

Méthode Description
ShouldBeLessThanOrEqualToAssertionException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Méthode Description
ShouldBeLessThanOrEqualToAssertionException ( string errorMessage ) : System

Method Details

CreateMessage() public static méthode

public static CreateMessage ( string other, string actual ) : string
other string
actual string
Résultat string

ShouldBeLessThanOrEqualToAssertionException() protected méthode

protected ShouldBeLessThanOrEqualToAssertionException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System