示例#1
0
        public void GetAllTest()
        {
            // TODO: add unit test for the method 'GetAll'
            var response = instance.GetAll();

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