Package com.tyndalehouse.step.core.utils
Class StringUtilsTest
java.lang.Object
com.tyndalehouse.step.core.utils.StringUtilsTest
Tests the
StringUtils
class-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checks that tokens are preserved when splittingvoid
checks that tokens are preserved when splittingvoid
test normal split condition
-
Constructor Details
-
StringUtilsTest
public StringUtilsTest()
-
-
Method Details
-
testSplit
public void testSplit()test normal split condition -
testPreservesTokens
public void testPreservesTokens()checks that tokens are preserved when splitting -
testRegexTokens
public void testRegexTokens()checks that tokens are preserved when splitting
-