C# 클래스 HealthMonitoring.AcceptanceTests.Helpers.Http.MockWebEndpointExtensions

파일 보기 프로젝트 열기: wongatech/HealthMonitoring

공개 메소드들

메소드 설명
SetupStatusPlainResponse ( this endpoint, HttpStatusCode code, string text ) : void
SetupStatusResponse ( this endpoint, HttpStatusCode code ) : void
SetupStatusResponse ( this endpoint, HttpStatusCode code, object model ) : void

메소드 상세

SetupStatusPlainResponse() 공개 정적인 메소드

public static SetupStatusPlainResponse ( this endpoint, HttpStatusCode code, string text ) : void
endpoint this
code HttpStatusCode
text string
리턴 void

SetupStatusResponse() 공개 정적인 메소드

public static SetupStatusResponse ( this endpoint, HttpStatusCode code ) : void
endpoint this
code HttpStatusCode
리턴 void

SetupStatusResponse() 공개 정적인 메소드

public static SetupStatusResponse ( this endpoint, HttpStatusCode code, object model ) : void
endpoint this
code HttpStatusCode
model object
리턴 void