Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide support for publishing test execution life-cycle events #22477

Closed
wants to merge 1 commit into from

Commits on Feb 28, 2019

  1. Provide support for publishing test execution life-cycle events

    Adds new TestExecutionListener for publishing events to the test application context.
    These may be consumed by @eventlistener annotated methods to react to the test
    life-cycle. The test execution listener isn't enabled by default.
    
    Implements spring-projects#18490
    maverick1601 committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    e9b63ce View commit details
    Browse the repository at this point in the history