Exemplo n.º 1
0
        public void IncrementIDTest()
        {
            EventsHelper helper = EventsHelper.Instance();
            //test if the incrementing the ID works
            string expectedID = "ID200";

            Assert.AreEqual(expectedID, helper.IncrementStringID("ID199"));
        }