C# Class BendTests.A03_LayerManagerTests.ValueCheckerThread

Show file Open project: jeske/StepsDB-alpha

Public Properties

Property Type Description
key_to_check string
num_checks int
num_errors int

Public Methods

Method Description
ValueCheckerThread ( LayerManager db, string key_to_check, string value_to_expect ) : System
doValidate ( ) : void
end ( ) : void
waitForEnd ( ) : void

Method Details

ValueCheckerThread() public method

public ValueCheckerThread ( LayerManager db, string key_to_check, string value_to_expect ) : System
db Bend.LayerManager
key_to_check string
value_to_expect string
return System

doValidate() public method

public doValidate ( ) : void
return void

end() public method

public end ( ) : void
return void

waitForEnd() public method

public waitForEnd ( ) : void
return void

Property Details

key_to_check public property

public string key_to_check
return string

num_checks public property

public int num_checks
return int

num_errors public property

public int num_errors
return int