Example #1
0
 /**
  * Verifies that the {@code timerEvent}'s description is {@code expectedDescription}.
  *
  * @param timerEvent the {@link TimerEvent} to verify
  * @param expectedDescription the expected description
  */
 private void VerifyDescription(TimerEvent timerEvent, string expectedDescription)
 {
     Assert.AreEqual(expectedDescription, timerEvent.GetDescription());
 }