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