Move verifiers to different package.
[Sone.git] / src / test / java / net / pterodactylus / sone / fcp / AbstractSoneCommandTest.java
2014-02-28 David ‘Bombe’ RodenMove verifiers to different package.
2014-02-28 David ‘Bombe’ RodenFix test case for getOptionalSone().
2014-02-28 David ‘Bombe’ RodenMove more post and reply verifiers to the Verifiers...
2014-02-28 David ‘Bombe’ RodenMake mocks more complete and use them when 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’ 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.