C# Class FluentAssert.Exceptions.ShouldBeNullAssertionException

Inheritance: AssertionException
Mostrar archivo Open project: mvbalaw/FluentAssert

Public Methods

Method Description
CreateMessage ( string actual ) : string
ShouldBeNullAssertionException ( string errorMessage ) : System

Protected Methods

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

Method Details

CreateMessage() public static method

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

ShouldBeNullAssertionException() protected method

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

ShouldBeNullAssertionException() public method

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