public void should_return_a_clone_of_the_given_formula()
 {
     _mappedFormula.ShouldBeEqualTo(_clonedFormula);
 }
Exemple #2
0
 public void should_return_an_existing_formula_if_the_formula_already_exists()
 {
     _result1.ShouldBeEqualTo(_result2);
 }