Example #1
0
 public void FindPrimes_ArgumentCheck()
 {
     Assert.Throws <ArgumentException>(() => _primeService.FindPrimes(0));
 }