示例#1
0
        public void GetTest()
        {
            // TODO: add unit test for the method 'Get'
            int?id       = null; // TODO: replace null with proper value
            var response = instance.Get(id);

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