Move InputStream matcher to Matchers.
[Sone.git] / src / test /
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’ 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’ RodenThrow a different exception if a Sone is too new.
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’ 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’ RodenAdd tests for missing and empty profiles.
2014-02-28 David ‘Bombe’ RodenFix imports.
2014-02-28 David ‘Bombe’ RodenUse exceptions to signal an error when parsing a Sone.
2014-02-28 David ‘Bombe’ RodenRevert "Return an optional from the Sone parser."
2014-02-28 David ‘Bombe’ RodenAdd test for an invalid client.
2014-02-28 David ‘Bombe’ RodenUse XML files for all error conditions, expand test...
2014-02-28 David ‘Bombe’ RodenUse the ID of a reply instead of a post.
2014-02-28 David ‘Bombe’ RodenAdd recipient for one of the posts.
2014-02-28 David ‘Bombe’ RodenAdd more tests.
2014-02-28 David ‘Bombe’ RodenTest setting a/no avatar.
2014-02-28 David ‘Bombe’ RodenDon’t throw exception when removing a field that is...
2014-02-28 David ‘Bombe’ RodenAdd lots of tests for the profile.
2014-02-28 David ‘Bombe’ RodenFix javadoc.
2014-02-28 David ‘Bombe’ RodenReturn optionals of fields.
2014-02-28 David ‘Bombe’ RodenAdd method to set the value of a field.
2014-02-28 David ‘Bombe’ RodenAdd test for adding a field.
2014-02-28 David ‘Bombe’ RodenRename FieldTest to ProfileTest.
2014-02-28 David ‘Bombe’ RodenAdd method to rename a field.
2014-02-28 David ‘Bombe’ RodenUse XML file to test a complete Sone.
2014-02-28 David ‘Bombe’ RodenUse a real XML file for testing.
2014-02-28 David ‘Bombe’ RodenTest that a missing timestamp causes the Sone not to...
2014-02-28 David ‘Bombe’ RodenDon’t echo the HTML to stdout.
2014-02-28 David ‘Bombe’ RodenDeactivate the logger for the test.
2014-02-28 David ‘Bombe’ RodenReturn an optional from the Sone parser.
2014-02-28 David ‘Bombe’ RodenRemove declared exception.
2014-02-28 David ‘Bombe’ RodenVerify that a Sone with a too large protocol version...
2014-02-28 David ‘Bombe’ RodenAdd unit test for the Sone parser.
2014-02-28 David ‘Bombe’ RodenRemove image builder.
2014-02-28 David ‘Bombe’ RodenMove memory album and image to default implementation.
2014-02-28 David ‘Bombe’ RodenRename SoneImpl to DefaultSone, implement SoneProvider...
2014-02-28 David ‘Bombe’ RodenStore DefaultAlbum in DefaultImage.
2014-02-28 David ‘Bombe’ RodenRemove for-now useless test.
2014-02-28 David ‘Bombe’ RodenFix test.
2014-02-28 David ‘Bombe’ RodenImage builders always need to know their Sones.
2014-02-28 David ‘Bombe’ RodenRename album and builder implementations.
2014-02-28 David ‘Bombe’ RodenMove temporary image-related classes to their final...
2014-02-28 David ‘Bombe’ RodenExtract default Image implementation as base for all...
2014-02-28 David ‘Bombe’ RodenAdd test for the default image builder.
2013-10-10 David ‘Bombe’ RodenExtract an interface out of Sone.
2013-10-09 David ‘Bombe’ RodenAdd first small tests for the memory database.
2013-09-27 David ‘Bombe’ RodenUpdate French translation.
2013-09-25 David ‘Bombe’ RodenMerge branch 'release-0.8.7' 0.8.7
2013-07-09 David ‘Bombe’ RodenMerge remote-tracking branch 'beak/next' into next
2013-07-08 David ‘Bombe’ RodenAdd test for BookmarkAjaxPage.
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...
next