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

junit5: pass static nested classes to the launcher #195

Merged

Commits on Aug 15, 2023

  1. junit5: pass static nested classes to the launcher

    This change iterates over all the static nested classes of the test
    class and adds them to LauncherDiscoveryRequestBuilder to allow running
    tests within static nested classes.
    
    While Java allows more than one level of nesting, we limit our search to
    one level of nesting at the moment.
    
    Junit4 tests annotated with `RunWith(Enclosed.class)` need to be special
    cased.
    
    Refer: gradle/gradle#4427
    gaurav-narula committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    88d60fb View commit details
    Browse the repository at this point in the history