Exemplo n.º 1
0
 public void GetAllCommits_ThrowsNullReferenceException()
 {
     Assert.ThrowsAsync <NullReferenceException>(() => service.GetAllCommits(null));
 }