Пример #1
0
 public void ctor_SetId_EventTriggered()
 {
     _uut.SetId(1);
     Assert.That(_recievedEventArgs, Is.Not.Null);
 }