In a previous exercise we have implemented the operations intersection, union, and set difference
in class Set<T>.
In continuation of class SetTest, perform unit tests of the intersection, union, and set difference operations.
The natural starting point is your solution to the previous exercise.
You can also chose to test my solution.