예제 #1
0
파일: test.cs 프로젝트: amir9979/sadna
 public void TestGetForumByName() //need to return true only to values
 {
     Assert.IsTrue(testForum(forum.GetForumByName("test1"), 1));
 }