C# Class FluentAssert.Exceptions.ShouldBeNullAssertionException

Inheritance: AssertionException
Afficher le fichier Open project: mvbalaw/FluentAssert

Méthodes publiques

Méthode Description
CreateMessage ( string actual ) : string
ShouldBeNullAssertionException ( string errorMessage ) : System

Méthodes protégées

Méthode Description
ShouldBeNullAssertionException ( SerializationInfo info, StreamingContext context ) : System

Method Details

CreateMessage() public static méthode

public static CreateMessage ( string actual ) : string
actual string
Résultat string

ShouldBeNullAssertionException() protected méthode

protected ShouldBeNullAssertionException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

ShouldBeNullAssertionException() public méthode

public ShouldBeNullAssertionException ( string errorMessage ) : System
errorMessage string
Résultat System