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

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

private should_only_return_the_first_number_passed_in ( ) : void
Результат void
            public void should_only_return_the_first_number_passed_in()
            {
                result.ShouldEqual(left);
            }