Toggle navigation
Home
java.util.List<org.junit.platform.engine.TestTag> to java.lang.String
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'junit5'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
tags.stream().map(TestTag::create)
to
tags.stream().map(tag -> null == tag ? "" : tag)
toList()
to
joining(" | ")
Rename Variable
toTestTags
to
orExpressionFor