🚚 Rename test for list notification filter
[Sone.git] / src / test / kotlin / net / pterodactylus / sone / notify /
2020-07-01 David ‘Bombe’ Roden🚚 Rename test for list notification filter
2020-07-01 David ‘Bombe’ Roden♻️ Extract interface for list notification filter
2020-06-28 David ‘Bombe’ Roden🚚 Rename test to match name of tested class
2020-06-28 David ‘Bombe’ Roden🎨 Clean up imports
2020-06-28 David ‘Bombe’ Roden🎨 Use Kotlin arrow type instead of Predicate
2020-06-28 David ‘Bombe’ Roden♻️ Supply default implementation for predicate
2020-06-28 David ‘Bombe’ Roden♻️ Extract interface for reply visibility filter
2020-06-27 David ‘Bombe’ Roden🎨 Rewrite test to not use mocks
2020-06-27 David ‘Bombe’ Roden♻️ Move some code to package’s Testing.kt
2020-06-23 David ‘Bombe’ Roden🎨 Replace reply visibility filter with Kotlin version
2020-06-20 David ‘Bombe’ Roden♻️ Move predicate method into interface
2020-06-20 David ‘Bombe’ Roden♻️ Extract interface from post visibility filter
2020-06-20 David ‘Bombe’ Roden🎨 Use Java’s Predicate in post visibility filter
2020-06-20 David ‘Bombe’ Roden🎨 Replace list notification filter test with Kotlin...
2020-06-18 David ‘Bombe’ Roden♻️ Rewrite test to avoid mocks
2020-06-18 David ‘Bombe’ Roden🎨 Replace test for PostVisibilityFilter with Kotlin...
2020-02-09 David ‘Bombe’ Roden🔀 Merge “release/v81” into “master” v81
2019-11-18 David ‘Bombe’ Roden🐛 Fix empty notifications
2019-11-17 David ‘Bombe’ Roden🐛 Fix deduplication
2019-11-17 David ‘Bombe’ Roden🐛 Deduplicate items added to list notification
2019-11-17 David ‘Bombe’ Roden🎨 Replace list notification test with Kotlin version