C# Class Unittests.EnvironmentTest

Datei anzeigen Open project: cruppstahl/upscaledb Class Usage Examples

Public Methods

Method Description
Run ( ) : void
checkEqual ( byte lhs, byte rhs ) : void

Private Methods

Method Description
CreateDatabaseNegative ( ) : void
CreateDatabaseShort ( ) : void
CreateString ( ) : void
CreateStringInt ( ) : void
CreateStringIntInt ( ) : void
CreateStringIntIntParameter ( ) : void
CreateStringIntIntParameterNeg ( ) : void
CreateStringNull ( ) : void
EraseDatabase ( ) : void
EraseUnknownDatabase ( ) : void
Flush ( ) : void
GetDatabaseNames ( ) : void
OpenDatabaseNegative ( ) : void
OpenString ( ) : void
OpenStringIntIntParameter ( ) : void
OpenStringNegative ( ) : void
RenameDatabase ( ) : void

Method Details

Run() public method

public Run ( ) : void
return void

checkEqual() public method

public checkEqual ( byte lhs, byte rhs ) : void
lhs byte
rhs byte
return void