public void TestSet2() { LinearEquation l1 = new LinearEquation(array, 4); l1.SetIndexesRandom(); Assert.AreNotEqual(l1.indexes[2], 2.0); }