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

Tests the Azure Provider Feature cmdlets
Inheritance: RMTestBase
Mostrar archivo Open project: Azure/azure-powershell

Public Methods

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

Initializes a new instance of the GetAzureProviderFeatureCmdletTests class.

Private Methods

Method Description
GetProviderFeatureTests ( ) : void
ResetCalls ( ) : void

Resets the calls on the mocks

VerifyGetCallPatternAndReset ( ) : void

Verifies the right call patterns are made

VerifyListAllCallPatternAndReset ( ) : void

Verifies the right call patterns are made

VerifyListProviderFeaturesCallPatternAndReset ( ) : void

Verifies the right call patterns are made

Method Details

GetAzureProviderFeatureCmdletTests() public method

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