C# Class Microsoft.Azure.Commands.Resources.Test.GetAzureProviderCmdletTests

Tests the AzureProvider cmdlets
Mostrar archivo Open project: Azure/azure-powershell

Public Methods

Method Description
GetAzureProviderCmdletTests ( ITestOutputHelper output ) : Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation

Initializes a new instance of the GetAzureProviderCmdletTests class.

Private Methods

Method Description
GetsResourceProviderTests ( ) : void
ResetCalls ( ) : void

Resets the calls on the mocks

VerifyGetCallPatternAndReset ( ) : void

Verifies the right call patterns are made

VerifyListCallPatternAndReset ( ) : void

Verifies the right call patterns are made

Method Details

GetAzureProviderCmdletTests() public method

Initializes a new instance of the GetAzureProviderCmdletTests class.
public GetAzureProviderCmdletTests ( ITestOutputHelper output ) : Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation
output ITestOutputHelper
return Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation