C# Class BTDBTest.FindUnusedKeysTest

Inheritance: IDisposable
Mostra file Open project: Bobris/BTDB

Public Methods

Method Description
Dispose ( ) : void
FindUnusedKeysTest ( ) : System

Private Methods

Method Description
AssertLeaksInDb ( ) : void
AssertNoLeaksInDb ( ) : void
DoesNotReportFalsePositive ( ) : void
DumpUnseenKeys ( BTDB.ODBLayer.FindUnusedKeysVisitor visitor, string concat ) : string
FindAndRemovesUnusedKeys ( ) : void
FindLeaks ( ) : string
HandlesCorrectlyIIndirect ( bool deleteCorrectly ) : void
OpenDb ( ) : void
ReopenDb ( ) : void
StoreJob ( ulong id, string name ) : void
StoreJobInDictionary ( string sport, string activity ) : void
TablesWithNoInstancesAreNotReported ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FindUnusedKeysTest() public method

public FindUnusedKeysTest ( ) : System
return System