C# Class FluentAssert.Exceptions.ShouldBeLessThanOrEqualToAssertionException

Inheritance: AssertionException
Mostrar archivo Open project: mvbalaw/FluentAssert

Public Methods

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

Protected Methods

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

Private Methods

Method Description
ShouldBeLessThanOrEqualToAssertionException ( string errorMessage ) : System

Method Details

CreateMessage() public static method

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

ShouldBeLessThanOrEqualToAssertionException() protected method

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