(long thing, CancellationToken cancellationToken)
| 254 | } |
| 255 | |
| 256 | public Task<long> testI64(long thing, CancellationToken cancellationToken) |
| 257 | { |
| 258 | logger.Invoke("testI64({0})", thing); |
| 259 | return Task.FromResult(thing); |
| 260 | } |
| 261 | |
| 262 | public Task<double> testDouble(double thing, CancellationToken cancellationToken) |
| 263 | { |
no test coverage detected