C# Class NSonic.Utils.Assert

显示文件 Open project: spikensbror-dotnet/nsonic

Public Methods

Method Description
IsTrue ( bool result, string exceptionMessage, string actual ) : void

Method Details

IsTrue() public static method

public static IsTrue ( bool result, string exceptionMessage, string actual ) : void
result bool
exceptionMessage string
actual string
return void