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.