Ejemplo n.º 1
0
 public void AddCompletedTest_NullTest_NullArgumentException()
 {
     Assert.Throws <ArgumentNullException>(() => _testqueue.AddCompletedTest(null),
                                           "{0}.{1}() should throw an ArgumentNullException if you pass it a null test!",
                                           nameof(TestQueue), nameof(TestQueue.AddCompletedTest));
 }