C# Class FluentAssert.Exceptions.ShouldBeLessThanAssertionException

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
ShouldBeLessThanAssertionException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Méthode Description
ShouldBeLessThanAssertionException ( 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

ShouldBeLessThanAssertionException() protected méthode

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