Skip to content

Implement split by regex #14

Implement split by regex

Implement split by regex #14

GitHub Actions / GTest Tests succeeded Oct 4, 2023 in 0s

GTest Tests ✅

Tests passed successfully

Report Passed Failed Skipped Time
TestJoin.SimpleStringsEmptyGlue.xml 1✅ 0ms
TestJoin.SimpleStringsEmptyGlueOperator.xml 1✅ 0ms
TestJoin.SimpleStringsUnderscore.xml 1✅ 0ms
TestJoin.SimpleStringsUnderscoreOperator.xml 1✅ 0ms
TestRepeat.ComplexString.xml 1✅ 0ms
TestRepeat.ComplexStringOperator.xml 1✅ 0ms
TestRepeat.ComplexStringView.xml 1✅ 0ms
TestRepeat.ComplexStringViewOperator.xml 1✅ 0ms
TestRepeat.ComplexWstring.xml 1✅ 0ms
TestRepeat.ComplexWstringOperator.xml 1✅ 0ms
TestRepeat.ComplexWstringView.xml 1✅ 0ms
TestRepeat.ComplexWstringViewOperator.xml 1✅ 0ms
TestRepeat.EmtpyString.xml 1✅ 0ms
TestRepeat.EmtpyStringOperator.xml 1✅ 0ms
TestRepeat.OneRepeat.xml 1✅ 0ms
TestRepeat.OneRepeatOperator.xml 1✅ 0ms
TestRepeat.SimpleString.xml 1✅ 0ms
TestRepeat.SimpleStringOperator.xml 1✅ 0ms
TestRepeat.SimpleStringView.xml 1✅ 0ms
TestRepeat.SimpleStringViewOperator.xml 1✅ 0ms
TestRepeat.SimpleWstring.xml 1✅ 0ms
TestRepeat.SimpleWstringOperator.xml 1✅ 0ms
TestRepeat.SimpleWstringView.xml 1✅ 0ms
TestRepeat.SimpleWstringViewOperator.xml 1✅ 0ms
TestRepeat.ZeroRepeats.xml 1✅ 0ms
TestRepeat.ZeroRepeatsOperator.xml 1✅ 0ms
TestSplitByInt.ComplexStringEven.xml 1✅ 0ms
TestSplitByInt.ComplexStringEvenOperator.xml 1✅ 0ms
TestSplitByInt.ComplexStringUneven.xml 1✅ 0ms
TestSplitByInt.ComplexStringUnevenOperator.xml 1✅ 0ms
TestSplitByInt.ComplexStringViewEven.xml 1✅ 0ms
TestSplitByInt.ComplexStringViewEvenOperator.xml 1✅ 0ms
TestSplitByInt.ComplexStringViewUneven.xml 1✅ 0ms
TestSplitByInt.ComplexStringViewUnevenOperator.xml 1✅ 0ms
TestSplitByInt.ComplexWstringEven.xml 1✅ 0ms
TestSplitByInt.ComplexWstringEvenOperator.xml 1✅ 0ms
TestSplitByInt.ComplexWstringUneven.xml 1✅ 0ms
TestSplitByInt.ComplexWstringUnevenOperator.xml 1✅ 0ms
TestSplitByInt.ComplexWstringViewEven.xml 1✅ 0ms
TestSplitByInt.ComplexWstringViewEvenOperator.xml 1✅ 0ms
TestSplitByInt.ComplexWstringViewUneven.xml 1✅ 0ms
TestSplitByInt.ComplexWstringViewUnevenOperator.xml 1✅ 0ms
TestSplitByInt.EmptyString.xml 1✅ 0ms
TestSplitByInt.EmptyStringOperator.xml 1✅ 0ms
TestSplitByInt.OneDivision.xml 1✅ 0ms
TestSplitByInt.OneDivisionOperator.xml 1✅ 0ms
TestSplitByInt.SimpleStringEven.xml 1✅ 0ms
TestSplitByInt.SimpleStringEvenOperator.xml 1✅ 0ms
TestSplitByInt.SimpleStringUneven.xml 1✅ 0ms
TestSplitByInt.SimpleStringUnevenOperator.xml 1✅ 0ms
TestSplitByInt.SimpleStringViewEven.xml 1✅ 0ms
TestSplitByInt.SimpleStringViewEvenOperator.xml 1✅ 0ms
TestSplitByInt.SimpleStringViewUneven.xml 1✅ 0ms
TestSplitByInt.SimpleStringViewUnevenOperator.xml 1✅ 0ms
TestSplitByInt.SimpleWstringEven.xml 1✅ 0ms
TestSplitByInt.SimpleWstringEvenOperator.xml 1✅ 0ms
TestSplitByInt.SimpleWstringUneven.xml 1✅ 0ms
TestSplitByInt.SimpleWstringUnevenOperator.xml 1✅ 0ms
TestSplitByInt.SimpleWstringViewEven.xml 1✅ 0ms
TestSplitByInt.SimpleWstringViewEvenOperator.xml 1✅ 0ms
TestSplitByInt.SimpleWstringViewUneven.xml 1✅ 0ms
TestSplitByInt.SimpleWstringViewUnevenOperator.xml 1✅ 0ms
TestSplitByInt.ZeroDivisions.xml 1✅ 0ms
TestSplitByInt.ZeroDivisionsOperator.xml 1✅ 0ms
TestSplitByRegex.SimpleStringsEmptySeparator.xml 1✅ 0ms
TestSplitByRegex.SimpleStringsEmptySeparatorOperator.xml 1✅ 0ms
TestSplitByRegex.SimpleStringsWhitespaces.xml 1✅ 0ms
TestSplitByRegex.SimpleStringsWhitespacesOperator.xml 1✅ 0ms
TestSplitByString.SimpleStringsEmptySeparator.xml 1✅ 0ms
TestSplitByString.SimpleStringsEmptySeparatorOperator.xml 1✅ 0ms
TestSplitByString.SimpleStringsUnderscore.xml 1✅ 0ms
TestSplitByString.SimpleStringsUnderscoreOperator.xml 1✅ 0ms

