public void IsStartTest() { Tile target = new Tile(); // TODO: Initialize to an appropriate value bool expected = false; // TODO: Initialize to an appropriate value bool actual; actual = target.IsStart(); Assert.AreEqual(expected, actual); Assert.Inconclusive("Verify the correctness of this test method."); }