C# 클래스 Microsoft.WindowsAzure.Commands.Test.Utilities.Common.ClientMocks

Test helper class for managing mocking the various client objects and operations in the service management library.
파일 보기 프로젝트 열기: AzureRT/azure-sdk-tools 1 사용 예제들

공개 메소드들

메소드 설명
ClientMocks ( string subscriptionId ) : Management
Verify ( ) : void
VerifyAll ( ) : void

비공개 메소드들

메소드 설명
CreateCredentials ( string subscriptionId ) : SubscriptionCloudCredentials
Make404Exception ( ) : CloudException

메소드 상세

ClientMocks() 공개 메소드

public ClientMocks ( string subscriptionId ) : Management
subscriptionId string
리턴 Management

Verify() 공개 메소드

public Verify ( ) : void
리턴 void

VerifyAll() 공개 메소드

public VerifyAll ( ) : void
리턴 void