public void IsSolvedGridTest() { Grid g = new Grid(this.ValidFullStartingMatrix); // IsSolved : Assert.IsTrue(g.IsSolved()); }