Beispiel #1
0
        public void TestdeleteType() //need to return true only to values
        {
            Assert.IsTrue(forum.deleteType("test1"));

            Assert.IsFalse(forum.deleteType("test2"));
        }