C# 클래스 Microsoft.Azure.WebJobs.Script.Tests.ApiHubTestHelper

파일 보기 프로젝트 열기: Azure/azure-webjobs-sdk-script 1 사용 예제들

공개 메소드들

메소드 설명
AssertTextUpdatedAsync ( string expectedText, int entityId ) : System.Threading.Tasks.Task
DeleteEntityAsync ( int entityId ) : System.Threading.Tasks.Task
EnsureEntityAsync ( int entityId, string text = null ) : System.Threading.Tasks.Task
NewRandomString ( ) : string
SetDefaultConnectionFactory ( ) : void

메소드 상세

AssertTextUpdatedAsync() 공개 정적인 메소드

public static AssertTextUpdatedAsync ( string expectedText, int entityId ) : System.Threading.Tasks.Task
expectedText string
entityId int
리턴 System.Threading.Tasks.Task

DeleteEntityAsync() 공개 정적인 메소드

public static DeleteEntityAsync ( int entityId ) : System.Threading.Tasks.Task
entityId int
리턴 System.Threading.Tasks.Task

EnsureEntityAsync() 공개 정적인 메소드

public static EnsureEntityAsync ( int entityId, string text = null ) : System.Threading.Tasks.Task
entityId int
text string
리턴 System.Threading.Tasks.Task

NewRandomString() 공개 정적인 메소드

public static NewRandomString ( ) : string
리턴 string

SetDefaultConnectionFactory() 공개 정적인 메소드

public static SetDefaultConnectionFactory ( ) : void
리턴 void