Replace AbstractSoneCommand with Kotlin version
[Sone.git] / src / test / kotlin / net / pterodactylus / sone / fcp / DeleteReplyCommandTest.kt
2019-02-22 David ‘Bombe’ RodenReplace AbstractSoneCommand with Kotlin version
2017-11-30 David ‘Bombe’ RodenMerge branch 'release-0.9.8' 0.9.8
2017-10-15 David ‘Bombe’ RodenReturn a nullable PostReply instead of an Optional
2017-10-07 David ‘Bombe’ RodenMerge branch 'release-0.9.7' 0.9.7
2017-01-13 David ‘Bombe’ RodenUse += operator to add values to parameters
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...