public void RowElementContainsTest() { int a = 2; double x = 0.1; Assert.AreEqual(0.2, EquationSolver.GetRowSequenceElement(a, 1, x)); }