Example #1
0
        public void ListProjectsTest()
        {
            ContentAPI client = ConstructServiceClient();

            IEnumerable <Project> projects = client.ListProjects();

            Assert.IsTrue(projects.Count() > 0);
        }