C# Class Aqueduct.ServerDensity.Tests.TestBase

Show file Open project: aqueduct/Aqueduct.Monitoring

Protected Properties

Property Type Description
RequestClientMock Mock

Protected Methods

Method Description
GetApi ( ) : IServerDensityApi
GetExpectedUrl ( string module, string method ) : string
GetValidSettings ( ) : ServerDensitySettings

Private Methods

Method Description
Setup ( ) : void

Method Details

GetApi() protected method

protected GetApi ( ) : IServerDensityApi
return IServerDensityApi

GetExpectedUrl() protected method

protected GetExpectedUrl ( string module, string method ) : string
module string
method string
return string

GetValidSettings() protected method

protected GetValidSettings ( ) : ServerDensitySettings
return ServerDensitySettings

Property Details

RequestClientMock protected property

protected Mock RequestClientMock
return Mock