예제 #1
0
 public void NameTest()
 {
     try
     {
         _baseEvent?.Name();
         Assert.Fail();
     }
     catch
     {
     }
 }