C# Class Microsoft.WindowsAzure.Commands.Test.Utilities.Common.ClientMocks

Test helper class for managing mocking the various client objects and operations in the service management library.
Mostra file Open project: AzureRT/azure-sdk-tools Class Usage Examples

Public Methods

Method Description
ClientMocks ( string subscriptionId ) : Management
Verify ( ) : void
VerifyAll ( ) : void

Private Methods

Method Description
CreateCredentials ( string subscriptionId ) : SubscriptionCloudCredentials
Make404Exception ( ) : CloudException

Method Details

ClientMocks() public method

public ClientMocks ( string subscriptionId ) : Management
subscriptionId string
return Management

Verify() public method

public Verify ( ) : void
return void

VerifyAll() public method

public VerifyAll ( ) : void
return void