summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2014-06-02Replace reply(user)id by replytweetidPeter Wu1-2/+2
2014-05-12Fix tests for nullable propertiesPeter Wu1-5/+18
2014-05-10user: Add verified, description, fix coordinates typePeter Wu1-0/+4
2014-05-10Extend tests with date tests, fix created_at valuesPeter Wu1-4/+37
2014-05-10Centralize Gson creation and registrationPeter Wu1-6/+1
2014-05-10Coordinates is an object with an arrayPeter Wu1-1/+27
Ensure that the array is of a fixed length, add tests to check for that.
2014-05-10Verify that an array and object are really array (and objects)Peter Wu1-0/+14
2014-05-10Detect wrong type for stringPeter Wu1-0/+8
2014-05-10Add validator debugger where the wrong type is returnedPeter Wu1-0/+10
2014-05-10user.time_zone can be null tooPeter Wu1-1/+4
2014-05-09Entities can be missing, user.place is not a stringPeter Wu1-5/+47
* User: place is not a string but a Place object. * User: entities is nullable. * Tweet: in_reply_to_user_id, coordinates is nullable. * ValidatingJsonDeserializer: Treat null values as missing fields. * ValidatingJsonDeserializerTest: Test for null values.
2014-05-09Trace object path for JSON validation errors.Peter Wu1-4/+5
2014-05-09Add missing annotation for retweeted_status, more testsPeter Wu1-0/+53
2014-05-09Add ValidatingJsonDeserializerTest (JUnit)Peter Wu1-0/+438