public void GetGroupedPeople() { var tResult = new PeopleFunctions().GetGroupedPeople().Result; Assert.IsNotNull(tResult, null); }
public void IsPeopleAPIWorking() { var tResult = new PeopleFunctions().GetAsync(); Assert.IsNotNull(tResult); }