Add test for DI constructability of TrustAjaxPage
[Sone.git] / src / test / kotlin / net / pterodactylus / sone / fcp /
2017-11-30 David ‘Bombe’ RodenMerge branch 'release-0.9.8' 0.9.8
2017-10-16 David ‘Bombe’ RodenReturn nullable Post instead of Optional
2017-10-15 David ‘Bombe’ RodenReturn a nullable PostReply instead of an Optional
2017-10-15 David ‘Bombe’ RodenReplace Sone provider interface with Kotlin version
2017-10-07 David ‘Bombe’ RodenMerge branch 'release-0.9.7' 0.9.7
2017-10-01 David ‘Bombe’ RodenAlways try to send an identifier back from the FCP...
2017-09-08 David ‘Bombe’ RodenFix some Kotlin compiler warnings
2017-06-04 David ‘Bombe’ RodenCreate Guava optional utility collection
2017-04-09 David ‘Bombe’ RodenMove classes for tests to test package
2017-01-25 David ‘Bombe’ RodenImprove Guice provider methods
2017-01-15 David ‘Bombe’ RodenMove all Kotlin files to the correct directory
2017-01-15 David ‘Bombe’ RodenAdd unit test for version command
2017-01-15 David ‘Bombe’ RodenRewrite test for unlock sone command in Kotlin
2017-01-15 David ‘Bombe’ RodenFix imports
2017-01-15 David ‘Bombe’ RodenRewrite test for lock sone command in Kotlin
2017-01-15 David ‘Bombe’ RodenFix whitespace
2017-01-15 David ‘Bombe’ RodenAdd some missing tests for write access
2017-01-15 David ‘Bombe’ RodenAdd unit test for like reply command
2017-01-15 David ‘Bombe’ RodenAdd unit test for like post command
2017-01-14 David ‘Bombe’ RodenAdd unit test for get sones command, fix some problems
2017-01-13 David ‘Bombe’ RodenAdd unit test for get sone command, fix some bugs
2017-01-13 David ‘Bombe’ RodenUse += operator to add values to parameters
2017-01-13 David ‘Bombe’ RodenAdd unit test for get posts command
2017-01-13 David ‘Bombe’ RodenUse methods from test base class
2017-01-13 David ‘Bombe’ RodenFix comparison of post and reply texts
2017-01-13 David ‘Bombe’ RodenAdd unit test for get post feed command, add likes...
2017-01-10 David ‘Bombe’ RodenMove createSone() method to test base class
2017-01-08 David ‘Bombe’ RodenAdd unit test for get post command
2017-01-08 David ‘Bombe’ RodenAdd unit test for get local sones command
2017-01-08 David ‘Bombe’ RodenRemove bucket and access type from command interface
2017-01-07 David ‘Bombe’ RodenAdd test for delete reply command and actually delete...
2017-01-07 David ‘Bombe’ RodenExtract method and move it to test base class
2017-01-07 David ‘Bombe’ RodenAdd unit test for delete post command and actually...
2017-01-07 David ‘Bombe’ RodenAdd unit test for create reply command
2017-01-07 David ‘Bombe’ RodenExtract common test methods for all commands
2017-01-06 David ‘Bombe’ RodenAdd unit test for create post command