示例#1
0
 public async Task TestException()
 {
     await Assert.ThrowsAsync <UnexpectedHttpStatusCodeException>(async() => await _controller.GetValueException());
 }
示例#2
0
 public async Task TestException()
 {
     await Assert.ThrowsAsync <InvalidOperationException>(async() => await _controller.GetValueException());
 }