Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make FrameworkField ctor public. Fixes #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.
- Loading branch information