示例#1
0
 public void ToStringTest()
 {
     DisplayMode mode = new DisplayMode();
     Assert.AreEqual(mode.ToString(), "{Width:" + mode.Width + " Height:" + mode.Height + " Format:" + mode.Format + " RefreshRate" + mode.RefreshRate + "}");
 }