public void should_return_the_curve_with_the_correct_details() { foreach (var curve in returnedCurves) { CurveDataChecker.CompareContractWithSavedEntity(curve); } }
public void should_return_the_correct_vesrion_of_the_curve() { var curve = response.Content.ReadAsDataContract <Contracts.Curve>(); CurveDataChecker.CompareContractWithSavedEntity(curve); }