The fix for
JDO-273 has introduced a large amount of code duplication between the
lifecycle test classes StateTransitions and StateTransitionsReturnedObjects.
Cleanup and refactorize (e.g. merge both classes into one, or extend one from the
other, or pull out common code into a lifecycle test super class).