public void DigitNofRowFibonachi(int n, int expected) { int actual = Cycle.DigitNofRowFibonachi(n); Assert.AreEqual(expected, actual); }