AutomationLayer.AdditionSteps.GivenTheCalculatorHasCleanMemory C# (CSharp) Method

GivenTheCalculatorHasCleanMemory() private method

private GivenTheCalculatorHasCleanMemory ( ) : void
return void
        public void GivenTheCalculatorHasCleanMemory()
        {
            this.numbersList = new List<int>();
            this.result = 0;
        }