Is there an AssertJ predicate to return the original object under test?
I’m testing that a class returns an instance of the same type modified in some way. After initializing the object I want to make verify that starting state. So for example:
I’m testing that a class returns an instance of the same type modified in some way. After initializing the object I want to make verify that starting state. So for example: