public void Create_WithNull_ThrowException()
 {
     Assert.Throws <ArgumentNullException>(() => companyClient.Create(null));
 }
Exemplo n.º 2
0
 public void Create_WithNull_ThrowException()
 {
     companyClient.Create(null);
 }