Sone.git
2014-02-28 David ‘Bombe... Actually delete the reply.
2014-02-28 David ‘Bombe... Add unit test for DeletePostCommand.
2014-02-28 David ‘Bombe... Whitespace.
2014-02-28 David ‘Bombe... Actually delete the post.
2014-02-28 David ‘Bombe... Add method to mock a remote Sone.
2014-02-28 David ‘Bombe... Require a Sone when mocking a post.
2014-02-28 David ‘Bombe... Add unit test for CreateReplyCommand.
2014-02-28 David ‘Bombe... Add methods to mock a post.
2014-02-28 David ‘Bombe... Return a useful reply builder on a mocked Sone.
2014-02-28 David ‘Bombe... Add unit test for CreatePostCommand.
2014-02-28 David ‘Bombe... Add reusable mocks.
2014-02-28 David ‘Bombe... Remove annotation, the function can return null.
2014-02-28 David ‘Bombe... Add unit test for abstract command.
2014-02-28 David ‘Bombe... Fix InputStream matcher.
2014-02-28 David ‘Bombe... Reverse initial active state to make tests clearer.
2014-02-28 David ‘Bombe... Explicitely set initial state of FCP interface.
2014-02-28 David ‘Bombe... Add unit test for FCP interface.
2014-02-28 David ‘Bombe... Handle exception when replying only once.
2014-02-28 David ‘Bombe... Add method to add a command for testing.
2014-02-28 David ‘Bombe... Add method that verifies multiple posts with replies.
2014-02-28 David ‘Bombe... Add method that verifies multiple posts.
2014-02-28 David ‘Bombe... Add method that verifies post replies.
2014-02-28 David ‘Bombe... Add method that verifies a post.
2014-02-28 David ‘Bombe... Add tests for encoding multiple posts.
2014-02-28 David ‘Bombe... Filter future replies when encoding single posts.
2014-02-28 David ‘Bombe... Use a static import.
2014-02-28 David ‘Bombe... Add tests for encoding a single post.
2014-02-28 David ‘Bombe... Require a recipient when creating a post.
2014-02-28 David ‘Bombe... Also require a time when creating a post.
2014-02-28 David ‘Bombe... Also require the text when creating a post.
2014-02-28 David ‘Bombe... Require a Sone when creating a post.
2014-02-28 David ‘Bombe... Split post encoding methods to remove boolean parameters.
2014-02-28 David ‘Bombe... Add tests for parsing a reply.
2014-02-28 David ‘Bombe... Add tests for parsing a post.
2014-02-28 David ‘Bombe... Add tests for parsing optional Sones.
2014-02-28 David ‘Bombe... Add tests for parsing mandatory local Sones.
2014-02-28 David ‘Bombe... Add tests for parsing mandatory Sones.
2014-02-28 David ‘Bombe... Remove booleans from method signatures, create explicit...
2014-02-28 David ‘Bombe... Add test for encoding likes.
2014-02-28 David ‘Bombe... Add method to test encoding of replies.
2014-02-28 David ‘Bombe... Refactor Sone creation.
2014-02-28 David ‘Bombe... Add test for encoding multiple Sones.
2014-02-28 David ‘Bombe... Add method to create a profile with a given name.
2014-02-28 David ‘Bombe... Add tests for verifying the “Followed” attribute if...
2014-02-28 David ‘Bombe... Also test for non-existing “Followed” property when...
2014-02-28 David ‘Bombe... Add test for encoding a Sone.
2014-02-28 David ‘Bombe... Move test string creation into its own method.
2014-02-28 David ‘Bombe... Fix bug in text encoding method.
2014-02-28 David ‘Bombe... Add unit test for AbstractSoneCommand.
2014-02-28 David ‘Bombe... Add unit test for Client.
2014-02-28 David ‘Bombe... Add unit test for TemporaryImage.
2014-02-28 David ‘Bombe... Verify that the avatar ID belongs to an image of the...
2014-02-28 David ‘Bombe... If no albums are in the Sone, there’s no avatar ID...
2014-02-28 David ‘Bombe... Move protocol version handling and time parsing into...
2014-02-28 David ‘Bombe... Throw a different exception if a Sone is too new.
2014-02-28 David ‘Bombe... Fix formatting.
2014-02-28 David ‘Bombe... Remove some impossible-to-trigger code.
2014-02-28 David ‘Bombe... Remove unnecessary parameter.
2014-02-28 David ‘Bombe... Verify that a invalid Sone time causes an error.
2014-02-28 David ‘Bombe... Verify that a missing protocol version does not cause...
2014-02-28 David ‘Bombe... Verify that an image with invalid dimensions causes...
2014-02-28 David ‘Bombe... Verify that an invalid image causes an error.
2014-02-28 David ‘Bombe... Verify that an invalid parent album causes an error.
2014-02-28 David ‘Bombe... Verify that an invalid album causes an error.
2014-02-28 David ‘Bombe... Verify that a missing <albums> section does not cause...
2014-02-28 David ‘Bombe... Verify that a missing <replies> section does not cause...
2014-02-28 David ‘Bombe... Verify that a missing post-likes section does not cause...
2014-02-28 David ‘Bombe... Rename test for invalid post times.
2014-02-28 David ‘Bombe... Throw exception on invalid reply times.
2014-02-28 David ‘Bombe... Throw exception on invalid replies.
2014-02-28 David ‘Bombe... Verify that a missing <replies> section does not cause...
2014-02-28 David ‘Bombe... Add test for malformed post time.
2014-02-28 David ‘Bombe... Add test for malformed post XML.
2014-02-28 David ‘Bombe... Throw special exception if a time can not be parsed.
2014-02-28 David ‘Bombe... Throw exception when a post misses something vital.
2014-02-28 David ‘Bombe... Test that a missing <posts> section does not cause...
2014-02-28 David ‘Bombe... Add tests for invalid and duplicate fields.
2014-02-28 David ‘Bombe... Throw a duplicate field exception when a duplicate...
2014-02-28 David ‘Bombe... Throw malformed XML exception when fields can not be...
2014-02-28 David ‘Bombe... Throw the correct exception when a duplicate field...
2014-02-28 David ‘Bombe... Add tests for missing and empty profiles.
2014-02-28 David ‘Bombe... Fix imports.
2014-02-28 David ‘Bombe... Use better dependencies.
2014-02-28 David ‘Bombe... Use exceptions to signal an error when parsing a Sone.
2014-02-28 David ‘Bombe... Revert "Return an optional from the Sone parser."
2014-02-28 David ‘Bombe... Add test for an invalid client.
2014-02-28 David ‘Bombe... Return absent() instead of null.
2014-02-28 David ‘Bombe... Use XML files for all error conditions, expand test...
2014-02-28 David ‘Bombe... Use the ID of a reply instead of a post.
2014-02-28 David ‘Bombe... Add recipient for one of the posts.
2014-02-28 David ‘Bombe... Include EMMA plugin for code coverage.
2014-02-28 David ‘Bombe... Remove some very obvious javadoc comments.
2014-02-28 David ‘Bombe... Add more tests.
2014-02-28 David ‘Bombe... Don’t use the fingerprint of a field that has a null...
2014-02-28 David ‘Bombe... Test setting a/no avatar.
2014-02-28 David ‘Bombe... Don’t throw exception when removing a field that is...
2014-02-28 David ‘Bombe... Add lots of tests for the profile.
2014-02-28 David ‘Bombe... Don’t throw exceptions when moving up/down the first...
2014-02-28 David ‘Bombe... Include hamcrest in dependencies.
2014-02-28 David ‘Bombe... Fix duplicate-field detection.
next