Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

devdetails

Nick Hodge edited this page Dec 6, 2014 · 9 revisions

##API Coverage, With Tests & Intellisense Comments From Twitter REST API v1.1

##To Build:

  • VS2013 Update 4 with latest NuGet supporting PCLs (Portable Class Libraries)
  • Xamarin Studio 5.5.x for MacOS/iOS/Android builds

##Other developer documentation

##Tests:

  • 123 test methods with average of 4 assertion tests each
  • Both Twitter API 1.1, Userstream and Searchstream Unit Tests
  • 56 "Live Fire Tests" Included as a separate project, it is engaged via the Console; uses a real Twitter Account to exercise the API. Configurable Test series, individual tests that can be run.
  • Test source is JSON from dev.twitter.com and where innaccurate on the site, taken from live data or corrected to match live data.
  • Error response type testing (eg: 429 rate_limits) & generic decode tests included

Components Used

Clone this wiki locally