I would love some feedback. Note: Both styles work...
# kotlintest-devs
s
I would love some feedback. Note: Both styles work together and I wouldn't want to remove the current style, so no existing code would be affected. The biggest change in the new style is that you no longer ever need to have the
init
block, which I think makes things much cleaner. It also removes a lot of noise around
override fun
every time you add a listener or override a before/after function. We declare tests using the DSL, so it makes sense (to me) to have the listener functions be used in the same way.