Esempio n. 1
0
        public void GetFlowIdPublishedresultsIdTest()
        {
            // TODO: add unit test for the method 'GetFlowIdPublishedresultsId'
            string flowId = null; // TODO: replace null with proper value
            string id     = null; // TODO: replace null with proper value

            var response = instance.GetFlowIdPublishedresultsId(flowId, id);

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