C# Class NLite.Data.Test.TestBase

显示文件 Open project: netcasewqs/elinq

Protected Methods

Method Description
AssertEqual ( string expected, string actual ) : void
AssertFalse ( bool value ) : void
AssertNotValue ( object notExpected, object actual ) : void
AssertTrue ( bool value ) : void
AssertTrue ( bool truth, string message ) : void
AssertValue ( double expected, double actual, double epsilon ) : void
AssertValue ( object expected, object actual ) : void

Method Details

AssertEqual() protected static method

protected static AssertEqual ( string expected, string actual ) : void
expected string
actual string
return void

AssertFalse() protected static method

protected static AssertFalse ( bool value ) : void
value bool
return void

AssertNotValue() protected static method

protected static AssertNotValue ( object notExpected, object actual ) : void
notExpected object
actual object
return void

AssertTrue() protected static method

protected static AssertTrue ( bool value ) : void
value bool
return void

AssertTrue() protected static method

protected static AssertTrue ( bool truth, string message ) : void
truth bool
message string
return void

AssertValue() protected static method

protected static AssertValue ( double expected, double actual, double epsilon ) : void
expected double
actual double
epsilon double
return void

AssertValue() protected static method

protected static AssertValue ( object expected, object actual ) : void
expected object
actual object
return void