Return a nullable PostReply instead of an Optional
[Sone.git] / src / test / kotlin / net / pterodactylus / sone / fcp / SoneCommandTest.kt
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-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-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’ 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’ RodenRemove bucket and access type from command interface
2017-01-07 David ‘Bombe’ RodenExtract method and move it to test base class
2017-01-07 David ‘Bombe’ RodenAdd unit test for create reply command
2017-01-07 David ‘Bombe’ RodenExtract common test methods for all commands