示例#1
0
 public void FindPizzaTest()
 {
     Assert.IsTrue(Menu1.FindPizza() is Pizza);
     Assert.IsNull(Menu2.FindPizza());
 }