I am writing a simple JUnit test for the MyObject class.
MyObject
A MyObject can be created from a static factory met
The equals() method on your List implementation should do elementwise comparison, so
assertEquals(argumentComponents, returnedComponents);
is a lot easier.