コード例 #1
0
 public void TestLoadOfSingleRoomWithDefaultURI()
 {
     RoomInfo ri = new RoomInfo(new Uri("../../fixture/classrooms.xml", UriKind.Relative));
     Assert.IsTrue(ri.LoadRoomByName("PHAR-129"));
 }
コード例 #2
0
 public void TestExceptionSingleLoad()
 {
     RoomInfo ri = new RoomInfo(new Uri("../../fixture/classrooms.xml", UriKind.Relative));
     Assert.IsTrue(ri.LoadRoomByName("omg hax hax"));
 }