Calculator.Core.Tests.Better.CalculatorSpecs.when_using_a_calculator_to_perform_operations_and_the_operator_is_loaded.should_perform_an_operation_call_on_the_operation_type C# (CSharp) Метод

should_perform_an_operation_call_on_the_operation_type() приватный Метод

private should_perform_an_operation_call_on_the_operation_type ( ) : void
Результат void
            public void should_perform_an_operation_call_on_the_operation_type()
            {
                _operation.Verify(x => x.PerformOperation(left, right));
            }