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