Beispiel #1
0
 public void TestForSUNullRefError()
 {
     var result = controller1.NewCustomer(null);
     //Assert.IsInstanceOfType(result, typeof(Customer));
     //          Assert.IsNotNull(result);
 }