public void Update_WithNull_ThrowException()
 {
     Assert.Throws <ArgumentNullException>(() => companyClient.Update(null));
 }
示例#2
0
 public void Update_WithNull_ThrowException()
 {
     companyClient.Update(null);
 }