✅ TestJoin.SimpleStringsEmptyGlue.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestJoin 1✅ 0ms

✅ TestJoin

✅ SimpleStringsEmptyGlue

✅ TestJoin.SimpleStringsEmptyGlueOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestJoin 1✅ 0ms

✅ TestJoin

✅ SimpleStringsEmptyGlueOperator

✅ TestJoin.SimpleStringsUnderscore.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestJoin 1✅ 0ms

✅ TestJoin

✅ SimpleStringsUnderscore

✅ TestJoin.SimpleStringsUnderscoreOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestJoin 1✅ 0ms

✅ TestJoin

✅ SimpleStringsUnderscoreOperator

✅ TestRepeat.ComplexString.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestRepeat 1✅ 0ms

✅ TestRepeat

✅ ComplexString

✅ TestRepeat.ComplexStringOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestRepeat 1✅ 0ms

✅ TestRepeat

✅ ComplexStringOperator

✅ TestRepeat.ComplexStringView.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestRepeat 1✅ 0ms

✅ TestRepeat

✅ ComplexStringView

✅ TestRepeat.ComplexStringViewOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestRepeat 1✅ 0ms

✅ TestRepeat

✅ ComplexStringViewOperator

✅ TestRepeat.ComplexWstring.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestRepeat 1✅ 0ms

✅ TestRepeat

✅ ComplexWstring

✅ TestRepeat.ComplexWstringOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestRepeat 1✅ 0ms

✅ TestRepeat

✅ ComplexWstringOperator

✅ TestRepeat.ComplexWstringView.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestRepeat 1✅ 0ms

✅ TestRepeat

✅ ComplexWstringView

✅ TestRepeat.ComplexWstringViewOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestRepeat 1✅ 0ms

✅ TestRepeat

✅ ComplexWstringViewOperator

✅ TestRepeat.EmtpyString.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestRepeat 1✅ 0ms

✅ TestRepeat

✅ EmtpyString

✅ TestRepeat.EmtpyStringOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestRepeat 1✅ 0ms

✅ TestRepeat

✅ EmtpyStringOperator

✅ TestRepeat.OneRepeat.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestRepeat 1✅ 0ms

✅ TestRepeat

✅ OneRepeat

✅ TestRepeat.OneRepeatOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestRepeat 1✅ 0ms

✅ TestRepeat

✅ OneRepeatOperator

✅ TestRepeat.SimpleString.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestRepeat 1✅ 0ms

✅ TestRepeat

✅ SimpleString

✅ TestRepeat.SimpleStringOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestRepeat 1✅ 0ms

✅ TestRepeat

✅ SimpleStringOperator

✅ TestRepeat.SimpleStringView.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestRepeat 1✅ 0ms

✅ TestRepeat

✅ SimpleStringView

✅ TestRepeat.SimpleStringViewOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestRepeat 1✅ 0ms

✅ TestRepeat

✅ SimpleStringViewOperator

✅ TestRepeat.SimpleWstring.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestRepeat 1✅ 0ms

✅ TestRepeat

✅ SimpleWstring

✅ TestRepeat.SimpleWstringOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestRepeat 1✅ 0ms

✅ TestRepeat

✅ SimpleWstringOperator

✅ TestRepeat.SimpleWstringView.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestRepeat 1✅ 0ms

✅ TestRepeat

✅ SimpleWstringView

✅ TestRepeat.SimpleWstringViewOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestRepeat 1✅ 0ms

✅ TestRepeat

✅ SimpleWstringViewOperator

✅ TestRepeat.ZeroRepeats.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestRepeat 1✅ 0ms

✅ TestRepeat

✅ ZeroRepeats

✅ TestRepeat.ZeroRepeatsOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestRepeat 1✅ 0ms

✅ TestRepeat

✅ ZeroRepeatsOperator

✅ TestSplitByInt.ComplexStringEven.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ ComplexStringEven

