Convert index page test to use new web page test base
[Sone.git] / src / test / kotlin / net / pterodactylus / sone / web / pages / IndexPageTest.kt
2017-06-19 David ‘Bombe’ RodenConvert index page test to use new web page test base
2017-05-24 David ‘Bombe’ RodenSet URI and request method separately in tests
2017-05-05 David ‘Bombe’ RodenAdd test for index page without any posts
2017-05-05 David ‘Bombe’ RodenUse new pagination instead of the one from utils
2017-05-05 David ‘Bombe’ RodenReplace index page with Kotlin version
2017-05-05 David ‘Bombe’ RodenAdd more tests for index page
2017-05-05 David ‘Bombe’ RodenUse more concise SAM implementation
2017-04-08 David ‘Bombe’ RodenMove web pages to their own package