public void IncrementIDTest() { EventsHelper helper = EventsHelper.Instance(); //test if the incrementing the ID works string expectedID = "ID200"; Assert.AreEqual(expectedID, helper.IncrementStringID("ID199")); }