Also, do listeners get run in the order they are d...
# kotest
d
Also, do listeners get run in the order they are declared? (I need to get the db running before Micronaut's extension starts up...)
s
Yes, but it's not guaranteed (yet). You can create a "composite test listener" that just delegates to others and executes them in turn.