Example #1
0
 public void Shortener_Throws_At_Max_Retries()
 {
     Assert.Throws <Exception>(delegate { Shortener.FindUniqueShortPhrase(new Random(), rawData, 6); });
 }