C# 클래스 Aqueduct.ServerDensity.Tests.TestBase

파일 보기 프로젝트 열기: aqueduct/Aqueduct.Monitoring

보호된 프로퍼티들

프로퍼티 타입 설명
RequestClientMock Mock

보호된 메소드들

메소드 설명
GetApi ( ) : IServerDensityApi
GetExpectedUrl ( string module, string method ) : string
GetValidSettings ( ) : ServerDensitySettings

비공개 메소드들

메소드 설명
Setup ( ) : void

메소드 상세

GetApi() 보호된 메소드

protected GetApi ( ) : IServerDensityApi
리턴 IServerDensityApi

GetExpectedUrl() 보호된 메소드

protected GetExpectedUrl ( string module, string method ) : string
module string
method string
리턴 string

GetValidSettings() 보호된 메소드

protected GetValidSettings ( ) : ServerDensitySettings
리턴 ServerDensitySettings

프로퍼티 상세

RequestClientMock 보호되어 있는 프로퍼티

protected Mock RequestClientMock
리턴 Mock