C# Class BendTests.A03_LayerManagerTests.ValueCheckerThread

Afficher le fichier Open project: jeske/StepsDB-alpha

Méthodes publiques

Свойство Type Description
key_to_check string
num_checks int
num_errors int

Méthodes publiques

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

Method Details

ValueCheckerThread() public méthode

public ValueCheckerThread ( LayerManager db, string key_to_check, string value_to_expect ) : System
db Bend.LayerManager
key_to_check string
value_to_expect string
Résultat System

doValidate() public méthode

public doValidate ( ) : void
Résultat void

end() public méthode

public end ( ) : void
Résultat void

waitForEnd() public méthode

public waitForEnd ( ) : void
Résultat void

Property Details

key_to_check public_oe property

public string key_to_check
Résultat string

num_checks public_oe property

public int num_checks
Résultat int

num_errors public_oe property

public int num_errors
Résultat int