예제 #1
0
        public void GetFormsFormIdTest()
        {
            // TODO: add unit test for the method 'GetFormsFormId'
            string formId   = null; // TODO: replace null with proper value
            var    response = instance.GetFormsFormId(formId);

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