Esempio n. 1
0
 public void Dequeue_WhenEmpty_ThrowsError()
 {
     Assert.Throws <System.IndexOutOfRangeException>(
         delegate { _subject.Dequeue(); }
         );
 }