Add unit test for ImageAccessor.
[Sone.git] / src /
2014-02-28 David ‘Bombe’ RodenRemove unnecessary local variable.
2014-02-28 David ‘Bombe’ RodenAdd unit test for GetLocalSonesCommand.
2014-02-28 David ‘Bombe’ RodenImplement local Sone filter by using isLocal().
2014-02-28 David ‘Bombe’ RodenMemorize all mocked Sones and implement getLocalSones().
2014-02-28 David ‘Bombe’ RodenMock Sone.toString() for nicer debug output.
2014-02-28 David ‘Bombe’ RodenAdd unit test for Sone.TO_POSTS.
2014-02-28 David ‘Bombe’ RodenUse method for common mocked Sone initialization.
2014-02-28 David ‘Bombe’ RodenTurn Mocks into a stateful object.
2014-02-28 David ‘Bombe’ RodenSplit Sone mocking back into two separate methods again.
2014-02-28 David ‘Bombe’ RodenAdd a function to transform a Sone into its posts.
2014-02-28 David ‘Bombe’ RodenStore mocked posts and return them from the Sone.
2014-02-28 David ‘Bombe’ RodenRemove imports.
2014-02-28 David ‘Bombe’ RodenDon’t use an argument captor when using an answer.
2014-02-28 David ‘Bombe’ RodenReturn an empty profile from a mocked Sone.
2014-02-28 David ‘Bombe’ RodenNo adding posts to a remote Sone!
2014-02-28 David ‘Bombe’ RodenMock local Sones by mocking remote Sones and re-mocking...
2014-02-28 David ‘Bombe’ RodenAdd unit test for DeleteReplyCommand.
2014-02-28 David ‘Bombe’ RodenAdd method to mock post replies, too.
2014-02-28 David ‘Bombe’ RodenActually delete the reply.
2014-02-28 David ‘Bombe’ RodenAdd unit test for DeletePostCommand.
2014-02-28 David ‘Bombe’ RodenWhitespace.
2014-02-28 David ‘Bombe’ RodenActually delete the post.
2014-02-28 David ‘Bombe’ RodenAdd method to mock a remote Sone.
2014-02-28 David ‘Bombe’ RodenRequire a Sone when mocking a post.
2014-02-28 David ‘Bombe’ RodenAdd unit test for CreateReplyCommand.
2014-02-28 David ‘Bombe’ RodenAdd methods to mock a post.
2014-02-28 David ‘Bombe’ RodenReturn a useful reply builder on a mocked Sone.
2014-02-28 David ‘Bombe’ RodenAdd unit test for CreatePostCommand.
2014-02-28 David ‘Bombe’ RodenAdd reusable mocks.
2014-02-28 David ‘Bombe’ RodenRemove annotation, the function can return null.
2014-02-28 David ‘Bombe’ RodenAdd unit test for abstract command.
2014-02-28 David ‘Bombe’ RodenFix InputStream matcher.
2014-02-28 David ‘Bombe’ RodenReverse initial active state to make tests clearer.
2014-02-28 David ‘Bombe’ RodenExplicitely set initial state of FCP interface.
2014-02-28 David ‘Bombe’ RodenAdd unit test for FCP interface.
2014-02-28 David ‘Bombe’ RodenHandle exception when replying only once.
2014-02-28 David ‘Bombe’ RodenAdd method to add a command for testing.
2014-02-28 David ‘Bombe’ RodenAdd method that verifies multiple posts with replies.
2014-02-28 David ‘Bombe’ RodenAdd method that verifies multiple posts.
2014-02-28 David ‘Bombe’ RodenAdd method that verifies post replies.
2014-02-28 David ‘Bombe’ RodenAdd method that verifies a post.
2014-02-28 David ‘Bombe’ RodenAdd tests for encoding multiple posts.
2014-02-28 David ‘Bombe’ RodenFilter future replies when encoding single posts.
2014-02-28 David ‘Bombe’ RodenUse a static import.
2014-02-28 David ‘Bombe’ RodenAdd tests for encoding a single post.
2014-02-28 David ‘Bombe’ RodenRequire a recipient when creating a post.
2014-02-28 David ‘Bombe’ RodenAlso require a time when creating a post.
2014-02-28 David ‘Bombe’ RodenAlso require the text when creating a post.
2014-02-28 David ‘Bombe’ RodenRequire a Sone when creating a post.
2014-02-28 David ‘Bombe’ RodenSplit post encoding methods to remove boolean parameters.
2014-02-28 David ‘Bombe’ RodenAdd tests for parsing a reply.
2014-02-28 David ‘Bombe’ RodenAdd tests for parsing a post.
2014-02-28 David ‘Bombe’ RodenAdd tests for parsing optional Sones.
2014-02-28 David ‘Bombe’ RodenAdd tests for parsing mandatory local Sones.
2014-02-28 David ‘Bombe’ RodenAdd tests for parsing mandatory Sones.
2014-02-28 David ‘Bombe’ RodenRemove booleans from method signatures, create explicit...
2014-02-28 David ‘Bombe’ RodenAdd test for encoding likes.
2014-02-28 David ‘Bombe’ RodenAdd method to test encoding of replies.
2014-02-28 David ‘Bombe’ RodenRefactor Sone creation.
2014-02-28 David ‘Bombe’ RodenAdd test for encoding multiple Sones.
2014-02-28 David ‘Bombe’ RodenAdd method to create a profile with a given name.
2014-02-28 David ‘Bombe’ RodenAdd tests for verifying the “Followed” attribute if...
2014-02-28 David ‘Bombe’ RodenAlso test for non-existing “Followed” property when...
2014-02-28 David ‘Bombe’ RodenAdd test for encoding a Sone.
2014-02-28 David ‘Bombe’ RodenMove test string creation into its own method.
2014-02-28 David ‘Bombe’ RodenFix bug in text encoding method.
2014-02-28 David ‘Bombe’ RodenAdd unit test for AbstractSoneCommand.
2014-02-28 David ‘Bombe’ RodenAdd unit test for Client.
2014-02-28 David ‘Bombe’ RodenAdd unit test for TemporaryImage.
2014-02-28 David ‘Bombe’ RodenVerify that the avatar ID belongs to an image of the...
2014-02-28 David ‘Bombe’ RodenIf no albums are in the Sone, there’s no avatar ID...
2014-02-28 David ‘Bombe’ RodenMove protocol version handling and time parsing into...
2014-02-28 David ‘Bombe’ RodenThrow a different exception if a Sone is too new.
2014-02-28 David ‘Bombe’ RodenFix formatting.
2014-02-28 David ‘Bombe’ RodenRemove some impossible-to-trigger code.
2014-02-28 David ‘Bombe’ RodenRemove unnecessary parameter.
2014-02-28 David ‘Bombe’ RodenVerify that a invalid Sone time causes an error.
2014-02-28 David ‘Bombe’ RodenVerify that a missing protocol version does not cause...
2014-02-28 David ‘Bombe’ RodenVerify that an image with invalid dimensions causes...
2014-02-28 David ‘Bombe’ RodenVerify that an invalid image causes an error.
2014-02-28 David ‘Bombe’ RodenVerify that an invalid parent album causes an error.
2014-02-28 David ‘Bombe’ RodenVerify that an invalid album causes an error.
2014-02-28 David ‘Bombe’ RodenVerify that a missing <albums> section does not cause...
2014-02-28 David ‘Bombe’ RodenVerify that a missing <replies> section does not cause...
2014-02-28 David ‘Bombe’ RodenVerify that a missing post-likes section does not cause...
2014-02-28 David ‘Bombe’ RodenRename test for invalid post times.
2014-02-28 David ‘Bombe’ RodenThrow exception on invalid reply times.
2014-02-28 David ‘Bombe’ RodenThrow exception on invalid replies.
2014-02-28 David ‘Bombe’ RodenVerify that a missing <replies> section does not cause...
2014-02-28 David ‘Bombe’ RodenAdd test for malformed post time.
2014-02-28 David ‘Bombe’ RodenAdd test for malformed post XML.
2014-02-28 David ‘Bombe’ RodenThrow special exception if a time can not be parsed.
2014-02-28 David ‘Bombe’ RodenThrow exception when a post misses something vital.
2014-02-28 David ‘Bombe’ RodenTest that a missing <posts> section does not cause...
2014-02-28 David ‘Bombe’ RodenAdd tests for invalid and duplicate fields.
2014-02-28 David ‘Bombe’ RodenThrow a duplicate field exception when a duplicate...
2014-02-28 David ‘Bombe’ RodenThrow malformed XML exception when fields can not be...
2014-02-28 David ‘Bombe’ RodenThrow the correct exception when a duplicate field...
2014-02-28 David ‘Bombe’ RodenAdd tests for missing and empty profiles.
2014-02-28 David ‘Bombe’ RodenFix imports.
next