| Child |
Name |
Tests |
Failures |
Skipped |
Duration |
Success rate |
| [1] json_remove("[]", "a") = "[]" |
Test_with_not_good_type(JsonValue, String, String)[1] |
1 |
0 |
0 |
0.001s |
100% |
| [2] json_remove("[1,2,3]", "abc") = "[1,2,3]" |
Test_with_not_good_type(JsonValue, String, String)[2] |
1 |
0 |
0 |
0s |
100% |
| [3] json_remove("[1,2,3]", "1") = "[1,2,3]" |
Test_with_not_good_type(JsonValue, String, String)[3] |
1 |
0 |
0 |
0s |
100% |
| [4] json_remove("123", "1") = "123" |
Test_with_not_good_type(JsonValue, String, String)[4] |
1 |
0 |
0 |
0.001s |
100% |
| [5] json_remove("true", "a") = "true" |
Test_with_not_good_type(JsonValue, String, String)[5] |
1 |
0 |
0 |
0s |
100% |
| [6] json_remove("true", "1") = "true" |
Test_with_not_good_type(JsonValue, String, String)[6] |
1 |
0 |
0 |
0.001s |
100% |
| [7] json_remove("\"abc\"", "a") = "abc" |
Test_with_not_good_type(JsonValue, String, String)[7] |
1 |
0 |
0 |
0s |
100% |
| [8] json_remove("\"a b c\"", "a") = "a b c" |
Test_with_not_good_type(JsonValue, String, String)[8] |
1 |
0 |
0 |
0.001s |
100% |
| [9] json_remove("\"a b c\"", "1") = "a b c" |
Test_with_not_good_type(JsonValue, String, String)[9] |
1 |
0 |
0 |
0s |
100% |