| Child |
Name |
Tests |
Failures |
Skipped |
Duration |
Success rate |
| [1] Substr("hello world", "0") = "hello world" |
testSubstrWithoutLength(String, int, String)[1] |
1 |
0 |
0 |
0s |
100% |
| [2] Substr("hello world", "6") = "world" |
testSubstrWithoutLength(String, int, String)[2] |
1 |
0 |
0 |
0s |
100% |
| [3] Substr("hello world", "11") = "" |
testSubstrWithoutLength(String, int, String)[3] |
1 |
0 |
0 |
0s |
100% |
| [4] Substr("hello world", "20") = "" |
testSubstrWithoutLength(String, int, String)[4] |
1 |
0 |
0 |
0s |
100% |
| [5] Substr("", "0") = "" |
testSubstrWithoutLength(String, int, String)[5] |
1 |
0 |
0 |
0s |
100% |