Microsoft.Azure.Commands.Resources.Test.GetAzureProviderCmdletTests.ResetCalls C# (CSharp) Method

ResetCalls() private method

Resets the calls on the mocks
private ResetCalls ( ) : void
return void
        private void ResetCalls()
        {
            this.providerOperationsMock.ResetCalls();
            this.commandRuntimeMock.ResetCalls();
        }