Converts elements to Long from whole numbers beyond the int range
All 3 scenarios hold
expected outcome
broken scenario
| Scenario | List input | Set input | Map input | Element type? | Converted elements? |
|---|---|---|---|---|---|
| Decimal digits |
|
|
| java.lang.Long |
|
| Beyond int range |
|
|
| java.lang.Long |
|
| Several elements |
|
|
| java.lang.Long |
|