Ejemplo n.º 1
0
        public void GetCampaignsCampaignIdInteractionsTest()
        {
            // TODO: add unit test for the method 'GetCampaignsCampaignIdInteractions'
            string campaignId = null; // TODO: replace null with proper value
            var    response   = instance.GetCampaignsCampaignIdInteractions(campaignId);

            Assert.IsInstanceOf <CampaignInteractions> (response, "response is CampaignInteractions");
        }