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

A class used to simulate the behavior of a storage account as far as existing, creation, and querying are concerned.
파일 보기 프로젝트 열기: AzureRT/azure-sdk-tools 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Action dataSetter ) : MockStorageService
Clear ( ) : void
InitializeMocks ( Mock mock ) : void

비공개 메소드들

메소드 설명
AddService ( StorageAccountCreateParameters createParameters ) : void
CreateCreateResponse ( ) : Task
CreateGetKeysResponse ( string serviceName ) : Task
CreateGetResponse ( string serviceName ) : Task

메소드 상세

Add() 공개 메소드

public Add ( Action dataSetter ) : MockStorageService
dataSetter Action
리턴 MockStorageService

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

InitializeMocks() 공개 메소드

public InitializeMocks ( Mock mock ) : void
mock Mock
리턴 void