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

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

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