Move test string creation into its own method.
[Sone.git] / src / test / java / net / pterodactylus / sone / data /
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.