public void PutInteractionstatsAlertsAlertIdTest()
        {
            // TODO: add unit test for the method 'PutInteractionstatsAlertsAlertId'
            string       alertId  = null; // TODO: replace null with proper value
            UnreadStatus body     = null; // TODO: replace null with proper value
            var          response = instance.PutInteractionstatsAlertsAlertId(alertId, body);

            Assert.IsInstanceOf <UnreadStatus> (response, "response is UnreadStatus");
        }
Exemple #2
0
 public void Init()
 {
     instance = new UnreadStatus();
 }