Example #1
0
        public void GetGroupedPeople()
        {
            var tResult = new PeopleFunctions().GetGroupedPeople().Result;

            Assert.IsNotNull(tResult, null);
        }
Example #2
0
        public void IsPeopleAPIWorking()
        {
            var tResult = new PeopleFunctions().GetAsync();

            Assert.IsNotNull(tResult);
        }