C# Class FluentAssert.Exceptions.ShouldBeGreaterThanAssertionException

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

Private Methods

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

ShouldBeGreaterThanAssertionException() protected méthode

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