コード例 #1
0
        public void GetStatusStatusIdTest()
        {
            // TODO: add unit test for the method 'GetStatusStatusId'
            string statusId = null; // TODO: replace null with proper value
            var    response = instance.GetStatusStatusId(statusId);

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