Toggle navigation
Home
java.lang.String to org.junit.platform.engine.TestTag
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'junit5'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Add or Remove Method invocation
tags.stream().filter(StringUtils::isNotBlank).map(String::trim)
to
tags.stream().map(TestTag::create)
Rename Variable
trimmedCopyOf
to
toTestTags