C# Class FluentAssert.Exceptions.ShouldBeFalseAssertionException

Inheritance: AssertionException
Mostrar archivo Open project: mvbalaw/FluentAssert

Public Methods

Method Description
CreateMessage ( ) : string
ShouldBeFalseAssertionException ( ) : System
ShouldBeFalseAssertionException ( string errorMessage ) : System

Protected Methods

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

Method Details

CreateMessage() public static method

public static CreateMessage ( ) : string
return string

ShouldBeFalseAssertionException() public method

public ShouldBeFalseAssertionException ( ) : System
return System

ShouldBeFalseAssertionException() protected method

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

ShouldBeFalseAssertionException() public method

public ShouldBeFalseAssertionException ( string errorMessage ) : System
errorMessage string
return System