- tearDown() - Method in class com.couchprivileges.cele.CeleAPITest
-
- test() - Method in class com.couchprivileges.cele.CeleAPITest
-
- testAddHoliday() - Method in class com.couchprivileges.cele.CeleAPITest
-
Tests adding of a holiday.
- testDeleteHoliday() - Method in class com.couchprivileges.cele.CeleAPITest
-
Tests deleting the holiday.
- testExpectNoResults() - Method in class com.couchprivileges.cele.YelpTest
-
Use an invalid longitude and latitude, and expect no results.
- testExpectResults() - Method in class com.couchprivileges.cele.YelpTest
-
Expect results with a valid latitude and longitude.
- testGetContent() - Method in class com.couchprivileges.cele.CeleAPITest
-
Successful get content call to verify results are not null
- testGetContentBadLocation() - Method in class com.couchprivileges.cele.CeleAPITest
-
Bad Location results in Null Pointer Exception to verify results are not null
- testGetContentResultsNotEmpty() - Method in class com.couchprivileges.cele.CeleAPITest
-
Successful get content call to verify results are not null
- testGetContentWithBadHolidayDate() - Method in class com.couchprivileges.cele.CeleAPITest
-
Holiday NonExistent get content call to verify results are not null
- testGetFoursqaureWithBadHolidayDate() - Method in class com.couchprivileges.cele.CeleAPITest
-
Holiday NonExistent get foursquare call to verify results are not null
- testGetFoursquare() - Method in class com.couchprivileges.cele.CeleAPITest
-
Successful get foursquare call to verify results are not null
- testGetFoursquareListNotEmpty() - Method in class com.couchprivileges.cele.CeleAPITest
-
Successful get foursquare call to verify results list is not empty
- testGetGroupon() - Method in class com.couchprivileges.cele.CeleAPITest
-
Successful get Groupon call to verify results are not null
- testGetGrouponListNotEmpty() - Method in class com.couchprivileges.cele.CeleAPITest
-
Successful get Groupon call to verify results are not null
- testGetGrouponWithBadHolidayDate() - Method in class com.couchprivileges.cele.CeleAPITest
-
Holiday NonExistent get Groupon call to verify results are not null
- testNonNullResults() - Method in class com.couchprivileges.cele.YelpTest
-
Makes sure that a string is always returned for the results.
- testResultMapping() - Method in class com.couchprivileges.cele.YelpTest
-
Makes sure that mapping is correctly done.
- testUpdateHoliday() - Method in class com.couchprivileges.cele.CeleAPITest
-
Tests updating of a holiday.
- toString() - Method in class com.couchprivileges.cele.places.Place
-
- toString() - Method in class com.couchprivileges.cele.places.PlaceDetails
-