Interface DefaultTestExecutionListenersPostProcessor

    • Method Detail

      • postProcessDefaultTestExecutionListeners

        Set<Class<? extends org.springframework.test.context.TestExecutionListener>> postProcessDefaultTestExecutionListeners​(Set<Class<? extends org.springframework.test.context.TestExecutionListener>> listeners)
        Post process the list of default TestExecutionListener classes to be used.
        Parameters:
        listeners - the source listeners
        Returns:
        the actual listeners that should be used