Support for dynamic tests with new naming approach
We deprecated JupiterApprovals.dynamicTest(String displayName, Action0 action0)
and want you to instead use JupiterApprovalsdynamicTest(String displayName, Action1<Options> action1)
which passes back a prepopulated options.