C# Class Aqueduct.Monitoring.Tests.ReadingTestsBase

Show file Open project: aqueduct/Aqueduct.Monitoring

Protected Properties

Property Type Description
_dataPoints List

Protected Methods

Method Description
GetNumberReading ( string name, int value ) : Reading

Private Methods

Method Description
GetSubscriber ( Action action ) : ReadingSubscriber
Setup ( ) : void
Teardown ( ) : void

Method Details

GetNumberReading() protected method

protected GetNumberReading ( string name, int value ) : Reading
name string
value int
return Aqueduct.Monitoring.Readings.Reading

Property Details

_dataPoints protected property

protected List _dataPoints
return List