C# Class Aqueduct.Monitoring.Tests.ReadingTestsBase

Afficher le fichier Open project: aqueduct/Aqueduct.Monitoring

Protected Properties

Свойство Type Description
_dataPoints List

Méthodes protégées

Méthode Description
GetNumberReading ( string name, int value ) : Reading

Private Methods

Méthode Description
GetSubscriber ( Action action ) : ReadingSubscriber
Setup ( ) : void
Teardown ( ) : void

Method Details

GetNumberReading() protected méthode

protected GetNumberReading ( string name, int value ) : Reading
name string
value int
Résultat Aqueduct.Monitoring.Readings.Reading

Property Details

_dataPoints protected_oe property

protected List _dataPoints
Résultat List