C# Class Baseline.Testing.Assert

ファイルを表示 Open project: JasperFx/baseline

Public Methods

Method Description
Fail ( string message ) : void
IsFalse ( bool value ) : void
IsTrue ( bool value ) : void

Method Details

Fail() public static method

public static Fail ( string message ) : void
message string
return void

IsFalse() public static method

public static IsFalse ( bool value ) : void
value bool
return void

IsTrue() public static method

public static IsTrue ( bool value ) : void
value bool
return void