C# Class FluentAssert.Exceptions.ShouldNotBeNullAssertionException

Inheritance: AssertionException
Mostrar archivo Open project: mvbalaw/FluentAssert

Public Methods

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

Protected Methods

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

Method Details

CreateMessage() public static method

public static CreateMessage ( ) : string
return string

ShouldNotBeNullAssertionException() public method

public ShouldNotBeNullAssertionException ( ) : System
return System

ShouldNotBeNullAssertionException() protected method

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

ShouldNotBeNullAssertionException() public method

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