Microsoft.Azure.Commands.Resources.Test.GetAzureProviderFeatureCmdletTests.ResetCalls C# (CSharp) 메소드

ResetCalls() 개인적인 메소드

Resets the calls on the mocks
private ResetCalls ( ) : void
리턴 void
        private void ResetCalls()
        {
            this.featureOperationsMock.ResetCalls();
            this.commandRuntimeMock.ResetCalls();
        }