C# Class BendTests.A03_LayerManagerTests.WriteThreadsTest

Inheritance: IDisposable
Show file Open project: jeske/StepsDB-alpha Class Usage Examples

Public Properties

Property Type Description
exceptions int

Public Methods

Method Description
Dispose ( ) : void
checkpointer ( ) : void
runThreadedTest ( int numthreads ) : void
testThreadWorker ( int thread_num ) : void

Private Methods

Method Description
WriteThreadsTest ( int num_values = 10, int checkpoint_interval_rowcount = 50, bool withMerge = false ) : System
composeKey ( int thread_num, string forData ) : string

Method Details

Dispose() public method

public Dispose ( ) : void
return void

checkpointer() public method

public checkpointer ( ) : void
return void

runThreadedTest() public method

public runThreadedTest ( int numthreads ) : void
numthreads int
return void

testThreadWorker() public method

public testThreadWorker ( int thread_num ) : void
thread_num int
return void

Property Details

exceptions public property

public int exceptions
return int