Add unit test for ImageAccessor.
[Sone.git] / src / test /
2014-02-28 David ‘Bombe’ RodenAdd unit test for ImageAccessor.
2014-02-28 David ‘Bombe’ RodenAdd unit test for IdentityAccessor.
2014-02-28 David ‘Bombe’ RodenAdd unit test for HttpRequestAccessor.
2014-02-28 David ‘Bombe’ RodenAdd unit test for CssClassNameFilter.
2014-02-28 David ‘Bombe’ RodenAdd unit test for CollectionAccessor.
2014-02-28 David ‘Bombe’ RodenAdd unit test for AlbumAccessor.
2014-02-28 David ‘Bombe’ RodenAdd tests for isFreenetLink() and isPlainText().
2014-02-28 David ‘Bombe’ RodenRework the text parser.
2014-02-28 David ‘Bombe’ RodenAdd test case for multiple different links in one line.
2014-02-28 David ‘Bombe’ RodenRewrite parser tests.
2014-02-28 David ‘Bombe’ RodenAdd unit test for SonePart.
2014-02-28 David ‘Bombe’ RodenAdd unit test for PostPart.
2014-02-28 David ‘Bombe’ RodenAdd unit test for FreenetLinkPart.
2014-02-28 David ‘Bombe’ RodenAdd unit test for LinkPart.
2014-02-28 David ‘Bombe’ RodenAdd unit test for PlainTextPart.
2014-02-28 David ‘Bombe’ RodenAdd unit test for PartContainer.
2014-02-28 David ‘Bombe’ RodenAdd unit test for TextFilter.
2014-02-28 David ‘Bombe’ RodenAdd unit test for IntegerRangePredicate.
2014-02-28 David ‘Bombe’ RodenAdd unit test for Trust.
2014-02-28 David ‘Bombe’ RodenAdd unit test for DefaultOwnIdentity.
2014-02-28 David ‘Bombe’ RodenAdd unit test for DefaultIdentity.
2014-02-28 David ‘Bombe’ RodenAdd class that compares two lists of identities.
2014-02-28 David ‘Bombe’ RodenAdd unit test for LikeReplyCommand.
2014-02-28 David ‘Bombe’ RodenMove reply like functionality from Sone to Reply.
2014-02-28 David ‘Bombe’ RodenDon’t use raw Answer.
2014-02-28 David ‘Bombe’ RodenAdd unit test for LikePostCommand.
2014-02-28 David ‘Bombe’ RodenTrack liked posts.
2014-02-28 David ‘Bombe’ RodenAdd unit test for GetSonesCommand.
2014-02-28 David ‘Bombe’ RodenMock Core.getSones().
2014-02-28 David ‘Bombe’ RodenFix test case for getOptionalSone().
2014-02-28 David ‘Bombe’ RodenAdd unit test for GetSoneCommand.
2014-02-28 David ‘Bombe’ RodenAdd method to get a string with default value.
2014-02-28 David ‘Bombe’ RodenRefactoring.
2014-02-28 David ‘Bombe’ RodenAdd unit test for GetPostsCommand.
2014-02-28 David ‘Bombe’ RodenVerify Lists instead of Collections.
2014-02-28 David ‘Bombe’ RodenUse method from Verifiers.
2014-02-28 David ‘Bombe’ RodenAdd unit test for VersionCommand.
2014-02-28 David ‘Bombe’ RodenImplement Database.getSone() function.
2014-02-28 David ‘Bombe’ RodenStore sones as a Map.
2014-02-28 David ‘Bombe’ RodenCreate mock posts differently.
2014-02-28 David ‘Bombe’ RodenUse verify* methods from Verifiers.
2014-02-28 David ‘Bombe’ RodenUse verifyAnswer method in all FCP tests.
2014-02-28 David ‘Bombe’ RodenMove verifyAnswer method to Verifiers.
2014-02-28 David ‘Bombe’ RodenMove name of message into method parameter.
2014-02-28 David ‘Bombe’ RodenMove more post and reply verifiers to the Verifiers...
2014-02-28 David ‘Bombe’ RodenUse yet another way to verify the posts.
2014-02-28 David ‘Bombe’ RodenUse different method to verify a number of replies.
2014-02-28 David ‘Bombe’ RodenAdd unit test for GetPostFeedCommand.
2014-02-28 David ‘Bombe’ RodenAdd verifiers for the fcp package.
2014-02-28 David ‘Bombe’ RodenMock posts with a recipient, too.
2014-02-28 David ‘Bombe’ RodenMock a Sone’s friends in a better way.
2014-02-28 David ‘Bombe’ RodenMake mocks more complete and use them when testing...
2014-02-28 David ‘Bombe’ RodenUse a builder-style mocker for post replies, too.
2014-02-28 David ‘Bombe’ RodenReturn mocked replies to a post.
2014-02-28 David ‘Bombe’ RodenDon’t use static imports if more than one TIME_COMPARAT...
2014-02-28 David ‘Bombe’ RodenMock posts with a mocker, too.
2014-02-28 David ‘Bombe’ RodenRemove unnecessary mocks.
2014-02-28 David ‘Bombe’ RodenReplace Sone mock methods with a mock builder.
2014-02-28 David ‘Bombe’ RodenAdd unit test for GetPostCommand.
2014-02-28 David ‘Bombe’ RodenRemove unnecessary local variable.
2014-02-28 David ‘Bombe’ RodenAdd unit test for GetLocalSonesCommand.
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’ 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’ RodenAdd unit test for DeletePostCommand.
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’ 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’ 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’ 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’ RodenAdd tests for parsing a reply.
next