Write a method named listOfEvens that takes an array of ints as an argument and returns a
List<Integer> that contains only the even values from the array.
You should first assert that the passed array is not null.
You're challenge is to write tests for this problem described above.
Stuck? You may find these lessons helpful: