Exemple #1
0
 public void NotificationTemplate_EmptyConstructor_Success()
 {
     try
     {
         NotificationTemplate oNewTemplate = new NotificationTemplate(_mockServer);
         Console.WriteLine(oNewTemplate.ToString());
         Console.WriteLine(oNewTemplate.DumpAllProps());
     }
     catch (Exception ex)
     {
         Assert.Fail("Failed to create new NotificationTemplate instance off NEW keyword with no ObjectId:" + ex);
     }
 }