Exemplo n.º 1
0
        public void DefineSlideExactlyTest()
        {
            GameData.Slide newSlide = null;         // TODO: Initialize to an appropriate value
            string         expected = string.Empty; // TODO: Initialize to an appropriate value
            string         actual;

            actual = ZRFCreator_Accessor.DefineSlideExactly(newSlide);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }