Fix javadoc.
[Sone.git] / src / test / java / net / pterodactylus / sone / fcp /
2014-02-28 David ‘Bombe’ RodenMove InputStream matcher to Matchers.
2014-02-28 David ‘Bombe’ RodenAdd unit test for LikeReplyCommand.
2014-02-28 David ‘Bombe’ RodenAdd unit test for LikePostCommand.
2014-02-28 David ‘Bombe’ RodenAdd unit test for GetSonesCommand.
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’ 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’ 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’ 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’ 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’ RodenTurn Mocks into a stateful object.
2014-02-28 David ‘Bombe’ RodenAdd unit test for DeleteReplyCommand.
2014-02-28 David ‘Bombe’ RodenAdd unit test for DeletePostCommand.
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 unit test for CreatePostCommand.
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.
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’ 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’ RodenAdd unit test for AbstractSoneCommand.
2014-02-28 David ‘Bombe’ RodenRename SoneImpl to DefaultSone, implement SoneProvider...
2013-06-29 David ‘Bombe’ RodenMerge branch 'release-0.8.5' 0.8.5
2013-06-29 David ‘Bombe’ RodenMerge branch 'partial-rewrite' into next
2013-06-29 David ‘Bombe’ RodenMerge branch 'lock-sones-via-fcp-317' into next
2013-06-29 David ‘Bombe’ RodenAdd tests for LockSoneCommand and UnlockSoneCommand...