junit-team / junit4

A programmer-oriented testing framework for Java.
https://junit.org/junit4
Eclipse Public License 1.0
8.53k stars 3.29k forks source link

Make FrameworkField ctor public. Fixes #1668 #1669

Closed pholser closed 4 years ago

pholser commented 4 years ago

Prior to this change, custom runners could make FrameworkMethod instances, but not FrameworkField instances. This small change allows for both now, because FrameworkFields constructor has been promoted to public from package-private.

pholser commented 4 years ago

Whoops. Done. Thanks again!