C# Class Unittests.DatabaseTest

Show file Open project: cruppstahl/upscaledb Class Usage Examples

Public Methods

Method Description
Run ( ) : void

Private Methods

Method Description
ApproxMatching ( ) : void
AutoCleanupCursors ( ) : void
AutoCleanupCursors2 ( ) : void
AutoCleanupCursors3 ( ) : void
AutoCleanupCursors4 ( ) : void
CreateDatabase ( string file ) : Hamster.Database
CreateInvalidParameter ( ) : void
CreateString ( ) : void
CreateStringIntIntParameter ( ) : void
CreateStringIntIntParameterNeg ( ) : void
CreateWithParameters ( ) : void
CreateWithParameters2 ( ) : void
Cursor10000Test ( ) : void
DatabaseClose ( ) : void
EraseKey ( ) : void
EraseKeyNegative ( ) : void
EraseKeyTwice ( ) : void
EraseUnknownKey ( ) : void
FindKey ( ) : void
FindKeyNull ( ) : void
FindUnknownKey ( ) : void
GetKeyCount ( ) : void
GetVersion ( ) : void
InsertKey ( ) : void
InsertKeyInvalidParam ( ) : void
InsertKeyNegative ( ) : void
InsertKeyOverwrite ( ) : void
InsertRecNo ( ) : void
MyCompareFunc ( IntPtr handle, IntPtr lhs, int lhsLength, IntPtr rhs, int rhsLength ) : int
MyErrorHandler ( int level, String message ) : void
NumericalCompareFunc ( IntPtr handle, IntPtr lhs, int lhsLength, IntPtr rhs, int rhsLength ) : int
OpenDatabase ( string file ) : Hamster.Database
SetComparator1 ( ) : void
SetComparator2 ( ) : void
SetErrorHandler ( ) : void
Transactions ( ) : void
checkEqual ( byte lhs, byte rhs ) : void

Method Details

Run() public method

public Run ( ) : void
return void