Example #1
0
 public void FetchNextJob_GivenNullQueues_Throws()
 {
     // GIVEN WHEN THEN
     Assert.Throws <ArgumentNullException>(() => _elasticConnection.FetchNextJob(null, CancellationToken.None));
 }