115116117118119120121122123124125
{ // create bugs manager.setupLoadFKState(); // update manager.moveLastNodeBack(); // check results assertTrue("The last element is the last in the chain.", !manager.lastHasNextNode()); } finally