| Child |
Name |
Tests |
Failures |
Skipped |
Duration |
Success rate |
| [10] Strpos("abcabcabc", "cab") = "2" |
testStrpos(String, String, String)[10] |
1 |
0 |
0 |
0.001s |
100% |
| [1] Strpos("hello world", "hello") = "0" |
testStrpos(String, String, String)[1] |
1 |
0 |
0 |
0.001s |
100% |
| [2] Strpos("hello world", "world") = "6" |
testStrpos(String, String, String)[2] |
1 |
0 |
0 |
0.001s |
100% |
| [3] Strpos("hello world", "!") = "-1" |
testStrpos(String, String, String)[3] |
1 |
0 |
0 |
0s |
100% |
| [4] Strpos("", "world") = "-1" |
testStrpos(String, String, String)[4] |
1 |
0 |
0 |
0.001s |
100% |
| [5] Strpos("hello world", "") = "0" |
testStrpos(String, String, String)[5] |
1 |
0 |
0 |
0s |
100% |
| [6] Strpos("aaa", "a") = "0" |
testStrpos(String, String, String)[6] |
1 |
0 |
0 |
0s |
100% |
| [7] Strpos("aaa", "aa") = "0" |
testStrpos(String, String, String)[7] |
1 |
0 |
0 |
0s |
100% |
| [8] Strpos("abcabcabc", "abc") = "0" |
testStrpos(String, String, String)[8] |
1 |
0 |
0 |
0s |
100% |
| [9] Strpos("abcabcabc", "bca") = "1" |
testStrpos(String, String, String)[9] |
1 |
0 |
0 |
0s |
100% |