C# Class NSonic.Utils.Assert

Afficher le fichier Open project: spikensbror-dotnet/nsonic

Méthodes publiques

Méthode Description
IsTrue ( bool result, string exceptionMessage, string actual ) : void

Method Details

IsTrue() public static méthode

public static IsTrue ( bool result, string exceptionMessage, string actual ) : void
result bool
exceptionMessage string
actual string
Résultat void