| Child |
Name |
Tests |
Failures |
Skipped |
Duration |
Success rate |
| [1] "http://localhost:8080/api" |
urlWithoutSecurity(String)[1] |
1 |
0 |
0 |
0.001s |
100% |
| [2] "http://alice@localhost:8080/api" |
urlWithoutSecurity(String)[2] |
1 |
0 |
0 |
0.001s |
100% |
| [3] "http://alice:secret@localhost:8080/api" |
urlWithoutSecurity(String)[3] |
1 |
0 |
0 |
0.001s |
100% |
| [4] "https://localhost:8080/api" |
urlWithoutSecurity(String)[4] |
1 |
0 |
0 |
0s |
100% |
| [5] "https://alice@localhost:8080/api" |
urlWithoutSecurity(String)[5] |
1 |
0 |
0 |
0s |
100% |
| [6] "https://alice:secret@localhost:8080/api" |
urlWithoutSecurity(String)[6] |
1 |
0 |
0 |
0s |
100% |