C# Class FluentAssert.Exceptions.ShouldBeGreaterThanOrEqualToAssertionException

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

Private Methods

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

ShouldBeGreaterThanOrEqualToAssertionException() protected méthode

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