| Test |
Duration |
Result |
| concatenate with iterator |
0.001s |
passed |
| iterate over elements |
0.001s |
passed |
| iterator has next when empty |
0.006s |
passed |
| size is 0 |
0.004s |
passed |
| test add (Int) |
0.033s |
passed |
| test add (String) |
0.015s |
passed |
| test add (String) with zero initial capacity |
0.001s |
passed |
| test add at end (Int) |
0s |
passed |
| test add at end (String) |
0.006s |
passed |
| test add at start with resize (String) |
0.006s |
passed |
| test add in middle (Int) |
0.001s |
passed |
| test add in middle (String) |
0.003s |
passed |
| test add with resize (Int) |
0.001s |
passed |
| test add with resize (String) |
0.003s |
passed |
| test addAll at end |
0.003s |
passed |
| test addAll at index small |
0s |
passed |
| test addAll at start |
0.050s |
passed |
| test addAll small |
0.001s |
passed |
| test addAll to zero-capacity list |
0.001s |
passed |
| test clear (Int) |
0.001s |
passed |
| test clear (String) |
0s |
passed |
| test get (Int) |
0.002s |
passed |
| test get (String) |
0.002s |
passed |
| test resize in add-at-index if list is full (Int) |
0.002s |
passed |
| test resize in add-at-index if list is full (String) |
0.001s |
passed |
| test set (Int) |
0s |
passed |
| test set (String) |
0s |
passed |
| test toString empty (Int) |
0.005s |
passed |
| test toString empty (String) |
0.001s |
passed |