Ejemplo n.º 1
0
        public void TestGetAllItems()
        {
            CSOMSharePointRepository <CommunityEventModel> events = new CSOMSharePointRepository <CommunityEventModel>(testUrl);
            string listName = "CommunityEvents";
            List <CommunityEventModel> e = events.GetAll(listName) as List <CommunityEventModel>;

            Assert.IsNotNull(e);
        }