tempto
tempto copied to clipboard
`@Listeners` provided by temtpo are interdependent when the names suggest they're not
I wanted a test only using the TestInitializationListener
, but it doesn't seem to work unless all three of
@Listeners({RequirementsExpanderInterceptor.class, TestInitializationListener.class, ProgressLoggingListener.class})
are included.