Aqueduct.Monitoring.Tests.CountSensorTests.GetSensor C# (CSharp) Method

GetSensor() private static method

private static GetSensor ( ) : CountSensor
return Aqueduct.Monitoring.Sensors.CountSensor
        private static CountSensor GetSensor()
        {
            return new CountSensor("test");
        }
        [Test]