Add unit test for L10nFilter.
[Sone.git] / src / test / java / net / pterodactylus / sone / data /
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’ RodenTrack liked posts.
2014-02-28 David ‘Bombe’ RodenMock Core.getSones().
2014-02-28 David ‘Bombe’ RodenImplement Database.getSone() function.
2014-02-28 David ‘Bombe’ RodenStore sones as a Map.
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’ RodenReplace Sone mock methods with a mock builder.
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 method to mock post replies, too.
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 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 reusable mocks.
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’ 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’ RodenRemove image builder.
2014-02-28 David ‘Bombe’ RodenMove memory album and image to default implementation.
2014-02-28 David ‘Bombe’ RodenStore DefaultAlbum in DefaultImage.
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’ 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.