public void CreateSafeGridTest() { GridUtils target = new GridUtils(); // TODO: Initialize to an appropriate value Grid expected = null; // TODO: Initialize to an appropriate value Grid actual; actual = target.CreateSafeGrid(); Assert.AreEqual(expected, actual); Assert.Inconclusive("Verify the correctness of this test method."); }