| Child |
Name |
Tests |
Failures |
Skipped |
Duration |
Success rate |
| [1] HslColor("0", "100", "50", "100") = "#FF0000" |
testHslColorWithAlpha(int, int, int, int, String)[1] |
1 |
0 |
0 |
0.002s |
100% |
| [2] HslColor("120", "100", "50", "50") = "#8000ff00" |
testHslColorWithAlpha(int, int, int, int, String)[2] |
1 |
0 |
0 |
0.001s |
100% |
| [3] HslColor("240", "100", "50", "0") = "transparent" |
testHslColorWithAlpha(int, int, int, int, String)[3] |
1 |
0 |
0 |
0s |
100% |
| [4] HslColor("60", "100", "50", "75") = "#bfffff00" |
testHslColorWithAlpha(int, int, int, int, String)[4] |
1 |
0 |
0 |
0s |
100% |
| [5] HslColor("180", "100", "50", "25") = "#4000ffff" |
testHslColorWithAlpha(int, int, int, int, String)[5] |
1 |
0 |
0 |
0s |
100% |
| [6] HslColor("300", "100", "50", "10") = "#1aff00ff" |
testHslColorWithAlpha(int, int, int, int, String)[6] |
1 |
0 |
0 |
0s |
100% |
| [7] HslColor("0", "0", "0", "50") = "#80000000" |
testHslColorWithAlpha(int, int, int, int, String)[7] |
1 |
0 |
0 |
0s |
100% |
| [8] HslColor("0", "0", "100", "50") = "#80ffffff" |
testHslColorWithAlpha(int, int, int, int, String)[8] |
1 |
0 |
0 |
0.002s |
100% |