C# Class FluentAssert.Exceptions.ShouldBeLessThanAssertionException

Inheritance: AssertionException
Mostrar archivo Open project: mvbalaw/FluentAssert

Public Methods

Method Description
CreateMessage ( string other, string actual ) : string

Protected Methods

Method Description
ShouldBeLessThanAssertionException ( SerializationInfo info, StreamingContext context ) : System

Private Methods

Method Description
ShouldBeLessThanAssertionException ( string errorMessage ) : System

Method Details

CreateMessage() public static method

public static CreateMessage ( string other, string actual ) : string
other string
actual string
return string

ShouldBeLessThanAssertionException() protected method

protected ShouldBeLessThanAssertionException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System