kqbot3891
Results
1
comments of
kqbot3891
The implementation fails when another class is being used to provide the dynamic tests ``` public class ApprovalTest { @TestFactory Collection testFactory() { return new TestBuilder().getTests(); } } public class...