return classNames.map(TestPlanSpecification::forName).collect(toList()); | return classNames.stream().map(NamedTestPlanSpecificationElementBuilder::forName).collect(toList()); | classNames | classNames.stream() | junit5 | 7697432b9346e6dcbdcc8125998686d5e0297d5d | org.junit.gen5.engine.TestPlanSpecification | | | | | | Uses | True |