示例#1
0
        public void TelescopeCanMoveAxisGetTest()
        {
            // TODO uncomment below to test the method and replace null with proper value
            int           deviceNumber        = 0;
            TelescopeAxis?axis                = null;
            int?          clientID            = null;
            int?          clientTransactionID = null;
            var           response            = instance.TelescopeCanMoveAxisGet(deviceNumber, axis, clientID, clientTransactionID);

            Assert.IsType <BoolResponse>(response);
        }