Exemplo n.º 1
0
 public void WhenContentIsNull_ThenThrowException()
 {
     Assert.ThrowsAsync <ArgumentNullException>(() => HttpContentExtensions.ReadAsJsonAsync <TestDummy>(null));
 }