Пример #1
0
        public void should_not_return_references_to_formula_that_were_called_during_the_first_clone_operation()
        {
            var parameterOrgan1 = _result.GetAllChildren <IParameter>().First(x => x.Name.Equals("parameterOrgan1"));

            _firstFormula.ShouldNotBeEqualTo(parameterOrgan1.Formula);
        }