示例#1
0
 public void NewTestTest()
 {
     Assert.That(GameClass.GetTestData() == 5);
     // Use the Assert class to test conditions
 }