✅ TestSplitByInt.ComplexStringEvenOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ ComplexStringEvenOperator

✅ TestSplitByInt.ComplexStringUneven.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ ComplexStringUneven

✅ TestSplitByInt.ComplexStringUnevenOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ ComplexStringUnevenOperator

✅ TestSplitByInt.ComplexStringViewEven.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ ComplexStringViewEven

✅ TestSplitByInt.ComplexStringViewEvenOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ ComplexStringViewEvenOperator

✅ TestSplitByInt.ComplexStringViewUneven.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ ComplexStringViewUneven

✅ TestSplitByInt.ComplexStringViewUnevenOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ ComplexStringViewUnevenOperator

✅ TestSplitByInt.ComplexWstringEven.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ ComplexWstringEven

✅ TestSplitByInt.ComplexWstringEvenOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ ComplexWstringEvenOperator

✅ TestSplitByInt.ComplexWstringUneven.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ ComplexWstringUneven

✅ TestSplitByInt.ComplexWstringUnevenOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ ComplexWstringUnevenOperator

✅ TestSplitByInt.ComplexWstringViewEven.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ ComplexWstringViewEven

✅ TestSplitByInt.ComplexWstringViewEvenOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ ComplexWstringViewEvenOperator

✅ TestSplitByInt.ComplexWstringViewUneven.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ ComplexWstringViewUneven

✅ TestSplitByInt.ComplexWstringViewUnevenOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ ComplexWstringViewUnevenOperator

✅ TestSplitByInt.EmptyString.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ EmptyString

✅ TestSplitByInt.EmptyStringOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ EmptyStringOperator

✅ TestSplitByInt.OneDivision.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ OneDivision

✅ TestSplitByInt.OneDivisionOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ OneDivisionOperator

✅ TestSplitByInt.SimpleStringEven.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ SimpleStringEven

✅ TestSplitByInt.SimpleStringEvenOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ SimpleStringEvenOperator

✅ TestSplitByInt.SimpleStringUneven.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ SimpleStringUneven

✅ TestSplitByInt.SimpleStringUnevenOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ SimpleStringUnevenOperator

✅ TestSplitByInt.SimpleStringViewEven.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ SimpleStringViewEven

✅ TestSplitByInt.SimpleStringViewEvenOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ SimpleStringViewEvenOperator

✅ TestSplitByInt.SimpleStringViewUneven.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ SimpleStringViewUneven

✅ TestSplitByInt.SimpleStringViewUnevenOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ SimpleStringViewUnevenOperator

✅ TestSplitByInt.SimpleWstringEven.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ SimpleWstringEven

✅ TestSplitByInt.SimpleWstringEvenOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ SimpleWstringEvenOperator

✅ TestSplitByInt.SimpleWstringUneven.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ SimpleWstringUneven

✅ TestSplitByInt.SimpleWstringUnevenOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ SimpleWstringUnevenOperator

✅ TestSplitByInt.SimpleWstringViewEven.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ SimpleWstringViewEven

✅ TestSplitByInt.SimpleWstringViewEvenOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ SimpleWstringViewEvenOperator

✅ TestSplitByInt.SimpleWstringViewUneven.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ SimpleWstringViewUneven

✅ TestSplitByInt.SimpleWstringViewUnevenOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ SimpleWstringViewUnevenOperator

✅ TestSplitByInt.ZeroDivisions.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ ZeroDivisions

✅ TestSplitByInt.ZeroDivisionsOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByInt 1✅ 0ms

✅ TestSplitByInt

✅ ZeroDivisionsOperator

✅ TestSplitByRegex.SimpleStringsEmptySeparator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByRegex 1✅ 0ms

✅ TestSplitByRegex

✅ SimpleStringsEmptySeparator

✅ TestSplitByRegex.SimpleStringsEmptySeparatorOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByRegex 1✅ 0ms

✅ TestSplitByRegex

✅ SimpleStringsEmptySeparatorOperator

✅ TestSplitByRegex.SimpleStringsWhitespaces.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByRegex 1✅ 0ms

✅ TestSplitByRegex

✅ SimpleStringsWhitespaces

✅ TestSplitByRegex.SimpleStringsWhitespacesOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByRegex 1✅ 0ms

✅ TestSplitByRegex

✅ SimpleStringsWhitespacesOperator

✅ TestSplitByString.SimpleStringsEmptySeparator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByString 1✅ 0ms

✅ TestSplitByString

✅ SimpleStringsEmptySeparator

✅ TestSplitByString.SimpleStringsEmptySeparatorOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByString 1✅ 0ms

✅ TestSplitByString

✅ SimpleStringsEmptySeparatorOperator

✅ TestSplitByString.SimpleStringsUnderscore.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByString 1✅ 0ms

✅ TestSplitByString

✅ SimpleStringsUnderscore

✅ TestSplitByString.SimpleStringsUnderscoreOperator.xml

1 tests were completed in 0ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSplitByString 1✅ 0ms

✅ TestSplitByString

✅ SimpleStringsUnderscoreOperator