예제 #1
0
 public void TestModelOfCartPartial()
 {
     Assert.Throws <NullReferenceException>(() => cartController.CartPartial());
 }