Hello. There were methods in the CollectionUtils class that were missing unit tests.

I added test code for below methods.

  • findValueOfType
  • firstElement
  • lastElement
  • toArray

I would appreciate any feedback on this PR. Thank You.

Comment From: sdeleuze

Polished and merged, thanks.