Exemplo n.º 1
0
 public async Task GetReservationByIdWithIllegalIdTest()
 {
     Assert.Throws <RpcException>(() => _target.GetById(new GetReservationByIdRequest {
         Id = 42
     }));
 }