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

Make FrameworkField ctor public. Fixes #1668 #1669

Merged

Commits on Jul 20, 2020

  1. Bump to 4.14-SNAPSHOT

    Paul Holser committed Jul 20, 2020
    Copy the full SHA
    c53a277 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Make FrameworkField ctor public. Fixes junit-team#1668

    Prior to this change, custom runners could make `FrameworkMethod`
    instances, but not `FrameworkField` instances. This small change
    allows for both now, because `FrameworkField`'s constructor has been
    promoted to `public` from package-private.
    Paul Holser committed Jul 22, 2020
    Copy the full SHA
    5be301c View commit details
    Browse the repository at this point in the history