C# Class CoincidentalTest.MainClass

Show file Open project: parnham/coincidental

Public Properties

Property Type Description
WORKER_NUMBER int

Public Methods

Method Description
Main ( string args ) : void

Private Methods

Method Description
BaseQueryTest ( ) : void
GetInitialData ( ) : System.Entity
IndexingTest ( ) : void
OrphanTest ( ) : void
PrintEntity ( System.Entity entity, int indent ) : void
PrintStats ( List workers ) : void
QueryTest ( ) : void
RunTests ( string name, int pass, Provider db ) : void
StressTest ( ) : void

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void

Property Details

WORKER_NUMBER public static property

public static int WORKER_NUMBER
return int