| Child |
Name |
Tests |
Failures |
Skipped |
Duration |
Success rate |
| [10] Hex2dec('"-g"') = "0" |
Test_with_String(String, String)[10] |
1 |
0 |
0 |
0.001s |
100% |
| [11] Hex2dec('"à"') = "0" |
Test_with_String(String, String)[11] |
1 |
0 |
0 |
0s |
100% |
| [12] Hex2dec('"-1"') = "-1" |
Test_with_String(String, String)[12] |
1 |
0 |
0 |
0s |
100% |
| [13] Hex2dec('"-a"') = "-10" |
Test_with_String(String, String)[13] |
1 |
0 |
0 |
0.001s |
100% |
| [1] Hex2dec('"0"') = "0" |
Test_with_String(String, String)[1] |
1 |
0 |
0 |
0.001s |
100% |
| [2] Hex2dec('"1"') = "1" |
Test_with_String(String, String)[2] |
1 |
0 |
0 |
0s |
100% |
| [3] Hex2dec('"a"') = "10" |
Test_with_String(String, String)[3] |
1 |
0 |
0 |
0s |
100% |
| [4] Hex2dec('"f"') = "15" |
Test_with_String(String, String)[4] |
1 |
0 |
0 |
0s |
100% |
| [5] Hex2dec('"10"') = "16" |
Test_with_String(String, String)[5] |
1 |
0 |
0 |
0s |
100% |
| [6] Hex2dec('"ff"') = "255" |
Test_with_String(String, String)[6] |
1 |
0 |
0 |
0s |
100% |
| [7] Hex2dec('"ffff"') = "65535" |
Test_with_String(String, String)[7] |
1 |
0 |
0 |
0s |
100% |
| [8] Hex2dec('" "') = "0" |
Test_with_String(String, String)[8] |
1 |
0 |
0 |
0s |
100% |
| [9] Hex2dec('"g"') = "0" |
Test_with_String(String, String)[9] |
1 |
0 |
0 |
0.001s |
100% |