C# Class Aqueduct.ServerDensity.Tests.TestBase

Afficher le fichier Open project: aqueduct/Aqueduct.Monitoring

Protected Properties

Свойство Type Description
RequestClientMock Mock

Méthodes protégées

Méthode Description
GetApi ( ) : IServerDensityApi
GetExpectedUrl ( string module, string method ) : string
GetValidSettings ( ) : ServerDensitySettings

Private Methods

Méthode Description
Setup ( ) : void

Method Details

GetApi() protected méthode

protected GetApi ( ) : IServerDensityApi
Résultat IServerDensityApi

GetExpectedUrl() protected méthode

protected GetExpectedUrl ( string module, string method ) : string
module string
method string
Résultat string

GetValidSettings() protected méthode

protected GetValidSettings ( ) : ServerDensitySettings
Résultat ServerDensitySettings

Property Details

RequestClientMock protected_oe property

protected Mock RequestClientMock
Résultat Mock