We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@Listeners
I wanted a test only using the TestInitializationListener, but it doesn't seem to work unless all three of
TestInitializationListener
@Listeners({RequirementsExpanderInterceptor.class, TestInitializationListener.class, ProgressLoggingListener.class})
are included.