Another q - is there a way to declare that a liste...
# kotest
r
Another q - is there a way to declare that a listener depends on another listener so it's beforeTest happens after, and it's afterTest happens before, the methods on the other listener?
Forget it, it'll be trivial to write if it doesn't exist already as a composite listener…
j
Listeners are deprecated, but it might be the same there as for extensions - I think you're describing how it works but I'm checking now