Sone.git
2014-02-28 David ‘Bombe... Add unit test for Trust.
2014-02-28 David ‘Bombe... Add unit test for DefaultOwnIdentity.
2014-02-28 David ‘Bombe... Remove unused copy-constructor.
2014-02-28 David ‘Bombe... Add unit test for DefaultIdentity.
2014-02-28 David ‘Bombe... Use identity change detector in identity manager.
2014-02-28 David ‘Bombe... Add class that compares two lists of identities.
2014-02-28 David ‘Bombe... Remove unused method.
2014-02-28 David ‘Bombe... Add unit test for LikeReplyCommand.
2014-02-28 David ‘Bombe... Move reply like functionality from Sone to Reply.
2014-02-28 David ‘Bombe... Check for correct objects.
2014-02-28 David ‘Bombe... Remove unnecessary modifier.
2014-02-28 David ‘Bombe... Don’t use raw Answer.
2014-02-28 David ‘Bombe... Move isLikedPostId from Sone to Post.
2014-02-28 David ‘Bombe... Add unit test for LikePostCommand.
2014-02-28 David ‘Bombe... Track liked posts.
2014-02-28 David ‘Bombe... Move retrieval of post likes from Core to Post.
2014-02-28 David ‘Bombe... Move unliking a post from Sone to Post.
2014-02-28 David ‘Bombe... Move post liking from Sone to Post.
2014-02-28 David ‘Bombe... Add unit test for GetSonesCommand.
2014-02-28 David ‘Bombe... Mock Core.getSones().
2014-02-28 David ‘Bombe... Fix test case for getOptionalSone().
2014-02-28 David ‘Bombe... Add unit test for GetSoneCommand.
2014-02-28 David ‘Bombe... Actually allow the Sone to be missing in getOptionalSone().
2014-02-28 David ‘Bombe... Add method to get a string with default value.
2014-02-28 David ‘Bombe... Refactoring.
2014-02-28 David ‘Bombe... Add unit test for GetPostsCommand.
2014-02-28 David ‘Bombe... Verify Lists instead of Collections.
2014-02-28 David ‘Bombe... Use method from Verifiers.
2014-02-28 David ‘Bombe... Add unit test for VersionCommand.
2014-02-28 David ‘Bombe... Clean up imports.
2014-02-28 David ‘Bombe... Return friends as Collection, not as List.
2014-02-28 David ‘Bombe... Add method to expose a Post loader.
2014-02-28 David ‘Bombe... Add method to expose a Sone loader.
2014-02-28 David ‘Bombe... Refactoring.
2014-02-28 David ‘Bombe... Implement Database.getSone() function.
2014-02-28 David ‘Bombe... Store sones as a Map.
2014-02-28 David ‘Bombe... Create mock posts differently.
2014-02-28 David ‘Bombe... Use verify* methods from Verifiers.
2014-02-28 David ‘Bombe... Use verifyAnswer method in all FCP tests.
2014-02-28 David ‘Bombe... Move verifyAnswer method to Verifiers.
2014-02-28 David ‘Bombe... Move name of message into method parameter.
2014-02-28 David ‘Bombe... Move more post and reply verifiers to the Verifiers...
2014-02-28 David ‘Bombe... Use yet another way to verify the posts.
2014-02-28 David ‘Bombe... Use different method to verify a number of replies.
2014-02-28 David ‘Bombe... Add unit test for GetPostFeedCommand.
2014-02-28 David ‘Bombe... Add verifiers for the fcp package.
2014-02-28 David ‘Bombe... Mock posts with a recipient, too.
2014-02-28 David ‘Bombe... Mock a Sone’s friends in a better way.
2014-02-28 David ‘Bombe... Make mocks more complete and use them when testing...
2014-02-28 David ‘Bombe... Use a builder-style mocker for post replies, too.
2014-02-28 David ‘Bombe... Return mocked replies to a post.
2014-02-28 David ‘Bombe... Don’t use static imports if more than one TIME_COMPARAT...
2014-02-28 David ‘Bombe... Mock posts with a mocker, too.
2014-02-28 David ‘Bombe... Remove unnecessary mocks.
2014-02-28 David ‘Bombe... Replace Sone mock methods with a mock builder.
2014-02-28 David ‘Bombe... Add unit test for GetPostCommand.
2014-02-28 David ‘Bombe... Remove unnecessary local variable.
2014-02-28 David ‘Bombe... Add unit test for GetLocalSonesCommand.
2014-02-28 David ‘Bombe... Implement local Sone filter by using isLocal().
2014-02-28 David ‘Bombe... Memorize all mocked Sones and implement getLocalSones().
2014-02-28 David ‘Bombe... Mock Sone.toString() for nicer debug output.
2014-02-28 David ‘Bombe... Add unit test for Sone.TO_POSTS.
2014-02-28 David ‘Bombe... Use method for common mocked Sone initialization.
2014-02-28 David ‘Bombe... Turn Mocks into a stateful object.
2014-02-28 David ‘Bombe... Split Sone mocking back into two separate methods again.
2014-02-28 David ‘Bombe... Add a function to transform a Sone into its posts.
2014-02-28 David ‘Bombe... Store mocked posts and return them from the Sone.
2014-02-28 David ‘Bombe... Remove imports.
2014-02-28 David ‘Bombe... Don’t use an argument captor when using an answer.
2014-02-28 David ‘Bombe... Return an empty profile from a mocked Sone.
2014-02-28 David ‘Bombe... No adding posts to a remote Sone!
2014-02-28 David ‘Bombe... Mock local Sones by mocking remote Sones and re-mocking...
2014-02-28 David ‘Bombe... Add unit test for DeleteReplyCommand.
2014-02-28 David ‘Bombe... Add method to mock post replies, too.
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.
next