(chores) Test code cleanup

- Removed unused imports
- Use hasSize on assertions for array sizes for simplicity and to avoid NPEs
- Use isEmpty on assertions for size checks for simplicity
- Use isZero on assertions for count checks for simplicity
- Avoid chained calls when testing for throws to avoid false positives
5 files changed