Uses of Interface
org.junit.platform.commons.util.StringUtils.TwoPartSplitResult
-
Packages that use StringUtils.TwoPartSplitResult Package Description org.junit.platform.commons.util Internal common utilities for JUnit. -
-
Uses of StringUtils.TwoPartSplitResult in org.junit.platform.commons.util
Methods in org.junit.platform.commons.util that return StringUtils.TwoPartSplitResult Modifier and Type Method Description static StringUtils.TwoPartSplitResultStringUtils. splitIntoTwo(char separator, java.lang.String value)Split the suppliedStringinto up to two parts using the supplied separator character.static StringUtils.TwoPartSplitResultStringUtils. splitIntoTwo(java.lang.String separator, java.lang.String value)Split the suppliedStringinto up to two parts using the supplied separator string.
-